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)