mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-10 10:52:46 +02:00
Network manager supports setHostname
This commit is contained in:
@@ -13,7 +13,8 @@ private:
|
||||
unsigned long _apStartup = 0;
|
||||
unsigned long _apTimeout = 0;
|
||||
|
||||
String _generateAPSSID();
|
||||
String _hostName = "";
|
||||
|
||||
void _processAPTimeout();
|
||||
|
||||
public:
|
||||
@@ -27,6 +28,8 @@ public:
|
||||
bool setup();
|
||||
void loop();
|
||||
|
||||
void setHostName(const String& hostName);
|
||||
|
||||
// WiFi methods
|
||||
bool setupAP(String apName, String apPsk = "");
|
||||
bool disableAP();
|
||||
|
||||
Reference in New Issue
Block a user