Squelette d'application web pour ESP32 avec implémentations de fonctions basiques telles que :
-Authentification
-Responsive design
-Mise à jour OTA
-Paramétrage
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# PlatformIO |
|
.pio |
|
.pioenvs |
|
.piolibdeps |
|
|
|
# Git |
|
.git |
|
|
|
# Configuration locale (peut contenir des mots de passe) |
|
data/config.json |
|
|
|
# VS Code |
|
.vscode/ |
|
|
|
# Backups |
|
*.bak |
|
*~ |
|
|
|
# OS |
|
.DS_Store |
|
Thumbs.db |
|
|
|
# Build artifacts |
|
*.bin |
|
*.elf |
|
*.map
|
|
|