ESP-Library
ESP-Library copied to clipboard
progres update
My hardware is ESP32 and LCD Nextion. During the ESP32 software update, I show the progress on the LCD (progress bar). I use the cllback function IAS.onFirmwareUpdateProgress ([] (int written, int total) for this. When upgrading Nextion, the same function is called which disrupts the upgrade process. How to make two different callback functions progress for Nextion and for ESP32?