diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96bff3bb..0ae0da2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,8 @@ jobs: - "ttgo-t-beam-v1" - "ttgo-t-beam-v1_SX1268" - "ttgo-t-beam-v1_2_SX1262" - # - "heltec_wireless_stick_lite" # NOT FULLY TESTED + - "heltec_wireless_stick" + - "heltec_wireless_stick_lite" steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml new file mode 100644 index 00000000..c593327a --- /dev/null +++ b/.github/workflows/commit.yml @@ -0,0 +1,40 @@ +name: Commit Test Build + +on: + push: + branches: + - '*' + +jobs: + build: + runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + target: + - "ttgo-lora32-v21" + - "heltec-lora32-v2" + - "heltec_wifi_lora_32_V3" + - "ESP32_DIY_LoRa" + - "ESP32_DIY_1W_LoRa" + - "ttgo-t-beam-v1_2" + - "ttgo-t-beam-v1" + - "ttgo-t-beam-v1_SX1268" + - "ttgo-t-beam-v1_2_SX1262" + - "heltec_wireless_stick" + - "heltec_wireless_stick_lite" + steps: + - uses: actions/checkout@v3 + + - uses: actions/setup-python@v4 + with: + python-version: "3.9" + + - name: Install PlatformIO Core + run: pip install --upgrade platformio + + - name: Build target + run: pio run -e ${{ matrix.target }} + + - name: Build FS + run: pio run --target buildfs -e ${{ matrix.target }} \ No newline at end of file diff --git a/data/igate_conf.json b/data/igate_conf.json index 681c02af..2aae297c 100644 --- a/data/igate_conf.json +++ b/data/igate_conf.json @@ -21,6 +21,11 @@ "digi": { "mode": 0 }, + "tnc": { + "enableServer": false, + "enableSerial": false, + "acceptOwn": false + }, "aprs_is": { "active": false, "passcode": "XYZVW", diff --git a/data_embed/index.html b/data_embed/index.html index ccab1f8f..94cb1cbe 100644 --- a/data_embed/index.html +++ b/data_embed/index.html @@ -11,101 +11,50 @@