-
Notifications
You must be signed in to change notification settings - Fork 21
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
arduino flash ESP error #32
Comments
You need to activate exceptions handling in your Arduino IDE |
If I activate this, I get more errors `Arduino: 1.8.19 (Windows 10), Board: "LOLIN(WEMOS) D1 R2 & mini, 160 MHz, Flash, Enabled, All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Sketch + WiFi Settings, 115200" c:/users/matze/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-4-b40a506/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: C:\Users\matze\AppData\Local\Temp\arduino_build_258814\sketch\esp8266-intexsbh20.ino.cpp.o:(.text._ZZ5setupENUlbE_4_FUNEb+0x4): undefined reference to |
ok i did it it works. in the config.json we use the mqtt server "mqttServer": "mqtt.at.home", set. Is this in the ESP or do you have to enter the IP address of an existing Mosquitto broker here |
Hello, when I want to flash the ESP D1, I get the following error message:
C:\Users\XxX\Desktop\esp8266-intexsbh20-1.0.3.3\esp8266-intexsbh20\esp8266-intexsbh20.ino: In function 'void setup()':
esp8266-intexsbh20:145:31: error: exception handling disabled, use -fexceptions to enable
catch (std::runtime_error re)
^
esp8266-intexsbh20:147:22: error: 're' was not declared in this scope
Serial.println(re.what());
^
exit status 1
exception handling disabled, use -fexceptions to enable
The text was updated successfully, but these errors were encountered: