File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 15
15
16
16
install :
17
17
- pip install -U platformio
18
- - platformio lib install 561 562
18
+ - platformio lib install 561 562
19
19
20
20
script :
21
21
- platformio ci --lib="." --board=nodemcuv2
22
+
23
+ deploy :
24
+ provider : releases
25
+ api_key : " zbL7vJQoM9WdNxSdm3he"
26
+ file : " .pioenvs/nodemcuv2/firmware.elf"
27
+ overwrite : true
28
+ skip_cleanup : true
29
+ on :
30
+ tags : true
Original file line number Diff line number Diff line change 12
12
},
13
13
"frameworks" : " arduino" ,
14
14
"platforms" : " espressif" ,
15
- "version" : " 1.0.4 "
15
+ "version" : " 1.0.5 "
16
16
}
Original file line number Diff line number Diff line change 1
1
name =ESP8266 Weather Station
2
- version =1.0.3
2
+ version =1.0.5
3
3
author =Daniel Eichhorn
4
4
maintainer =Daniel Eichhorn <squix78@gmail.com>
5
5
sentence =ESP8266 based internet connected Weather Station
You can’t perform that action at this time.
0 commit comments