-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
ESP8266 #814
Comments
Hello, |
@Naveen823 please let me know if @gsrbr's solution resolved your issue! Thanks! |
Thank you for the details, it is worked, the only thing that did not work is to download the zip file, I download ad update the library but did not works, so I choose to update the library directly from tools, I go to (tools), and from the list I choose (Manage Libraries), from the windows I write (JSON), the list opened, and I find 2 Jason, I install Arduino Jason from the list and after that, I manage to update my ESP8266 and worked, the picture below as proof. |
Why can't esp8266 connect to the server... I tried to flash again the result is still the same I can't connect to the server |
If you cannot connect to the server that's mean the server has issued not your ESP8266 as long as the code are correct, after you start mining, from tools go to serial Monitor and see what messages showing there. |
@Raabitco |
can you help me make a .bin file so I can download. |
Hi there, try to download the last update from the link below and extract the zip file and install back ESP8266 & ESP32. https://github.com/revoxhere/duino-coin/archive/refs/heads/master.zip Hope it will work for you. |
Closing due to inactivity/solved in the latest versions |
Arduino: 1.8.15 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 160 MHz, Flash, Enabled, Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, All Flash Contents, 115200"
ESP8266_Code:31:10: fatal error: ArduinoJson.h: No such file or directory
31 | #include <ArduinoJson.h> // https://github.com/bblanchon/ArduinoJson
compilation terminated.
exit status 1
ArduinoJson.h: No such file or directory
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
The text was updated successfully, but these errors were encountered: