mirror of
https://github.com/Crocmagnon/buzzer.git
synced 2024-11-22 07:58:02 +01:00
11 lines
176 B
Markdown
11 lines
176 B
Markdown
# Buzzer
|
|
## Build
|
|
```shell
|
|
platformio run --target uploadfs --environment wemos_d1_mini32
|
|
platformio run --target upload
|
|
```
|
|
|
|
## Monitor
|
|
```shell
|
|
platformio device monitor
|
|
```
|