We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6c777 commit 1460e33Copy full SHA for 1460e33
examples/tasmota_platformio_override.ini
@@ -1,6 +1,19 @@
1
[platformio]
2
-default_envs =
3
- tasmota32
+default_envs = tasmota32-hybrid
4
5
[env:tasmota32_base]
6
platform = file://.
+
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