mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-23 22:06:11 +02:00
added PR #356, prometheus endpoint thanks to @avendretter
changed default wifi IP to 192.168.4.1 (to avoid conflicts with local router configurations) added default pinout for ESP32
This commit is contained in:
parent
d0e7ee393c
commit
1d7b02571d
7 changed files with 132 additions and 25 deletions
|
@ -110,7 +110,7 @@ bool ahoywifi::loop(void) {
|
|||
//-----------------------------------------------------------------------------
|
||||
void ahoywifi::setupAp(const char *ssid, const char *pwd) {
|
||||
DPRINTLN(DBG_VERBOSE, F("app::setupAp"));
|
||||
IPAddress apIp(192, 168, 1, 1);
|
||||
IPAddress apIp(192, 168, 4, 1);
|
||||
|
||||
DPRINTLN(DBG_INFO, F("\n---------\nAP MODE\nSSID: ")
|
||||
+ String(ssid) + F("\nPWD: ")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue