From ff5650f0c527209fabe838758de3f86e1275e868 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Fri, 25 Oct 2024 12:50:15 -0300 Subject: [PATCH] readme and build update --- .github/workflows/build.yml | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b4178e..e32838a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,6 +73,8 @@ jobs: chip: esp32c3 - name: ESP32_C3_OctopusLab_LoRa chip: esp32c3 + - name: QRPLabs_LightGateway_1_0 + chip: esp32s3 steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 35d475b..e8f362a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ ____________________________________________________ - HELTEC V2, V3 , Wireless Stick, Wireless Stick Lite, HT-CT62, Wireless Tracker. +- QRP Labs LightGateway 1.0. + - ESP32 Wroom + SX1278 LoRa Module or Ebyte 400M30S (or 900M30S) 1W LoRa Module for a DIY Versions. - ESP32C3 + Ebyte 400M30S(or 900M30S) 1W LoRa Module for another DIY version. @@ -50,6 +52,7 @@ ____________________________________________________ ## Timeline (Versions): +- 2024.10.25 Added QRP Labs LightGateway 1.0 support. - 2024.10.21 Boards with GPS can now send Real-GPS Beacon (also posible: GPS ambiguity of ~ 1 km). - 2024.10.14 Received Packets in WebUI show real Local Time (NTP with GMT offset). - 2024.10.08 New EcoMode for Remote Digirepeaters without WiFi/WiFiAP, Screen, Leds (Example: LILYGO LoRa32 uses only 24mA, with WifiAP and all was 150mA). APRS Message/Queries can start/stop this mode too.