Replies: 1 comment
-
This is an Arduino code where it is not mandatory to declare function before their use. This is made possible with an Arduino specific preprocessing on source code aimed at beginners and often counter-productive. What you can do is adding this single line Similar issue: https://community.platformio.org/t/code-works-in-arduino-ide-but-not-platformio/1907 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everybody I am trying to compile this code with Arduino ide on a esp8266 but I get this error on line 45:
setup_wifi not declared in this scope
How can I fix it and however can someone help me to publish a reading of a rain sensor over Mqtt?
Thanks everyone
Beta Was this translation helpful? Give feedback.
All reactions