Skip to content

Commit

Permalink
OTA Bug fix: wrong default bin filename
Browse files Browse the repository at this point in the history
  • Loading branch information
sukesh-ak committed Dec 15, 2022
1 parent 7af7ab8 commit c057730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ CONFIG_SNTP_TIME_SYNC_METHOD_IMMED=y
#
# OTA Config
#
CONFIG_OTA_FIRMWARE_UPGRADE_URL="https://192.168.1.128/build/ProjectX-TUX.bin"
CONFIG_OTA_FIRMWARE_UPGRADE_URL="https://192.168.1.128/build/ESP32-TUX.bin"
CONFIG_OTA_SKIP_COMMON_NAME_CHECK=y
# CONFIG_OTA_SKIP_VERSION_CHECK is not set
CONFIG_OTA_OTA_RECV_TIMEOUT=5000
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.11.0

0 comments on commit c057730

Please sign in to comment.