Files
aperture/README.md
Himadri Bhattacharjee 0333bcd055 docs: update docs
2025-07-28 12:29:29 +05:30

15 lines
264 B
Markdown

# Aperture
Rogue access point with an Xtensa ESP8266.
## Getting started
- Install platformio
- Configure the access point details in `./data/config.ini`
- Run the following in the project directory
``` sh
pio run --target upload
pio run --target uploadfs
```