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 @@