From bc7a9d8eb338ed44bc7f3b6dcf4e82f32d23a1f7 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Mon, 7 Mar 2022 21:06:05 +0100 Subject: [PATCH] Minor changes - bugfix - config rx on secondary freq did not work anymore (lost this functionality one or two versions before and did not recognize) - cross-digi: Now only on receiption on main freq. Had overseen this demand in designing phase - web-interface: new documentation section. currently used for - how hardware buttons work - about SNR/RSSI path encoding concept And I revert the hack for github compiled version download: I tried to rename firmware.bin to fimware.raw, but filename.bin is not the cause of githubs web 404 error message. Signed-off-by: Thomas Osterried --- .github/workflows/main.yml | 14 +++++----- data_embed/index.html | 48 +++++++++++++++++++++++++++++------ src/TTGO_T-Beam_LoRa_APRS.ino | 12 +++++---- 3 files changed, 54 insertions(+), 20 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02dd343..52394f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,7 +68,7 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./.pio/build/ttgo-t-beam-v1.0/firmware.bin - asset_name: ttgo-t-beam-v1.0-${{ steps.date.outputs.date }}.raw + asset_name: ttgo-t-beam-v1.0-${{ steps.date.outputs.date }}.bin asset_content_type: application/octet-stream - name: Upload ttgo-t-beam-v0.7.bin @@ -79,7 +79,7 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./.pio/build/ttgo-t-beam-v0.7/firmware.bin - asset_name: ttgo-t-beam-v0.7-${{ steps.date.outputs.date }}.raw + asset_name: ttgo-t-beam-v0.7-${{ steps.date.outputs.date }}.bin asset_content_type: application/octet-stream - name: Upload ttgo-lora32-v2.1.bin @@ -90,7 +90,7 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./.pio/build/ttgo-lora32-v2.1/firmware.bin - asset_name: ttgo-lora32-v2.1-${{ steps.date.outputs.date }}.raw + asset_name: ttgo-lora32-v2.1-${{ steps.date.outputs.date }}.bin asset_content_type: application/octet-stream - name: Upload ttgo-lora32-v2.bin @@ -101,7 +101,7 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./.pio/build/ttgo-lora32-v2/firmware.bin - asset_name: ttgo-lora32-v2-${{ steps.date.outputs.date }}.raw + asset_name: ttgo-lora32-v2-${{ steps.date.outputs.date }}.bin asset_content_type: application/octet-stream - name: Upload ttgo-lora32-v1.bin @@ -112,7 +112,7 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./.pio/build/ttgo-lora32-v1/firmware.bin - asset_name: ttgo-lora32-v1-${{ steps.date.outputs.date }}.raw + asset_name: ttgo-lora32-v1-${{ steps.date.outputs.date }}.bin asset_content_type: application/octet-stream - name: Upload Heltec-WiFi-v1.bin @@ -123,7 +123,7 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./.pio/build/Heltec-WiFi-v1/firmware.bin - asset_name: Heltec-WiFi-v1-${{ steps.date.outputs.date }}.raw + asset_name: Heltec-WiFi-v1-${{ steps.date.outputs.date }}.bin asset_content_type: application/octet-stream - name: Upload Heltec-WiFi-v2.bin @@ -134,6 +134,6 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./.pio/build/Heltec-WiFi-v2/firmware.bin - asset_name: Heltec-WiFi-v2-${{ steps.date.outputs.date }}.raw + asset_name: Heltec-WiFi-v2-${{ steps.date.outputs.date }}.bin asset_content_type: application/octet-stream diff --git a/data_embed/index.html b/data_embed/index.html index 4479371..7c2f060 100644 --- a/data_embed/index.html +++ b/data_embed/index.html @@ -116,13 +116,7 @@
- Info for SNR/RSSI:
- Still testing, if it behaves good to our network.
- If enabled, add SNR and RSSI in path on receiption, prefixed with 'Q'. Examples:
- SNR 23 RSSI -73 -> Q2373
- SNR -03 RSSI -104 -> QA3K4
- SNR -13 RSSI -114 -> QB3L4
. - Use with care; resulting longer path consumes a bit more airtime. + More info for SNR/RSSI path encoding see documentation section below
@@ -323,7 +317,7 @@
- + (If LoRa Repeater Mode has not been set to off)