Skip to content

Commit 4b3f5ed

Browse files
committed
remove confliciting usermods from QEMU build
* USERMOD_ROTARY_ENCODER_UI => pin conflicts with ethernet * USERMOD_AUTO_SAVE => not needed * LEDPIN=4 to avoid ethernet PIN conflicts
1 parent d947fdd commit 4b3f5ed

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

platformio.ini

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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
18781882
lib_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)

0 commit comments

Comments
 (0)