Change to PORTNAME

This commit is contained in:
Jimmy 2025-02-06 22:39:10 +13:00
parent 31081d98ee
commit db94530f29
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ pipenv run esptool.py --port PORTNAME --baud 460800 write_flash 0 ESP32_GENERIC_
## Upload src, reset and follow
```pipenv run ./dev.py <PORT> src reset follow```
```pipenv run ./dev.py PORTNAME src reset follow```