esp8266_4MB_min - 160Mhz (instead of 80) ;-)

+ small things
This commit is contained in:
Ewoud
2023-01-17 17:54:14 +01:00
parent 8aebb94332
commit 6cd07c2216
3 changed files with 4 additions and 2 deletions

View File

@@ -806,6 +806,7 @@ board_build.partitions = ${Board_ESP32_16MB.board_build.partitions}
[env:esp8266_4MB_min]
extends = env:d1_mini
upload_speed = 460800 ;115200
board_build.f_cpu = 160000000L ;; we want 160Mhz (default = 80Mhz)
build_flags = ${common.build_flags_esp8266}
-D WLED_RELEASE_NAME=esp8266_4MB_min
-D WLED_DISABLE_ALEXA
@@ -842,6 +843,7 @@ build_flags = ${common.build_flags_esp8266}
; monitor_filters = esp8266_exception_decoder
lib_deps = ${esp8266.lib_deps}
OneWire@~2.3.5 ; used for USERMOD_FOUR_LINE_DISPLAY and USERMOD_DALLASTEMPERATURE
; olikraus/U8g2 @ ^2.28.8 ; used for USERMOD_FOUR_LINE_DISPLAY
; olikraus/U8g2@ ^2.34.5 ; used for USERMOD_FOUR_LINE_DISPLAY -> need newer version with bugfixes for arduino-esp32 v2.0.4 (Wire inititialization)
ElectronicCats/MPU6050 @ 0.6.0 ; used for USERMOD_MPU6050_IMU
; RAM: [====== ] 61.5% (used 50344 bytes from 81920 bytes)