-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to compile sketch #59
Comments
After seeking some help I managed to get the sketch to compile. Settings required: |
Using Arduino IDE v1.8.12 To add the ESP8266 board to the Boards Manager you will first need to add the URL here: After adding the URL as described above got to "Tools" -> "Board: "some boad" -> "Boards Manager" and install the following:
Install these from "Tools" -> "Manage Libraries":
Files to be changed:
Hope I did not miss anything... |
Unable to compile sketch in Arduino IDE, version 1.8.9
esp8266 board installed in board manager, all libraries as per Git repo installed.
error:
ParadoxAlarmSystemOTA:1:19: error: FS.h: No such file or directory
compilation terminated.
exit status 1
FS.h: No such file or directory
File exists on PC in Arduino library, where is this looking for the file?3
Additional info here:
https://community.home-assistant.io/t/paradox-alarm-panel-wemos-d1-mini-communication/62003/12
The text was updated successfully, but these errors were encountered: