BUG FIX: GPIO2 set for external thermostat sent dT as the Greek 'd' in the JSON - BAD - broke websocket

This commit is contained in:
Ray Jones 2019-08-19 05:33:07 +10:00
parent a491db257a
commit f5a8c3c11e
4 changed files with 7 additions and 7 deletions

Binary file not shown.

View file

@ -15,10 +15,10 @@ board = esp32dev
framework = arduino
board_build.partitions = min_spiffs.csv
upload_speed = 921600
;upload_port = 192.168.20.40
;upload_protocol = espota
upload_port = COM16
upload_protocol = esptool
upload_port = 192.168.20.40
upload_protocol = espota
;upload_port = COM16
;upload_protocol = esptool
upload_flags =
--port=3232
monitor_speed = 115200

View file

@ -123,8 +123,8 @@
#define RX_DATA_TIMOUT 50
const int FirmwareRevision = 30;
const int FirmwareSubRevision = 3;
const char* FirmwareDate = "10 Aug 2019";
const int FirmwareSubRevision = 4;
const char* FirmwareDate = "18 Aug 2019";
#ifdef ESP32

View file

@ -39,7 +39,7 @@ const char* GPIOin1Names[] = {
const char* GPIOin2Names[] = {
"Disabled",
"Mom Off",
"Ext \352T"
"Ext Thermo"
};