No description
Find a file
2025-03-03 16:15:33 +01:00
main feat: increase version number 2025-03-03 16:06:28 +01:00
npins feat: init software 2024-12-04 00:37:37 +01:00
.gitignore fix(gitignore): ignore files with secrets 2025-03-03 14:33:38 +01:00
CMakeLists.txt feat: init software 2024-12-04 00:37:37 +01:00
README.md fix: Correct README 2025-03-03 16:15:33 +01:00
sdkconfig.defaults feat: init software 2024-12-04 00:37:37 +01:00
shell.nix feat: New version of firmware with better support of wifi failure mode 2024-12-04 17:48:54 +01:00

hackens-devant

Déploiement:

nix-shell

idf.py set-target esp32c3

# Choisir le SSID/Password à cette étape dans *Project 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)