• I'm not sure if this helps, but:

    Expecting a function to call, got Number
    at line 1 col 1
    reset();
    

    would happen if you did something like global.reset=1 which set reset to a number. It seems unlikely that you would have done that however

  • Thanks for your idea & feedback, Gordon!

    This error occurs prior to loading code to the puck, seems to be during the (standard) reset during the upload procedure - AFAIK there was some switch to "disable reset upon code upload" in the Web IDE...

About

Avatar for Gordon @Gordon started