mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-03-14 10:03:09 +01:00
20 lines
346 B
C
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
|
|
//
|