Files
GyverLamp2/firmware/PlatformIO/README.md
2021-02-28 23:55:24 +00:00

24 lines
294 B
Markdown

# PIO project
### Prerequisites:
```
pio update
```
### Update over wire:
```
pio run -e debug -t erase
pio run -e debug -t upload
pio run -e release -t upload
```
### Listen to serial monitor:
```
pio device monitor
```
### Update over local network:
```
pio run -e wireless -t upload
```