• The new version of the bootloader (0.44) seems to generate a broken version of .boot0 for the "Health Tracking" app.
    Executing '.boot0' directly yields the following console error message:

    Uncaught Error: Function not found!
    at line 20 col 43 in .boot0
    require("Storage").write(b,f(a),e,17988)­}})

    Obviously line 20 is specific to my setup, but this is the last line of the 'health tracking' boot code entry. It seems to be missing the final "();", maybe?
    The symptom in my case was that the 'ptlauncher' section that came after the 'health tracking' section was not executed (hence ptlauncher no longer worked).
    It is possible that this problem existed before bootloader 0.44, but that I had 'health tracking' installed AFTER ptlanucher, in which case the problem would have been hidden...

About

Avatar for user113695 @user113695 started