Прошивка "По воздуху"

Привет всем!!
В документации не удалось обнаружить информации о том, работает ли прошивка “по воздуху” для устройств подключенных к точке доступа по Wi-Fi. Написано, что только для устройств, подключенных по Wi-Fi. Устройство ESP32. Ничего не нашел о том, надо ли в тексте скетча что-то специально писать для этого? Кроме #define BLYNK_FIRMWARE_VERSION “0.1.0”. Передача бинарнрго файла настраивается, фаил принимается к пересылке, но не передается. В информации видны запросы на передачу файла и попытки передать. Подскажите в чем ошибка, пожалуйста.

What does the Blynk.Air log say?

Pete.

Hello,

В документации не удалось обнаружить информации о том, работает ли прошивка “по воздуху” для устройств подключенных к точке доступа по Wi-Fi.

You can read https://docs.blynk.io/en/getting-started/updating-devices-firmwares-ota

This is .csv file
|MODUL7|254480|15.01.2023 15:51|STARTED|
|MODUL7|254480|15.01.2023 15:54|REQUEST_SENT|
|MODUL7|254480|15.01.2023 16:00|STARTED|
|MODUL7|254480|15.01.2023 16:00|REQUEST_SENT|
|MODUL7|254480|15.01.2023 16:00|REQUEST_SENT|
|MODUL7|254480|15.01.2023 16:17|REQUEST_SENT|
|MODUL7|254480|15.01.2023 16:18|REQUEST_SENT|
|MODUL7|254480|15.01.2023 16:34|REQUEST_SENT|

Согласно этому документу загружаю blynk.egent в устройство и ничего не происходит. Дальше не могу ничего загрузить. И непонятно, как эта программа может повлиять на загрузку моего скетча? Она же работает отдельно?

If you blynk.egent sketch correctly, you can read doc how to connect the device WiFi provisioning - Blynk Documentation

Thanks. So far I can’t find a connection between the blynk.edgent and the text of my sketch.
Perhaps they need to be translated together?

Blynk.Edgent is a fully functional working example. If you add-in the template ID and device name from the template you’ve created, and un-comment the appropriate board type and upload the sketch via USB it will be ready to provision via the app.
Once you’ve done this then you will be able to update a tweaked version of the Edgent sketch, provided you update the firmware version before compiling.

If you want to add-in your own functionality to the Edgent example then you can do this by adding your code to the .ino file, provided you don’t do anything that conflicts with the existing Edgent code. This includes not re-using GPIOs that are already defined in Settings.h, or using variable names that are already in use.

Pete.