2024-12-03 21:12:59 +01:00
|
|
|
# hackens-devant
|
|
|
|
|
2024-12-03 22:08:03 +01:00
|
|
|
Déploiement:
|
|
|
|
```
|
|
|
|
nix-shell
|
|
|
|
|
|
|
|
# Choisir le SSID/Password à cette étape dans Example Connection Configuration.
|
|
|
|
# On peut aussi choisir les GPIO dans Example Configuration (TODO changer ce nom)
|
|
|
|
idf.py menuconfig
|
|
|
|
|
|
|
|
idf.py build
|
|
|
|
|
|
|
|
# Il faut avoir le ESP connecté à cette étape
|
|
|
|
idf.py flash
|
|
|
|
```
|
|
|
|
|
|
|
|
## Requêtes possibles
|
|
|
|
|
|
|
|
- `GET /status`
|
|
|
|
- `POST /0` (resp `/1`) avec en donnée `1` ou `0` pour changer l'état du pin `0` (resp. `1`)
|