Skip to content

Commit

Permalink
Arduino Bootstrapper (v1.8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblantipodi committed Jun 7, 2021
1 parent ac33c8f commit 310a949
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions include/Version.h
Original file line number Diff line number Diff line change
@@ -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

8 changes: 4 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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"'
Expand All @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.12.5
2.13.6

0 comments on commit 310a949

Please sign in to comment.