[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:
TD-er
2024-12-18 00:58:03 +01:00
parent 2a91472c78
commit bf2706762a
3 changed files with 11 additions and 8 deletions
-4
View File
@@ -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",