Skip to content

Commit 0b09c6e

Browse files
authored
Merge pull request #21 from OpenEVSE/remove_old_envs
Remove old envs
2 parents 882170a + c088833 commit 0b09c6e

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

.github/workflows/build_platformio.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ jobs:
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

platformio.ini

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff 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]
6845
platform = atmelavr@3.4.0
6946
board = openevse

0 commit comments

Comments
 (0)