diff --git a/include/Version.h b/include/Version.h index 3939af9..5188a85 100644 --- a/include/Version.h +++ b/include/Version.h @@ -1,9 +1,9 @@ // AUTO GENERATED FILE, DO NOT EDIT #ifndef VERSION - #define VERSION "2.12.5" + #define VERSION "2.13.6" #endif #ifndef BUILD_TIMESTAMP - #define BUILD_TIMESTAMP "2021-04-18 18:19:45.045321" + #define BUILD_TIMESTAMP "2021-06-07 17:38:05.591856" #endif \ No newline at end of file diff --git a/platformio.ini b/platformio.ini index b703ac0..587106e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -40,7 +40,7 @@ common_build_flags = '-D GATEWAY_IP="192.168.1.1"' '-D DNS_IP="192.168.1.1"' '-D MQTT_SERVER_IP="192.168.1.3"' - '-D MQTT_SERVER_PORT=1883' + '-D MQTT_SERVER_PORT="1883"' '-D MAX_RECONNECT=500' '-D MAX_JSON_OBJECT_SIZE=50' '-D MQTT_MAX_PACKET_SIZE=1024' @@ -59,7 +59,7 @@ board_build.f_cpu = ${common_env_data.f_cpu} ; flash.4m.ld, flash.4m1m.ld, flash.4m2m.ld, flash.4m3m.ld Less memory for SPIFFS faster the upload build_flags = -D TARGET_WATCHWINDER_1 - '-D WIFI_DEVICE_NAME="WATCHWINDER_1"' + '-D WIFI_DEVICE_NAME="WATCHWINDER_1"' '-D MICROCONTROLLER_OTA_PORT=8280' '-D WIFI_SIGNAL_STRENGTH=0' '-D MICROCONTROLLER_IP="192.168.1.53"' @@ -68,8 +68,8 @@ board_build.ldscript = eagle.flash.4m1m.ld monitor_speed = ${common_env_data.monitor_speed} board_build.filesystem = ${common_env_data.filesystem} monitor_filters = ${common_env_data.monitor_filters} -; monitor_port = COM4 -; upload_port = COM4 +monitor_port = COM7 +;upload_port = COM7 upload_protocol = espota upload_port = 192.168.1.53 upload_flags = diff --git a/version b/version index 064eb29..a18bf22 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.12.5 \ No newline at end of file +2.13.6 \ No newline at end of file