testing...
This commit is contained in:
parent
7ae1f7d187
commit
717f3aeeeb
|
|
@ -6,15 +6,9 @@
|
|||
#include "RS41.h"
|
||||
#include "json.h"
|
||||
|
||||
|
||||
extern const int SPIFFS_MAJOR;
|
||||
extern const int SPIFFS_MINOR;
|
||||
extern const char *version_name;
|
||||
extern const char *version_id;
|
||||
|
||||
const int MQTT_VER = SPIFFS_MAJOR;
|
||||
const int MQTT_SUB = SPIFFS_MINOR;
|
||||
|
||||
TimerHandle_t mqttReconnectTimer;
|
||||
|
||||
void mqttCallback(char* topic, byte* payload, unsigned int length) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
const char *version_name = "rdzTTGOsonde";
|
||||
const char *version_id = "devel20220924";
|
||||
const char *version_id = "devel20220925";
|
||||
const int SPIFFS_MAJOR=2;
|
||||
const int SPIFFS_MINOR=16;
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ lib_deps_external =
|
|||
https://github.com/dx168b/async-mqtt-client
|
||||
|
||||
[env:ttgo-lora32]
|
||||
#platform = https://github.com/platformio/platform-espressif32.git#v3.3.2
|
||||
platform = https://github.com/platformio/platform-espressif32.git#v4.4.0
|
||||
platform = https://github.com/platformio/platform-espressif32.git#v3.3.2
|
||||
#platform = https://github.com/platformio/platform-espressif32.git#v4.4.0
|
||||
board = ttgo-lora32-v1
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
|
|
|
|||
Loading…
Reference in New Issue