mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
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:
parent
3d1f535b09
commit
f138f97905
10 changed files with 234 additions and 68 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue