fixup! core(feat): Add FIRMWARE VERSION command to prodtest.

Andrew Kozlik 4 weeks ago
parent 07281f8a42
commit 2ebf237575

@ -98,9 +98,11 @@ The command requires two input parameters:
If the display is not touched within the specified timeout, the command will return an `ERROR TIMEOUT`. If the display is not touched within the specified timeout, the command will return an `ERROR TIMEOUT`.
The command does not check whether the touch point lies within the quadrant or not. It only returns the x and y coordinate of the touch point.
Example (to draw a rectangle in the top-left quadrant and wait for 9 seconds for touch input): Example (to draw a rectangle in the top-left quadrant and wait for 9 seconds for touch input):
``` ```
TOUCH 0 9 TOUCH 09
OK 50 90 OK 50 90
``` ```

Loading…
Cancel
Save