Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/smol-slimes/firmware/smol-pairing-and-calibration.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Note: The LED will blink when you place it flat on each side and will blink cont
* ```list``` - Get paired devices
* ```reboot``` - Soft reset the device
* ```pair``` - Enter pairing mode
* ```add <address>``` - Manually add a device (Receiver's ```set``` command must be completed first)
* ```add <address>``` - Manually add a device
* ```remove``` - Remove last paired device
* ```exit``` - Exit pairing mode
* ```clear``` - Clear stored devices
Expand All @@ -140,7 +140,7 @@ Note: The LED will blink when you place it flat on each side and will blink cont
* ```6-side``` - Calibrate 6-side accelerometer
* ```mag``` - Clear magnetometer calibration
* ```pair``` - Enter pairing mode
* ```set <address>``` - Manually set receiver
* ```set <address>``` - Manually set receiver (Receiver's ```add``` command must be completed first)
* ```clear``` - Clear pairing data
* ```dfu``` - Enter DFU bootloader (only available if your device has one)
* ```uptime``` - Get device uptime
Expand Down