Skip to content

Commit

Permalink
Update file main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tinsuki committed Jan 9, 2024
1 parent 1681bc0 commit afdfc52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sa-software/software/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ unsigned short* co2;
PAGE page;
Donnees* donnees;
const String* nomReseau = new String("eduroam");
const char* password = "txg;3afks64@KmMy";
const char* identifiant = "ksimon";
const char* nomUtilisateur = "ksimon";
const char* password = "";
const char* identifiant = "";
const char* nomUtilisateur = "";

void setup() {
tempEtHum = new TempEtHum();
Expand Down

0 comments on commit afdfc52

Please sign in to comment.