Can resident applications be updated?

Can a resident application programatically be uninstalled/installed?

Suppose an update for a resident application is available. The new update of the resident application is transferred to the device via serial port. Can the device programtically uninstall the resident application and install the update?

Hi @johnnassar,

It is not possible to uninstall resident apps by default in our firmware. Mostly because the resident apps are stored with the firmware in flash.
You could have a custom firmware that accept a new version of the app installed normally (i.e not a resident app) and never starts the old version.

Gaƫtan