diff --git a/pousseseringue-arduino.cpp b/pousseseringue-arduino.cpp index 6d85496a644a42658f6a1cdde1d5d52c14a57460..2773e768f595d3beaecd803bc906dfa786a8cbb2 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"