mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 06:26:46 +00:00
Network manager supports setHostname
This commit is contained in:
parent
1e3cb0c49e
commit
aa2dfcdfd1
2 changed files with 27 additions and 16 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue