mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 10:04:30 +01:00
change default config, print softap ip
This commit is contained in:
@@ -90,6 +90,7 @@ class IlluCat : public MeshSprocket {
|
||||
// TODO plugin?
|
||||
dnsServer->setErrorReplyCode(DNSReplyCode::NoError);
|
||||
dnsServer->start(DNS_PORT, "*", WiFi.softAPIP());
|
||||
Serial.println("SoftAP IP: " + WiFi.softAPIP().toString());
|
||||
|
||||
defaultAnimation();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user