Change esp32solo1 CPU frequency from 240MHz to 160MHz

This commit is contained in:
Jason2866 2025-11-16 12:02:48 +01:00 committed by GitHub
parent 718c00a030
commit 96fea4bcf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_TASMOTA -DESP32_4M -DCORE32SOLO1",
"f_cpu": "240000000L",
"f_cpu": "160000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"mcu": "esp32",