Adding feature to log to SD Card (#708)

* Adding feature to log to SD Card

Co-authored-by: mvgalen <marijnvangalen@gmail.com>
This commit is contained in:
Matt Holmes 2025-01-02 19:46:10 +00:00 committed by GitHub
parent 3d1f535b09
commit f138f97905
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 234 additions and 68 deletions

View file

@ -206,7 +206,7 @@ void init_WiFi_AP() {
#ifdef DEBUG_LOG
logging.println("Access Point created.");
logging.print("IP address: ");
logging.println(IP);
logging.println(IP.toString());
#endif
}
#endif // WIFIAP