You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
working with VScode I'm insecure which libraries to use.
lib_deps =
bblanchon/ArduinoJson@^6.18.3
tzapu/WiFiManager@^0.16.0
knolleary/PubSubClient@^2.8
Config.h,Types.h and SerialCom.h already in scr folder but "compilation terminated ... include files not found"
besides the 3.3V issues would an ESP-01 be sufficient
Thank-you for advice
The text was updated successfully, but these errors were encountered:
When you open the Sketch in Arduino Studio and import the sketch (ino) it says the sketch has to be in a subfolder, then it creates the subfolder and moves the Ino file into it. So "src/esp8266-vindriktning-particle-sensor.ino" will become "esp8266-vindriktning-particle-sensor/esp8266-vindriktning-particle-sensor.ino" and then the files have to be copied over to the folder.
working with VScode I'm insecure which libraries to use.
lib_deps =
bblanchon/ArduinoJson@^6.18.3
tzapu/WiFiManager@^0.16.0
knolleary/PubSubClient@^2.8
Config.h,Types.h and SerialCom.h already in scr folder but "compilation terminated ... include files not found"
besides the 3.3V issues would an ESP-01 be sufficient
Thank-you for advice
The text was updated successfully, but these errors were encountered: