1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-03-14 10:03:09 +01:00
CommandStation-EX/WifiInterface.h
2020-06-11 13:35:16 +01:00

20 lines
346 B
C

//
//#ifndef WifiInterface_h
//#define WifiInterface_h
//#include <WiFiEsp.h>
//#include "DCCEXParser.h"
//
//class WifiInterface {
//
// public:
// static void setup();
// static DCCEXParser * getSingleClient(DCCEXParser * existing);
//
// private:
// static WiFiEspServer server;
// static bool connected;
//};
//
//#endif
//