-
Hi everyone!
I have fixed them by writing a string as the argument for the direction of the RTDB (dir.string), however I need to send data to different directions, for instance:
So, I need to use changing strings as addresses. Regularly I do this by: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The F macro cannot be used like that, and it is not necessary to use it. You should write something like this instead. |
Beta Was this translation helpful? Give feedback.
The F macro cannot be used like that, and it is not necessary to use it.
F("dir"+String(counter))
You should write something like this instead.
"dir"+String(counter)