Webwizard Now part of Uapp

all things webwizard here, please share suggestions, issues, or just anything related to the webwizard
Post Reply
User avatar
brennyn21
Posts: 176
Joined: Mon Nov 23, 2020 5:40 pm

Webwizard Now part of Uapp

Post by brennyn21 »

Hi everyone the Webwizard is now part of the Uapp. We still have some features to add, but all the existing features from the old Wizard are moved over.
A few new features in the new wizard are listed below.
  • Improved Code Editor
  • Enhanced Wizard Configurator
  • Move Mouse over Functions to view function description
  • Compare Files
  • Force Remote Upload with Star Controller - You don't have to wait for the Star to reach out to the server, now you can click force update to grab the new firmware immediately
  • Wizard Config is now saved at the bottom of the code, this way when you open your code on a new device the wizard selection is loaded from your config
  • Custom Code Preservation when using wizard. Code placed between

    Code: Select all

        ////// Place global variable code below here
    
        ////// Place global variable code above here

    Code: Select all

        ////// Place additional initialization code below here
    
        ////// Place additional initialization code above here

    Code: Select all

        ////// Place your custom code below here
    
       ////// Place your custom code above here

    Code: Select all

       ////// Place your custom functions below here
    
       ////// Place your custom functions above here
    This code is preserved when generating new code using the wizard so you don't lose any custom code or functions.
The old wizard is still available and working and will be for some time, as we continue to test and use the new wizard.

If you are using a Plus or local Upload on the Star, please make sure you download the Plugin this can be found in menu on the new wizard.

Mac Users
We have created a new plugin that should work on both Intel Processors and Apple Silicon M series. The plugin is supported on both Chrome and Safari.
For Safari after installing the Plugin click the Wizard Plugin Icon and click the button that says install certificates this will enable you to use Safari browser.
Sincerely, Brennyn
Post Reply