Version OK avec Mqtt

This commit is contained in:
2026-03-16 11:20:10 +01:00
commit aa06085f5b
18 changed files with 1395 additions and 0 deletions

7
include/main.h Normal file
View File

@@ -0,0 +1,7 @@
//GPIO12 // Relay
//GPIO13 // LED
#define LED_PIN 13
#define RELAY_PIN 12