From bb7eebb40ee136afde7399bb6e9ec0c3faf46b6c Mon Sep 17 00:00:00 2001 From: SP6NYA <144551515+SP6NYA@users.noreply.github.com> Date: Sat, 9 Sep 2023 18:59:35 +0200 Subject: [PATCH 1/4] Add files via upload --- INSTALL.md | 2 + README.md | 7 +- TTGO-T-Beam-LoRa-APRS-master.code-workspace | 16 + data_embed/index.html | 2 +- data_embed/index.html.out | Bin 0 -> 3085 bytes data_embed/js.js.out | Bin 0 -> 1321 bytes data_embed/style.css.out | Bin 0 -> 23393 bytes include/version.h | 10 + platformio.ini | 356 +++++++++++++------- src/TTGO_T-Beam_LoRa_APRS.ino | 185 +++++++++- src/taskGPS.cpp | 4 +- src/taskWebServer.cpp | 11 +- 12 files changed, 443 insertions(+), 150 deletions(-) create mode 100644 TTGO-T-Beam-LoRa-APRS-master.code-workspace create mode 100644 data_embed/index.html.out create mode 100644 data_embed/js.js.out create mode 100644 data_embed/style.css.out create mode 100644 include/version.h diff --git a/INSTALL.md b/INSTALL.md index 3861e95..62460ef 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -17,6 +17,7 @@ Search and install the following libaries:
  • AXP202X_Library
  • OneWire
  • DallasTemperature
  • +
  • XPowersLib<>

    2. Command Line Tool

    @@ -30,6 +31,7 @@ platformio lib install "AXP202X_Library"
    platformio lib install "Adafruit Unified Sensor"
    platformio lib install "OneWire"
    platformio lib install "DallasTemperature"
    +platformio lib install "XPowersLib

    Check that the platformio.ini is available as it holds the board type for PlatformIO.
    After pressing the check mark the code will be compiled, after pressing the arrow it will be compiled and uploaded to a connected TTGO.
    diff --git a/README.md b/README.md index 567aad1..82edf37 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,12 @@ After connection with APRX based DIGI it can be used as KISS-TNC * KISS TNC Over Serial or Bluetooth: SQ5RWU * Lora32 board support: DJ1AN * Self-telemetry improvement: KB1GIM +* T-beam v1.2 board support: SP6NYA ## Supported boards * TTGO T-beam v.0.7 -* TTGO T-beam v.1.0 +* TTGO T-beam v.1.0 +* LILYGO/TTGO T-Beam v.1.2 * Lora32 board ## User key functions: @@ -116,3 +118,6 @@ This box allows firmware to be uploaded via OTA ## Default WiFi Password: * Default WiFi Password is: xxxxxxxxxx * that is, 10 times x + +## Known bugs +* T-beam v1.2 batterry voltage issue diff --git a/TTGO-T-Beam-LoRa-APRS-master.code-workspace b/TTGO-T-Beam-LoRa-APRS-master.code-workspace new file mode 100644 index 0000000..4dbebe9 --- /dev/null +++ b/TTGO-T-Beam-LoRa-APRS-master.code-workspace @@ -0,0 +1,16 @@ +{ + "folders": [ + { + "path": "." + }, + { + "name": "LoRa aprs", + "path": "../LoRa aprs" + } + ], + "settings": { + "files.associations": { + "*.tpp": "cpp" + } + } +} \ No newline at end of file diff --git a/data_embed/index.html b/data_embed/index.html index 5ec7554..83477c7 100644 --- a/data_embed/index.html +++ b/data_embed/index.html @@ -307,7 +307,7 @@