15 lines
264 B
Markdown
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
|
|
```
|