Skip to content
Snippets Groups Projects

docs: fix docs

Merged Anon requested to merge anon/fix-docs into main
@@ -39,7 +39,7 @@ These are the tools we've tested and are known to work:
+---------------+-----------------------+
| Tool | Platforms |
+===============+=======================+
| mpremote_ | Linux, macOS, Windows |
| mpremote_ | Linux, macOS, Windows |
+---------------+-----------------------+
| `Micro REPL`_ | Android |
+---------------+-----------------------+
@@ -49,7 +49,7 @@ These are the tools we've tested and are known to work:
In the rest of these docs we'll use mpremote. But you should be able to follow
along with any of the aforementioned tools. If you are on Linux and your flow3r
came up as ``/dev/ttyACM1``, add an ``a1`` after ``mprempote``.
came up as ``/dev/ttyACM1``, add an ``a1`` after ``mpremote``.
After connecting your badge and making sure it runs:
@@ -68,10 +68,10 @@ firmware and break into a Python REPL (read-eval-print-loop) prompt:
Traceback (most recent call last):
File "/flash/sys/main.py", line 254, in <module>
[... snip ...]
KeyboardInterrupt:
KeyboardInterrupt:
MicroPython c48f94151-dirty on 1980-01-01; badge23 with ESP32S3
Type "help()" for more information.
>>>
>>>
The badge's display will now switch to 'In REPL' to indicate that software
execution has been interrupted and that the badge is waiting for a command over
@@ -110,7 +110,7 @@ You can also access the filesystem over the same Micropython serial port:
['flash']
>>> os.listdir('/flash/sys')
['main.py', 'st3m', '.sys-installed']
>>>
>>>
$ mpremote ls :flash/sys
ls :flash/sys
@@ -627,4 +627,4 @@ Grey areas near the petals and buttons can be pressed.
The simulators apps live in `python_payload/apps` copy you app folder in there
and it will appear in the simulators menu system.
*TODO: make simulator directly run a bundle on startup when requested*
\ No newline at end of file
*TODO: make simulator directly run a bundle on startup when requested*
Loading