All Questions
2 questions
0
votes
0
answers
5k
views
Error compiling for board NodeMCU 1.0 (ESP-12E Module) exit status 1
Hello I was trying to do this project and I was getting exit status 1 error
my code is:
#include <WiFi.h>
#include <WiFiClientSecure.h>
#include "ArduinoJson.h"
#include <Wire.h>
...
0
votes
1
answer
2k
views
Why does the serial monitor just show an endless loop of the "dot" and not the other serial prints?
The code should transfer an JSON object and the print "hello" in the void loop, but it just repeat the "dot" from the void setup. What did i miss?
I tried different serial prints in the main loop ...