Skip to content
Snippets Groups Projects
Commit 35e3ae2c authored by chris007's avatar chris007
Browse files

Merge branch 'master' of https://git.card10.badge.events.ccc.de/card10/firmware into bme680

parents 595874df fccb6b79
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@ systems this device will be called ``/dev/ttyACM0`` or ``/dev/ttyACM1``.
Choose a terminal-emulator of your liking and open the above mentioned device.
Baud-rate is 115200. Some options are:
* **screen**: ``screen /dev/ttyACM0 115200``
* **picocom**: ``picocom -b 115200 /dev/ttyACM0``
* **screen**: ``sudo screen /dev/ttyACM0 115200``
* **picocom**: ``sudo picocom -b 115200 /dev/ttyACM0``
After connecting, reboot card10 and you should see the MicroPython REPL pop up.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment