iotappstory / ESP-Library

Software Distribution and Management Over the Air
GNU Lesser General Public License v2.1
124 stars 35 forks source link

Added & updated callbacks #173

Closed Onno-Dirkzwager closed 3 years ago

Onno-Dirkzwager commented 3 years ago

Added onFirmwareNoUpdate(String statusMessage) callback Called when no updates are available. This could have multiple reasons: not necessary, not selected, no file, unknown device or account, not compatible etc. This callback returns a var String statusMessage.

Updated Changed onFirmwareUpdateError() to onFirmwareUpdateError(String statusMessage) To return a String statusMessage.