This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from matthias-bs/feature-m5stack-core2
Add configuration for M5Stack Core2 with M5Stack Module LoRa868
- Loading branch information
Showing
4 changed files
with
199 additions
and
119 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ jobs: | |
- esp32:esp32:heltec_wireless_stick:PSRAM=disabled | ||
- esp32:esp32:heltec_wifi_lora_32_V2 | ||
- esp32:esp32:featheresp32 | ||
- esp32:esp32:m5stack-core2 | ||
- esp32:esp32:adafruit_feather_esp32s2 | ||
- rp2040:rp2040:adafruit_feather:dbgport=Serial | ||
|
||
|
@@ -75,7 +76,7 @@ jobs: | |
#declare -a required_libs=("https://github.com/matthias-bs/BresserWeatherSensorReceiver.git" | ||
declare -a required_libs=( | ||
"[email protected]" | ||
"BresserWeatherSensorReceiver@0.23.1" | ||
"BresserWeatherSensorReceiver@0.24.0" | ||
"MCCI LoRaWAN LMIC [email protected]" | ||
"MCCI Arduino LoRaWAN [email protected]" | ||
"MCCI Arduino Development Kit [email protected]" | ||
|
@@ -87,7 +88,9 @@ jobs: | |
"[email protected]" | ||
"[email protected]" | ||
"[email protected]" | ||
"[email protected]") | ||
"[email protected]" | ||
"[email protected]" | ||
"[email protected]") | ||
for i in "${required_libs[@]}" | ||
do | ||
arduino-cli lib install "$i" | ||
|
@@ -142,6 +145,7 @@ jobs: | |
# hardcoded fqbn, because 'esp32:[email protected]' did not work | ||
arduino-cli compile --libraries /home/runner/work/BresserWeatherSensorReceiver --fqbn esp32:esp32:esp32${{ steps.prep.outputs.options }} $example --warnings=${{ steps.prep.outputs.warnings }} | ||
else | ||
#arduino-cli compile --show-properties --libraries /home/runner/work/BresserWeatherSensorReceiver --fqbn ${{ matrix.board }}${{ steps.prep.outputs.options }} $example --warnings=${{ steps.prep.outputs.warnings }} | ||
arduino-cli compile --libraries /home/runner/work/BresserWeatherSensorReceiver --fqbn ${{ matrix.board }}${{ steps.prep.outputs.options }} $example --warnings=${{ steps.prep.outputs.warnings }} | ||
fi | ||
|
||
|
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
Oops, something went wrong.