Corrections & clarifications.
This commit is contained in:
parent
703733e1e2
commit
14db7f219c
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -1,13 +1,14 @@
|
||||||
# MotionCal
|
# MotionCal
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
MotionCal is a desktop magnetometer calibration utility originally written by Paul Stoffregen. This fork is maintained at:
|
MotionCal is a desktop magnetometer calibration utility originally written by Paul Stoffregen. This fork is maintained at:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://salemdata.net/repo/jlpoole/MotionCal
|
https://salemdata.net/repo/jlpoole/MotionCal
|
||||||
```
|
```
|
||||||
|
|
||||||
Upstream source:
|
Paul's upstream source:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
https://github.com/PaulStoffregen/MotionCal
|
https://github.com/PaulStoffregen/MotionCal
|
||||||
|
|
@ -119,13 +120,18 @@ Run the GUI with:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd /usr/local/src/MotionCal
|
cd /usr/local/src/MotionCal
|
||||||
GDK_BACKEND=x11 ./MotionCal
|
./MotionCal
|
||||||
```
|
```
|
||||||
|
|
||||||
Then select the T-Beam USB serial port in the MotionCal window.
|
Then select the T-Beam USB serial port in the MotionCal window.
|
||||||
|
|
||||||
If running under Wayland and the GUI has trouble starting or rendering, `GDK_BACKEND=x11` forces the wx/GTK path through X11 compatibility.
|
If running under Wayland and the GUI has trouble starting or rendering, `GDK_BACKEND=x11` forces the wx/GTK path through X11 compatibility.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cd /usr/local/src/MotionCal
|
||||||
|
GDK_BACKEND=x11 ./MotionCal
|
||||||
|
```
|
||||||
|
|
||||||
## Calibration Procedure
|
## Calibration Procedure
|
||||||
|
|
||||||
1. Flash and start the T-Beam bridge firmware.
|
1. Flash and start the T-Beam bridge firmware.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue