mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[ESP32-solo1] Fix bootloop on Solo1 boards
- Remove obsolete defines in board definition - So not free up GPIO-16 and -17 during setup - Do not set clock frequency
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"build": {
|
||||
"arduino":{
|
||||
"ldscript": "esp32_out.ld",
|
||||
"memory_type": "dio_qspi"
|
||||
},
|
||||
"core": "esp32",
|
||||
"extra_flags": "-DARDUINO_TASMOTA -DARDUINO_ESP32_DEV -DARDUINO_USB_CDC_ON_BOOT=0 -DESP32_4M -DCORE32SOLO1 -DESP32_CLASSIC",
|
||||
"f_cpu": "160000000L",
|
||||
|
||||
Reference in New Issue
Block a user