module documentation

Postinstalling script for Stick firmware

Function del_it_all Delete all files from list
Function postinstall Delete all functions that are not supported on current device to save flash space
Constant _RANDOM_FUNC_BANLIST Banlist for RANDOM_EXTRA_FUNC, postinstall deletes all this files if extra func not detected
def del_it_all(list: list[str]):

Delete all files from list Args: list (list[str]): Array of file paths

def postinstall():

Delete all functions that are not supported on current device to save flash space

_RANDOM_FUNC_BANLIST: list[str] =

Banlist for RANDOM_EXTRA_FUNC, postinstall deletes all this files if extra func not detected

Value
['/apps/dice.py']