diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ae0da2..f0118e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - "ttgo-t-beam-v1_SX1268" - "ttgo-t-beam-v1_2_SX1262" - "heltec_wireless_stick" - - "heltec_wireless_stick_lite" + - "heltec_ht-ct62" steps: - uses: actions/checkout@v3 @@ -41,6 +41,7 @@ jobs: - name: Move Files run: | mkdir -p installer/firmware + cp .pio/build/${{ matrix.target }}/firmware.bin installer/ota_update.bin cp .pio/build/${{ matrix.target }}/firmware.bin installer/firmware/ cp .pio/build/${{ matrix.target }}/bootloader.bin installer/firmware/ cp .pio/build/${{ matrix.target }}/partitions.bin installer/firmware/ diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index c593327..d2512a4 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -22,7 +22,7 @@ jobs: - "ttgo-t-beam-v1_SX1268" - "ttgo-t-beam-v1_2_SX1262" - "heltec_wireless_stick" - - "heltec_wireless_stick_lite" + - "heltec_ht-ct62" steps: - uses: actions/checkout@v3 diff --git a/data/igate_conf.json b/data/igate_conf.json index 2aae297..4260b1b 100644 --- a/data/igate_conf.json +++ b/data/igate_conf.json @@ -65,6 +65,8 @@ "rememberStationTime": 30, "sendBatteryVoltage": false, "externalVoltageMeasurement": false, - "externalVoltagePin": 34 + "externalVoltagePin": 34, + "lowPowerMode": false, + "lowVoltageCutOff": 0 } } \ No newline at end of file diff --git a/data_embed/index.html b/data_embed/index.html index 94cb1cb..59a8ec9 100644 --- a/data_embed/index.html +++ b/data_embed/index.html @@ -1236,6 +1236,72 @@ +
+ +
+
+
+ + + + + Experimental +
+ You can test new features. Use at your own risk! +
+
+
+
+
+
+ WiFi disabled. Sleep mode. Best for solar Digi with SX126X. +
+ + +
+
+
+ + +
+ MCU will deep sleep when below provided battery voltage to save power. Set to 0 if you don't want this option. Please calibrate your voltage reading first! +
+
+
+
+