Skip to content

Commit c057730

Browse files
committed
OTA Bug fix: wrong default bin filename
1 parent 7af7ab8 commit c057730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdkconfig.defaults

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ CONFIG_SNTP_TIME_SYNC_METHOD_IMMED=y
5656
#
5757
# OTA Config
5858
#
59-
CONFIG_OTA_FIRMWARE_UPGRADE_URL="https://192.168.1.128/build/ProjectX-TUX.bin"
59+
CONFIG_OTA_FIRMWARE_UPGRADE_URL="https://192.168.1.128/build/ESP32-TUX.bin"
6060
CONFIG_OTA_SKIP_COMMON_NAME_CHECK=y
6161
# CONFIG_OTA_SKIP_VERSION_CHECK is not set
6262
CONFIG_OTA_OTA_RECV_TIMEOUT=5000

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.11.0

0 commit comments

Comments
 (0)