progres update
Opened this issue · 0 comments
krzychoooo commented
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?