first commit

This commit is contained in:
Jérôme Delacotte
2025-03-06 11:15:32 +01:00
commit 7b30d6e298
5276 changed files with 2108927 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#include <SoftwareSerial.h>
//char NomduReseauWifi[] = "Livebox-37cc"; // Garder les guillements
//char MotDePasse[] = "8A6060920A8A86896F770F2C47"; // Garder les guillements
String NomduReseauWifi = "Livebox-37cc"; // Garder les guillements
String MotDePasse = "8A6060920A8A86896F770F2C47"; // Garder les guillements
// passage de String à char
// String 2018 octets Variables 71 octets
// Char 472 octets Variables 9 octets
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}