File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -1841,6 +1841,9 @@ build_unflags = ${esp32_4MB_V4_M_base.build_unflags}
18411841 ; ; removing some usermods to keep it simple
18421842 -D USERMOD_DALLASTEMPERATURE
18431843 -D USERMOD_FOUR_LINE_DISPLAY
1844+ ; ;-D USERMOD_ARTIFX
1845+ -D USERMOD_ROTARY_ENCODER_UI
1846+ -D USERMOD_AUTO_SAVE
18441847 -D USERMOD_PIRSWITCH
18451848 -D USERMOD_MULTI_RELAY
18461849 -D USE_ALT_DISPLAY ; new versions of USERMOD_FOUR_LINE_DISPLAY and USERMOD_ROTARY_ENCODER_UI
@@ -1873,10 +1876,14 @@ build_flags = ${esp32_4MB_V4_M_base.build_flags}
18731876 -D WLED_STATIC_IP_DEFAULT_4 =15
18741877 -D MDNS_NAME =\" \" ; ; disable MDNS
18751878 -D WLED_DISABLE_INFRARED
1879+ -D LEDPIN =4
18761880 -D BTNPIN =-1 -D RLYPIN =1 -D IRPIN =-1 ; ; disable all extra pins
18771881 -D SR_DMTYPE =254 -D AUDIOPIN =-1 ; ; set AR into "received only" mode
18781882lib_deps = ${esp32_4MB_V4_M_base.esp32_lib_deps}
1879- lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
1883+ lib_ignore =
1884+ IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
1885+ OneWire ; used for USERMOD_FOUR_LINE_DISPLAY and USERMOD_DALLASTEMPERATURE
1886+ U8g2 ; used for USERMOD_FOUR_LINE_DISPLA
18801887 ${common_mm.HUB75_lib_ignore}
18811888; RAM: [=== ] 26.5% (used 86924 bytes from 327680 bytes)
18821889; Flash: [====== ] 57.4% (used 1806269 bytes from 3145728 bytes)
You can’t perform that action at this time.
0 commit comments