modif READme + maj secret.h

This commit is contained in:
pgp 2021-11-08 12:43:57 +01:00
parent d9ca365483
commit 33a8b91668
3 changed files with 6 additions and 2 deletions

View file

@ -1,2 +1,5 @@
# code-grappe # code-grappe
## branche carreire
mots de passe dans include/secret.h

View file

@ -1,5 +1,5 @@
#define MQTT_USER "NomUtilisateurMQTT" #define MQTT_USER "NomUtilisateurMQTT"
#define MQTT_MDP "MotDePasseMQTT" #define MQTT_MDP "MotDePasseMQTT"
#define SSID "NomDuWifi" #define SSID "Thermo-Bibli"
#define PWD "MotDePasseWifi" #define PWD "12453801"

View file

@ -1,3 +1,4 @@
// mdps dans include/secret.h
#include "main.h" #include "main.h"
using namespace std; using namespace std;