Skip to content

Commit d541c21

Browse files
committed
let's try with the tasmota platform
1 parent 495cd69 commit d541c21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

platformio.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,6 +1835,8 @@ lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compila
18351835
## for testing with QEMU
18361836
[env:esp32_16MB_QEMU_debug]
18371837
extends = esp32_4MB_V4_M_base
1838+
platform = ${esp32.platformTasmota}
1839+
platform_packages = ${esp32.platform_packagesTasmota}
18381840
board = esp32_16MB-poe ;; needed for ethernet boards (selects "esp32-poe" as variant)
18391841
board_build.partitions = ${esp32.extreme_partitions} ;; WLED extended for 16MB flash: 3.2MB firmware, 9 MB filesystem
18401842
build_unflags = ${esp32_4MB_V4_M_base.build_unflags}
@@ -1879,7 +1881,7 @@ build_flags = ${esp32_4MB_V4_M_base.build_flags}
18791881
-D MDNS_NAME=\"\" ;; disable MDNS
18801882
-D WLED_DISABLE_INFRARED
18811883
-D LEDPIN=4
1882-
-D BTNPIN=-1 -D RLYPIN=1 -D IRPIN=-1 ;; disable all extra pins
1884+
-D BTNPIN=-1 -D RLYPIN=-1 -D IRPIN=-1 ;; disable all extra pins
18831885
-D SR_DMTYPE=254 -D AUDIOPIN=-1 ;; set AR into "received only" mode
18841886
lib_deps = ${esp32_4MB_V4_M_base.esp32_lib_deps}
18851887
lib_ignore =

0 commit comments

Comments
 (0)