You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sketch uses 760949 bytes (58%) of program storage space. Maximum is 1310720 bytes.
Global variables use 34604 bytes (10%) of dynamic memory, leaving 293076 bytes for local variables. Maximum is 327680 bytes.
C:\Users\riosnav\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\3.1.0/esptool.exe --chip esp32 --port COM4 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 C:\Users\riosnav\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.0-rc1/tools/partitions/boot_app0.bin 0x1000 C:\Users\riosnav\AppData\Local\Temp\arduino_build_44862/ESP32_weather_station.ino.bootloader.bin 0x10000 C:\Users\riosnav\AppData\Local\Temp\arduino_build_44862/ESP32_weather_station.ino.bin 0x8000 C:\Users\riosnav\AppData\Local\Temp\arduino_build_44862/ESP32_weather_station.ino.partitions.bin
esptool.py v3.1
Serial port COM4
Connecting......
Comparing both commands I would guess that {upload.flags} shouldn't be there.
Also there is a huge difference in program storage space between both boards (6553600 vs 1310720 bytes), is this correct? It seems odd to me considering that the manufacturer appears to consider them equivalent.
Thank you.
The text was updated successfully, but these errors were encountered:
Hardware:
Board: SparkFun ESP32 Thing Plus (WRL-17381)
Core Installation version: 2.0.0-rc2
IDE name: Arduino IDE
Flash Frequency: 80Mhz
PSRAM enabled: No?
Upload Speed: 921600
Computer OS: Windows 10
Description:
When trying to upload a sketch using "SparkFun ESP32 Thing Plus" as the board in the Arduino IDE I get the following error message:
Using "Adafruit ESP32 Feather" as stated in the ESP32 Thing Plus Hookup Guide by Sparkfun (it was done before #4224) works without an issue:
Comparing both commands I would guess that {upload.flags} shouldn't be there.
Also there is a huge difference in program storage space between both boards (6553600 vs 1310720 bytes), is this correct? It seems odd to me considering that the manufacturer appears to consider them equivalent.
Thank you.
The text was updated successfully, but these errors were encountered: