1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-25 22:38:13 +00:00

[ota] set USE_OTA_VERSION 2 in defines (#8299)

This commit is contained in:
tomaszduda23 2025-02-23 19:33:52 +01:00 committed by GitHub
parent 755b0bbfc7
commit 990d1e3bb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@
#define USE_OTA #define USE_OTA
#define USE_OTA_PASSWORD #define USE_OTA_PASSWORD
#define USE_OTA_STATE_CALLBACK #define USE_OTA_STATE_CALLBACK
#define USE_OTA_VERSION 1 #define USE_OTA_VERSION 2
#define USE_OUTPUT #define USE_OUTPUT
#define USE_POWER_SUPPLY #define USE_POWER_SUPPLY
#define USE_QR_CODE #define USE_QR_CODE