2.3.0 Release Notes
Architecture of Scent Release 2.3.0
Changed
Added functionality to allow an app to refresh cartridge information when cartridges are inserted while the ION is currently connected to an App such as the ION Admin App. While using the ION Admin app a user can hit the refresh button after inserting a new cartridge and all the cartridge information will be updated without needing to power cycle the device.
OTA error codes will now be interpreted by the app if there is an issue while trying to update the device. These errors will be conveyed via message pop-ups via the app with minor details.
WIFI ERROR - this error means the WIFI credentials were incorrect or there was an issue with connecting to the inputted WIFI network (router error, etc.)
JSON ERROR - this error means that there was a problem while trying to find the required firmware file. This error can happen if there is a problem with the device parsing the file or an issue with the values stored within the firmware JSON file.
OTA ERROR - this error means that there was a problem while performing the actual update. Many things can cause this problem: a connection timeout, a watchdog error, problems with the incoming data stream, problems with the partition, and many other minor issues. The process will be stopped and the app will allow you to try again.
FIRMWARE UP TO DATE - this will occur if the currently loaded firmware is already the latest version. An OTA update will not be allowed at that time.
Last updated