Skip to content

Commit 1460e33

Browse files
authored
add tasmota32 hybrid compile example
1 parent 8a6c777 commit 1460e33

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed
Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
[platformio]
2-
default_envs =
3-
tasmota32
2+
default_envs = tasmota32-hybrid
43

54
[env:tasmota32_base]
65
platform = file://.
6+
7+
[env:tasmota32-hybrid]
8+
extends = env:tasmota32_base
9+
board = esp32
10+
build_flags = ${env:tasmota32_base.build_flags}
11+
-DFIRMWARE_TASMOTA32
12+
lib_ignore = ${env:tasmota32_base.lib_ignore}
13+
Micro-RTSP
14+
epdiy
15+
custom_sdkconfig = https://raw.githubusercontent.com/pioarduino/sdkconfig/refs/heads/main/sdkconfig_tasmota_esp32
16+
custom_component_remove = espressif/esp_hosted
17+
espressif/esp_wifi_remote
18+
espressif/esp-dsp
19+
espressif/esp32-camera

0 commit comments

Comments
 (0)