-
Notifications
You must be signed in to change notification settings - Fork 10
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
Compile error #1
Comments
seems like it has to do something with bblanchon/ArduinoJson#756 ... but I don't totally get it |
Hi, No problem. Let me try to help. First you need the ArduinoJson library. You can install it with Tool->Manage Libraries. |
@SoulSlayerPT thank you very much! I figured exactly that out just yesterday night by doing some google kung-fu! Works like a charm now! But thank you very much for stepping in and offering your help. |
Hey there, I'm trying your firmware right this second. It seems to work right out of the box, hence I want to share my platformio project file. Please consider to add it to the project. platformio.ini ; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino
lib_deps =
knolleary/PubSubClient@^2.8
jfturcot/[email protected]+sha.b30890b8f7
bblanchon/ArduinoJson@^6.17.3
monitor_speed = 115200
[env:d1_mini_ota]
extends = env:d1_mini
upload_protocol = espota
upload_port = 192.168.23.63
upload_flags =
--port=8266
--auth=neatowifi
|
Hi there...
i am really sorry to bug you after like 2y.... but can you please help me on this issue:
Why is Ardunio IDE complaining about this issue?
Thank you very much in advance and thanks for the great project!
The text was updated successfully, but these errors were encountered: