From 133e8a4ba71a11b35f6466788a72da3882db84ea Mon Sep 17 00:00:00 2001 From: david gauchard <gauchard@laas.fr> Date: Mon, 9 May 2022 10:38:43 +0200 Subject: [PATCH] + laas-welcome SSID info --- pousseseringue-arduino.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pousseseringue-arduino.cpp b/pousseseringue-arduino.cpp index 6d85496..2773e76 100644 --- a/pousseseringue-arduino.cpp +++ b/pousseseringue-arduino.cpp @@ -3,8 +3,15 @@ // Feather LCD // Feather motor controler +#pragma once // necessary for arduino IDE environment ino source file + +#if 0 #define STASSID "laas-capture" #define STAPSK "" +#else +#define STASSID "laas-welcome" +#define STAPSK "WifiLAAS2022" // this password is wrong +#endif #define NAME "PousseSeringue" -- GitLab