Skip to content

Commit

Permalink
Merge pull request #21 from OpenEVSE/remove_old_envs
Browse files Browse the repository at this point in the history
Remove old envs
  • Loading branch information
KipK authored Apr 29, 2023
2 parents 882170a + c088833 commit 0b09c6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build_platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ jobs:
fail-fast: false
matrix:
include:
#- env: openevse_1-6-14
# python: 2.x
# platformio: 6.1.5
#- env: openevse_1-6-17
# python: 2.x
# platformio: 6.1.5
- env: openevse_1-6-23
python: 3.x
platformio: 6.1.5
- env: openevse_1-8-3
python: 3.x
platformio: 6.1.5
Expand Down
23 changes: 0 additions & 23 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,29 +41,6 @@ eu_build_flags =
-D OVERCURRENT_THRESHOLD=5
-D OVERCURRENT_TIMEOUT=10000UL


# Arduino 1.6.17 - requires Python 2
[env:openevse_1-6-17]
platform = [email protected]
board = openevse
framework = arduino
lib_deps = ${common.lib_deps}
upload_protocol = ${common.upload_protocol}
upload_flags = ${common.upload_flags}
build_src_flags=
${common.us_build_flags}

# Arduino 1.6.23
[env:openevse_1-6-23]
platform = [email protected]
board = openevse
framework = arduino
lib_deps = ${common.lib_deps}
upload_protocol = ${common.upload_protocol}
upload_flags = ${common.upload_flags}
build_src_flags=
${common.us_build_flags}

[env:openevse_1-8-3]
platform = [email protected]
board = openevse
Expand Down

0 comments on commit 0b09c6e

Please sign in to comment.