html: Live Monitor fixes, Power Button, Disk Image mounting#642
html: Live Monitor fixes, Power Button, Disk Image mounting#642TangoBravo64 wants to merge 4 commits into
Conversation
Commands like "m 1E0" did not work as expected, as values with an "e" were interpreted as decimal values in exponential notation (1e0 = 1, 1e1=10, 1e2=100) by the jquery.terminal module. Disabled "argument processing", so all parameters are passed as strings (keeping hexadecimal values safe). Also: - Set option to allow resizing the BASCI editor window. - Synchronize the upper/lower case setting, when browsers have cached the setting and the page is reloaded.
- Adds power off button (only shown for Ultimate 64-II). - Adds firmware version (read from /v1/info). - Clean up of duplicated CSS rules.
- Disk images are always mounted to drive A.
|
Hi @TangoBravo64 , thanks for having raised this PR. Reading through your change list, it seems to me that these bug fixes and improvements would be really useful to have in the new firmware version. In particular the inability to view hex addresses containing an I know that @GideonZ is currently working on 3.15 and merged a bunch of PRs into the If you are interested in getting this merged, it may be worth to redirect its merge target to Also, once you are done with the tests, could you please update here which devices you tested it on, and how you tested it? Thanks |
A number of smaller fixes and additions, split into smaller commits: