-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into config-set
- Loading branch information
Showing
9 changed files
with
56 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
#!/bin/bash | ||
|
||
# Script to compile all released enviroments and copy build artifacts to project root for easy upload to github releases. | ||
# Script to compile all released enviroments and copy build artifacts to project root for easy upload to github releases. | ||
|
||
pio run -e openevse_wifi_v1 | ||
cp .pio/build/openevse_wifi_v1/firmware.bin firmware.bin | ||
|
||
pio run -e openevse_huzzah32 | ||
cp .pio/build/openevse_wifi_v1/firmware.bin openevse_huzzah32.bin | ||
pio run -e adafruit_huzzah32 | ||
cp .pio/build/openevse_wifi_v1/firmware.bin adafruit_huzzah32.bin | ||
|
||
pio run -e openevse_esp32-gateway-e | ||
pio run -e olimex_esp32-gateway-e | ||
cp .pio/build/openevse_wifi_v1/firmware.bin esp32-gateway-e.bin | ||
|
||
echo "Done" | ||
echo "Done" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters