Skip to content

Commit b7f37f4

Browse files
committed
add remark on build environments for firmware in a few places.
1 parent 4ec8452 commit b7f37f4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

content/docs/firmware/_index.de.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ Erweiterung [PlatformIO](https://platformio.org/) installieren. Clone dann den
6262
gewünschten Stand der OBS-Firmware aus dem
6363
[github-Repository](https://github.com/openbikesensor/OpenBikeSensorFirmware)
6464
und öffne das Verzeichnis in VS Code. Dann kannst du mit dem Upload-Befehl
65-
(Pfeil nach rechts in der Fußzeile von VS Code) oder per `pio run -t upload` in
66-
der PlatformIO CLI die Firmware kompilieren und auf den ESP32 flashen.
65+
(Pfeil nach rechts in der Fußzeile von VS Code) oder per
66+
```
67+
pio run -t upload -e obs
68+
```
69+
in der PlatformIO CLI die Firmware kompilieren und auf den ESP32 flashen.
6770

71+
> [!NOTE] for the obs Pro, the above command line is
72+
> ```
73+
> pio run -t upload -e obspro`
74+
> ```

content/docs/firmware/flash-python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ oder unter Windows
3434
venv\scripts\platformio run -t upload -e obs
3535
```
3636

37+
> [!NOTE] um den obs pro zu flashen, muss `-e obspro` statt `-e obs` verwendet werden.
38+
3739
## Komplettreset
3840

3941
Gibt es ein Problem mit der Firmware, das durch ein neu flashen nicht behoben werden kann, hilft es manchmal, den

0 commit comments

Comments
 (0)