diff --git a/pyproject.toml b/pyproject.toml index 382fb1f..d5c15ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcesptool" -version = "2026.02.25.1" +version = "2026.7.5" description = "FastMCP server for ESP32/ESP8266 development with esptool integration" readme = "README.md" requires-python = ">=3.10" diff --git a/src/mcesptool/components/ota_manager.py b/src/mcesptool/components/ota_manager.py index f0c712f..bbc586a 100644 --- a/src/mcesptool/components/ota_manager.py +++ b/src/mcesptool/components/ota_manager.py @@ -137,7 +137,7 @@ class OTAManager: """Deploy an OTA package to a device via HTTP POST. Extracts firmware.bin from the package and POSTs it to the - device's OTA endpoint (e.g. http://192.168.1.100/ota/update). + device's OTA endpoint (e.g. http://192.0.2.100/ota/update). The target device must be running an HTTP OTA server (like esp_https_ota or a custom handler). """