Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-10bumped background tread to 20, added some additional logging2.7.2-devJeffB42
2021-04-10bumped WatchdogSec up to 40JeffB42
2021-04-08added 'isRequired' parameter to doJsonRequest() and doRequest(), renamed 'b' ...JeffB42
2021-04-04added new environment variable, DISPLAY_CURSORJeffB42
2021-04-04bumped the version to 2.7.2JeffB42
2021-04-04fixed typo (changed 'error' to 'err')JeffB42
2021-04-04added code to force the cursor to be shownJeffB42
2021-04-03Merge pull request #286 from Z-Bolt/2.7.1-devv2.7.1JeffB42
2021-04-03updated the cmd.Confirm condition to include a prompt2.7.1-devJeffB42
2021-04-03bumped version to 2.7.1JeffB42
2021-04-03changed log message to use LogError()JeffB42
2021-03-30changed order in which loadSettings() is calledJeffB42
2021-03-30reverted call to Sleep()JeffB42
2021-03-28added SelectTool(), also refacted code into functions with a similar formatJeffB42
2021-03-28changed the trottle from 5 sec to 2 sec, and updated the commentJeffB42
2021-03-28updated version number to 2.7.1JeffB42
2021-03-28added a pause of 5 seconds in OctoScreenSettingsRequest.Do() to prevent plug-...JeffB42
2021-03-28added aditional logging to doRequest()JeffB42
2021-03-27Merge pull request #272 from Z-Bolt/2.7.0-devv2.7.0v2.6.1v2.6.0JeffB42
2021-03-27cleaned up CommandButton.handleClicked() and ControlButton.handleClicked()2.7.0-devJeffB42
2021-03-27cleaned up CommandButton.handleClicked() and ControlButton.handleClicked()JeffB42
2021-03-27Merge pull request #263 from thebeline/BF/CommandsJeffB42
2021-03-27Merge pull request #265 from thebeline/BF/SSIDPasswordSpaceJeffB42
2021-03-24Add SPACE and define keyboard buttons visually.Michael J Mulligan
2021-03-24Fixed Command/Control Button Confirm dialog calling.Michael J Mulligan
2021-03-24XMerge branch '2.7.0-dev' into BF/CommandsMichael J Mulligan
2021-03-24remved calls to fatal(), reworked code so a FatalErrorWindow is displayed in ...JeffB42
2021-03-23added Panic() and Panicln()JeffB42
2021-03-23removed extra '*'JeffB42
2021-03-23Merge pull request #251 from thebeline/IMP/AutoLocalJeffB42
2021-03-23Merge pull request #255 from thebeline/BF/WatchDogTimeoutJeffB42
2021-03-22Watchdog everything.Michael J Mulligan
2021-03-22Method names are hard. ;-)Michael J Mulligan
2021-03-22SD Is ReadyMichael J Mulligan
2021-03-16Merge pull request #254 from thebeline/BF/ConfigLogLevelJeffB42
2021-03-16Increase Watchdog timer per documentation recomendations.Michael J Mulligan
2021-03-16Seems like too easy of a fix.Michael J Mulligan
2021-03-15Removing more unneeded logs.Michael J Mulligan
2021-03-15Removing unneeded logs.Michael J Mulligan
2021-03-15Check the SD state after refresh request.Michael J Mulligan
2021-03-15Just trying to figure out where I am...Michael J Mulligan
2021-03-15Logging?Michael J Mulligan
2021-03-15Debug because... Oddness...Michael J Mulligan
2021-03-15Well shoot.Michael J Mulligan
2021-03-15Chech SD status prior to loading or going back.Michael J Mulligan
2021-03-14added 'UI' which was removedJeffB42
2021-03-14reverted click handler b/c it needs 'location'JeffB42
2021-03-14added missing 'this'JeffB42
2021-03-14added calls to sdNotify(), refactred into handleRootLocationClick()JeffB42
2021-03-13added call to sdRefreshRequest.Do() to refresh the file list when the curent ...JeffB42