Seems to be this issue:
https://github.com/arduino-libraries/NT ... /issues/73
Search found 4 matches
- Thu Mar 05, 2020 8:51 pm
- Forum: ESP32 Arduino
- Topic: Can someone help me understand this core text?
- Replies: 1
- Views: 3974
- Thu Mar 05, 2020 7:36 pm
- Forum: ESP32 Arduino
- Topic: Error message when trying to upload any sketch to my ESP32
- Replies: 1
- Views: 6274
Re: Error message when trying to upload any sketch to my ESP32
in device manager uninstall the com port driver, unplug it, replug it back in. If that doesn't work try a reboot after un-installing the driver.
- Thu Mar 05, 2020 4:40 pm
- Forum: ESP32 Arduino
- Topic: Can someone help me understand this core text?
- Replies: 1
- Views: 3974
Can someone help me understand this core text?
I'm having trouble understanding where stuff broke, can someone glance at it and see what your conclusion is? Guru Meditation Error: Core 1 panic'ed (LoadStoreAlignment). Exception was unhandled. Core 1 register dump: PC : 0x4008e8f2 PS : 0x00060033 A0 : 0x8008d62f A1 : 0x3ffca190 A2 : 0x6cbcd6aa A3...
- Fri Feb 28, 2020 4:29 am
- Forum: ESP32 Arduino
- Topic: http post creates remote server error. Esp8266 works, esp32 doesn't
- Replies: 0
- Views: 3287
http post creates remote server error. Esp8266 works, esp32 doesn't
First off the ESP products are awesome! I'm porting some esp8266 code to an esp32. Oddly enough this piece of the code works perfect on the 8266, but not on the 32. The server is erroring with "code 400, message Bad HTTP/0.9 request type ('POST')". Looking at wireshark i'm not really seeing any issu...