Open Samuel-ZDM opened 3 years ago
I tested sending the code through Arduino IDE and it worked, I don't know what I'm doing wrong on platformIO.
Hello, I had the same issue. To solve this, just comment-out the following lines:
upload_protocol = esptool
board_build.flash_mode = qio
upload_speed = 115200
monitor_speed = 115200
The board_build.flash_mode = qio option did something wrong with flash. Other options are making troubles with just normal USB flashing.
Hi!
I downloaded the new version of ESP32 1 channel gateway to test sending data to TTN V3, but after writing the code in ESP32 it is looping reboot.
I've tested other code on it, but it doesn't. With previous versions this had never happened.
I'm using VSCode with PlatformIO on linux manjaro. platformio.ini:
The output of the serial:
Thank you very much!