6 lines
73 B
Markdown
6 lines
73 B
Markdown
# Firmware
|
|
|
|
```sh
|
|
pio run --target compiledb
|
|
pio run --target upload
|
|
```
|