diff --git a/README.md b/README.md index fbf71f2..a1b99b8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ After connection with APRX based DIGI it can be used as KISS-TNC * Lora32 board support: DJ1AN * Self-telemetry improvement: KB1GIM * T-beam v1.2 board support: SP6NYA -* New XPowersLib Library Implementation: SP6NYA +* New XPowersLib Library: SP6NYA ## Supported boards * TTGO T-beam v.0.7 diff --git a/data_embed/index.html.out b/data_embed/index.html.out index 47b149e..560587b 100644 Binary files a/data_embed/index.html.out and b/data_embed/index.html.out differ diff --git a/data_embed/js.js.out b/data_embed/js.js.out index 62cf6f1..de42f3a 100644 Binary files a/data_embed/js.js.out and b/data_embed/js.js.out differ diff --git a/data_embed/style.css.out b/data_embed/style.css.out index dd62340..20e0919 100644 Binary files a/data_embed/style.css.out and b/data_embed/style.css.out differ diff --git a/include/version.h b/include/version.h index 7c871a8..b397423 100644 --- a/include/version.h +++ b/include/version.h @@ -1,10 +1,10 @@ #ifndef BUILD_NUMBER - #define BUILD_NUMBER "127" + #define BUILD_NUMBER "182" #endif #ifndef VERSION - #define VERSION "v0.4.127- - 2023-09-09 22:51:42.144437" + #define VERSION "v0.4.182- - 2023-09-09 23:52:50.292490" #endif #ifndef VERSION_SHORT - #define VERSION_SHORT "v0.4.127-" + #define VERSION_SHORT "v0.4.182-" #endif diff --git a/platformio.ini b/platformio.ini index 4bf3387..2370711 100644 --- a/platformio.ini +++ b/platformio.ini @@ -7,7 +7,6 @@ ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html - [env] framework = arduino monitor_speed = 115200 @@ -25,9 +24,9 @@ lib_deps = Adafruit SSD1306 Adafruit GFX Library Adafruit Unified Sensor - https://github.com/SQ9MDD/AXP202X_Library.git SparkFun u-blox Arduino Library bblanchon/ArduinoJson + XPowersLib build_flags = -Wl,--gc-sections,--relax -D 'KISS_PROTOCOL' @@ -109,7 +108,7 @@ lib_deps = bblanchon/ArduinoJson@^6.21.3 [env:ttgo-lora32-v2_1] -platform = espressif32 @ 3.1.1 +platform = espressif32 @ 3.2.0 board = ttgo-lora32-v21 build_flags = ${env.build_flags} @@ -126,7 +125,7 @@ lib_deps = bblanchon/ArduinoJson@^6.21.3 [env:ttgo-lora32-v2] -platform = espressif32 @ 3.1.1 +platform = espressif32 @ 3.2.0 board = ttgo-lora32-v2 build_flags = ${env.build_flags} @@ -143,7 +142,7 @@ lib_deps = bblanchon/ArduinoJson@^6.21.3 [env:ttgo-lora32-v1] -platform = espressif32 @ 3.1.1 +platform = espressif32 @ 3.2.0 board = ttgo-lora32-v1 build_flags = ${env.build_flags} @@ -160,7 +159,7 @@ lib_deps = bblanchon/ArduinoJson@^6.21.3 [env:Heltec-WiFi-v1] -platform = espressif32 @ 3.1.1 +platform = espressif32 @ 3.2.0 board = heltec_wifi_kit_32 build_flags = ${env.build_flags} @@ -177,7 +176,7 @@ lib_deps = bblanchon/ArduinoJson@^6.21.3 [env:Heltec-WiFi-v2] -platform = espressif32 @ 3.1.1 +platform = espressif32 @ 3.2.0 board = heltec_wifi_kit_32_v2 build_flags = ${env.build_flags} diff --git a/src/TTGO_T-Beam_LoRa_APRS.ino b/src/TTGO_T-Beam_LoRa_APRS.ino index f0ae098..c1a2876 100644 --- a/src/TTGO_T-Beam_LoRa_APRS.ino +++ b/src/TTGO_T-Beam_LoRa_APRS.ino @@ -571,22 +571,6 @@ void displayInvalidGPS() { writedisplaytext(" " + Tcall, nextTxInfo, "LAT: not valid", "LON: not valid", "SPD: --- CRS: ---", getSatAndBatInfo()); } -//#if defined(KISS_PROTOCOL) -//** -// * -// * @param TNC2FormatedFrame -// * -//void sendToTNC(const String& TNC2FormatedFrame) { -// if (tncToSendQueue){ -// auto *buffer = new String(); -// buffer->concat(TNC2FormatedFrame); -// if (xQueueSend(tncReceivedQueue, &buffer, (1000 / portTICK_PERIOD_MS)) != pdPASS){ -// // remove buffer on error -// delete buffer; -// } -// } -//} -//#endif #if defined(ENABLE_WIFI) /** *