Add note to platformio override sample

This commit is contained in:
Michael Bisbjerg 2024-05-18 15:52:01 +02:00
parent 075c164407
commit 0df726cdab

View File

@ -94,6 +94,9 @@ build_flags = ${common.build_flags} ${esp8266.build_flags}
; -D USERMOD_AUTO_SAVE ; -D USERMOD_AUTO_SAVE
; -D AUTOSAVE_AFTER_SEC=90 ; -D AUTOSAVE_AFTER_SEC=90
; ;
; Use INA226 usermod
; -D USERMOD_INA226
;
; Use 4 Line Display usermod with SPI display ; Use 4 Line Display usermod with SPI display
; -D USERMOD_FOUR_LINE_DISPLAY ; -D USERMOD_FOUR_LINE_DISPLAY
; -D USE_ALT_DISPlAY # mandatory ; -D USE_ALT_DISPlAY # mandatory