Current News

Moderator: Mmiscool

User avatar
By Mmiscool
#51994 Hello,

Posting a new build tonight (Right now) that adds line numbers to all the error msgs. If i missed any let me know so i can track it down.

Added the guion and guioff commands. This allows for speed improvements for thing with critical timing.

GUIOFF:
Guioff will purge the html buffer and prevent any additional data from being added with gui commands such as print, wprint, button ect. Also disables web sockets. Good for programs requiring very fast responses from interrupts, ect.
guioff



GUION:
Turns the gui features back on if they were disabled with GUIOFF.
Guion




New flasher detects comm ports for devices connected upon run.
User avatar
By forlotto
#52078 By the sounds of this you could essentially run GUIOFF after you are done printing your web page more or less. Does this seem correct so you could still have a page with all of the buttons webstuff etc but nothing would update on the page from this point out until you hit a GUION routine which would allow GUION....

So in programming you could shut off GUI and then preform your operation that is specific with timing and at the end of your operation you could turn it back on?

Or is it something that is off at the start and that is that?

Are these commands case sensitive?