always print out basic chip info at startup

because I like it.
This commit is contained in:
Frank
2023-01-11 15:25:22 +01:00
parent b87d50fce4
commit 6cd6817cb5
2 changed files with 20 additions and 15 deletions

View File

@@ -822,7 +822,7 @@ build_flags = ${common.build_flags_esp8266}
extends = env:d1_mini
board = d1_mini_pro ;; "D1 mini pro": ESP8266EX, 160MHz, 80KB RAM, 16MB Flash
board_build.f_cpu = 160000000L ;; we want 160Mhz (default = 80Mhz)
;board_build.f_flash = 80000000L ;; for 80Mhz flash speed , in case your chip can handle it (default = 40Mhz)
;board_build.f_flash = 80000000L ;; for 80Mhz flash speed, in case your chip can handle it (default = 40Mhz)
board_build.flash_mode = qio ;; quad IO - fastest speed, in case your chip can handle it.
;;board_build.flash_mode = dout ;; use if your esp8266 becomes unstable with "qio"
board_build.ldscript = ${common.ldscript_16m14m} ;; 16MB flash, use 14MB for LittleFS
@@ -834,6 +834,7 @@ build_flags = ${common.build_flags_esp8266}
-D WLED_DISABLE_ALEXA
-D WLED_DISABLE_BLYNK
-D WLED_DISABLE_HUESYNC
; -D WLED_DEBUG
; -D WLED_DISABLE_2D
; -D USERMOD_AUDIOREACTIVE
; -D USERMOD_CUSTOMEFFECTS ; to be done