synced with master-0.9.4

This commit is contained in:
Hansi, dl9rdz 2024-01-07 12:47:25 +00:00
commit cac3f3f556
3 changed files with 1 additions and 6 deletions

View File

@ -87,8 +87,6 @@ char shImport = 0;
unsigned long time_last_update = 0; unsigned long time_last_update = 0;
#endif #endif
// JSON over TCP for communicating with the rdzSonde (rdzwx-go) Android app // JSON over TCP for communicating with the rdzSonde (rdzwx-go) Android app
WiFiServer rdzserver(14570); WiFiServer rdzserver(14570);
WiFiClient rdzclient; WiFiClient rdzclient;
@ -1692,7 +1690,6 @@ void setup()
int v = gpio_get_level((gpio_num_t)i); int v = gpio_get_level((gpio_num_t)i);
Serial.printf("%d:%d ", i, v); Serial.printf("%d:%d ", i, v);
} }
Serial.printf("Test%1$s%1$s\n", "hello");
//NimBLEDevice::init("NimBLE-Arduino"); //NimBLEDevice::init("NimBLE-Arduino");
//NimBLEServer* pServer = NimBLEDevice::createServer();; //NimBLEServer* pServer = NimBLEDevice::createServer();;

View File

@ -1,4 +1,4 @@
const char *version_name = "rdzTTGOsonde"; const char *version_name = "rdzTTGOsonde";
const char *version_id = "devel20231212"; const char *version_id = "master_v0.9.4";
const int SPIFFS_MAJOR=2; const int SPIFFS_MAJOR=2;
const int SPIFFS_MINOR=17; const int SPIFFS_MINOR=17;

View File

@ -27,9 +27,7 @@ lib_deps_external =
https://github.com/dx168b/async-mqtt-client https://github.com/dx168b/async-mqtt-client
[env:ttgo-lora32] [env:ttgo-lora32]
#platform = https://github.com/platformio/platform-espressif32.git#v3.3.2
platform = https://github.com/platformio/platform-espressif32.git#v6.4.0 platform = https://github.com/platformio/platform-espressif32.git#v6.4.0
#platform = https://github.com/platformio/platform-espressif32.git#v4.4.0
board = ttgo-lora32-v1 board = ttgo-lora32-v1
framework = arduino framework = arduino
monitor_speed = 115200 monitor_speed = 115200