File tree Expand file tree Collapse file tree 2 files changed +0
-32
lines changed
Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 1212 fail-fast : false
1313 matrix :
1414 include :
15- # - env: openevse_1-6-14
16- # python: 2.x
17- # platformio: 6.1.5
18- # - env: openevse_1-6-17
19- # python: 2.x
20- # platformio: 6.1.5
21- - env : openevse_1-6-23
22- python : 3.x
23- platformio : 6.1.5
2415 - env : openevse_1-8-3
2516 python : 3.x
2617 platformio : 6.1.5
Original file line number Diff line number Diff line change @@ -41,29 +41,6 @@ eu_build_flags =
4141 -D OVERCURRENT_THRESHOLD =5
4242 -D OVERCURRENT_TIMEOUT =10000UL
4343
44-
45- # Arduino 1.6.17 - requires Python 2
46- [env:openevse_1-6-17]
47- platform = atmelavr@1.4.1
48- board = openevse
49- framework = arduino
50- lib_deps = ${common.lib_deps}
51- upload_protocol = ${common.upload_protocol}
52- upload_flags = ${common.upload_flags}
53- build_src_flags =
54- ${common.us_build_flags}
55-
56- # Arduino 1.6.23
57- [env:openevse_1-6-23]
58- platform = atmelavr@1.15.0
59- board = openevse
60- framework = arduino
61- lib_deps = ${common.lib_deps}
62- upload_protocol = ${common.upload_protocol}
63- upload_flags = ${common.upload_flags}
64- build_src_flags =
65- ${common.us_build_flags}
66-
6744[env:openevse_1-8-3]
6845platform = atmelavr@3.4.0
6946board = openevse
You can’t perform that action at this time.
0 commit comments