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.
Replaced ESP32AnalogRead by analogReadMilliVolts() (#89)
* Replaced ESP32AnalogRead by analogReadMilliVolts() * CI workflow * Target heltec_wireless_stick: removed parameter 'PSRAM' * Renamed target m5stack-core2 to m5stack_core2
- Loading branch information
1 parent
bd6610e
commit 86bd73b
Showing
5 changed files
with
36 additions
and
121 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 |
---|---|---|
|
@@ -20,10 +20,10 @@ jobs: | |
#- esp32:esp32:ttgo-lora32:Revision=TTGO_LoRa32_V1 | ||
#- esp32:esp32:ttgo-lora32:Revision=TTGO_LoRa32_V2 | ||
- esp32:esp32:ttgo-lora32:Revision=TTGO_LoRa32_v21new | ||
- esp32:esp32:heltec_wireless_stick:PSRAM=disabled | ||
- esp32:esp32:heltec_wireless_stick | ||
- esp32:esp32:heltec_wifi_lora_32_V2 | ||
- esp32:esp32:featheresp32 | ||
- esp32:esp32:m5stack-core2 | ||
- esp32:esp32:m5stack_core2 | ||
- esp32:esp32:adafruit_feather_esp32s2 | ||
- rp2040:rp2040:adafruit_feather:dbgport=Serial | ||
|
||
|
@@ -75,14 +75,13 @@ jobs: | |
| | ||
#declare -a required_libs=("https://github.com/matthias-bs/BresserWeatherSensorReceiver.git" | ||
declare -a required_libs=( | ||
"RadioLib@6.5.0" | ||
"RadioLib@6.6.0" | ||
"[email protected]" | ||
"MCCI LoRaWAN LMIC [email protected]" | ||
"MCCI Arduino LoRaWAN [email protected]" | ||
"MCCI Arduino Development Kit [email protected]" | ||
"LoRa [email protected]" | ||
"[email protected]" | ||
"[email protected]" | ||
"[email protected]" | ||
"[email protected]" | ||
"[email protected]" | ||
|
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