// this file is included first with git version or from release 3.1 of the esp8266 arduino core

#undef STASSID
#undef STAPSK

#define STASSID "hackaton"
#define STAPSK "WifiLAAS2022" // changeme

#define BAUDRATE 74880