Handle numeric arguments for TEMP/DEWP commands

This commit is contained in:
2024-08-28 00:26:45 +02:00
parent 8e45de2b82
commit b90545b148
4 changed files with 155 additions and 57 deletions

9
README
View File

@@ -15,11 +15,12 @@
- RUN
- STOP
- TEMP <float>
- DEWP <float>
- TEMP <num>
- DEWP <num>
Decimal point for numbers is optional. Make sure you
have disabled hardware flow control on the client side.
Decimal point for numbers is currently not supported.
Make sure you have disabled hardware flow control on
the client side.
TODO: Do we need to handle backspaces for interactive
serial consoles?! Overkill?!