Many changes - not yet "controlled" updates.
This commit is contained in:
16
Firmware/ProjGlobals.h
Normal file
16
Firmware/ProjGlobals.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Some settings
|
||||
//
|
||||
|
||||
#ifndef PROJGLOBALS_H
|
||||
#define PROJGLOBALS_H
|
||||
|
||||
#include <ESP8266WebServer.h>
|
||||
|
||||
#include "WiFiConfiguration.h"
|
||||
|
||||
extern bool isStationMode;
|
||||
extern ESP8266WebServer server;
|
||||
extern ConfigManager wifiConfig;
|
||||
|
||||
#endif // PROJGLOBALS_H
|
||||
Reference in New Issue
Block a user