mirror of
https://github.com/ok-home/ota_ws_update.git
synced 2025-11-13 22:03:27 +03:00
enc comment + CONFIG_OTA_CHUNK_SIZE & ~0xf
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
#define OTA_DEFAULT_WS_URI CONFIG_OTA_DEFAULT_WS_URI
|
||||
#define OTA_DEFAULT_URI CONFIG_OTA_DEFAULT_URI
|
||||
#define OTA_CHUNK_SIZE CONFIG_OTA_CHUNK_SIZE
|
||||
#define OTA_CHUNK_SIZE (CONFIG_OTA_CHUNK_SIZE & ~0xf)
|
||||
|
||||
|
||||
static const char *TAG = "ota_ws_http";
|
||||
|
||||
Reference in New Issue
Block a user