forked from arendst/Tasmota
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio_tasmota_cenv.ini
40 lines (32 loc) · 1.5 KB
/
platformio_tasmota_cenv.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
;platformio_tasmota_cenv.ini
; *********************************************************************
[platformio]
; For best Gitpod performance remove the ";" in the next line. Needed
; Platformio files are cached and installed at first run
core_dir = .platformio
; *** Build/upload environment
default_envs =
; *** Uncomment the line(s) below to select version(s) that will be build
; by default. Commented versions can still be build individually from
; VSCode or command line
tasmota-thermo
tasmota32-serial
; *********************************************************************
; Common section can override global parameters for all builds
;[common]
; *** Upload Serial reset method for Wemos and NodeMCU
;upload_port = COM4
; *********************************************************************
; This section show how to create 2 alternative binaries : tasmota-foo.bin
; and tasmota-bar.bin. Those binaries are derived form tasmota.bin and
; customization is defined in user_config_override.h
; Those binaries are for ESP8266
; The name after the env: tag will give its name to the binary
[env:tasmota-thermo]
build_flags = ${env.build_flags} -DFIRMWARE_THERMO
; *********************************************************************
; Similar example for ESP32
; Note that you must explicitly state that they derive from `tasmota32`
[env:tasmota32-serial]
extends = env:tasmota32_base
build_flags = ${env:tasmota32_base.build_flags} -DFIRMWARE_SERIAL