-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed to use radio object from BresserWeatherSensorReceiver Added support for LilyGo T3 S3 SX1262/LR1121
- Loading branch information
1 parent
efa4e92
commit 88a1369
Showing
4 changed files
with
70 additions
and
11 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 |
---|---|---|
|
@@ -19,6 +19,7 @@ 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:lilygo_t3s3:Revision=Radio_LR1121 | ||
#- esp32:esp32:heltec_wireless_stick:PSRAM=disabled | ||
#- esp32:esp32:heltec_wifi_lora_32_V2 | ||
- esp32:esp32:heltec_wifi_lora_32_V3 | ||
|
@@ -76,8 +77,8 @@ jobs: | |
| | ||
#declare -a required_libs=("https://github.com/matthias-bs/BresserWeatherSensorReceiver.git" | ||
declare -a required_libs=( | ||
"BresserWeatherSensorReceiver@0.28.10" | ||
"[email protected].0" | ||
"BresserWeatherSensorReceiver@0.30.0" | ||
"[email protected].1" | ||
"LoRa [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