Skip to content

Commit cdaf07c

Browse files
bugfix
1 parent 343649a commit cdaf07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EmbUI/wi-fi.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@ void EmbUI::getAPmac(){
198198
#endif
199199
WiFi.softAPmacAddress(_mac);
200200

201-
printf_P(PSTR("UI MAC:%02X%02X%02X"), _mac[3], _mac[4], _mac[5]);
201+
LOG(printf_P,PSTR("UI MAC:%02X%02X%02X\n"), _mac[3], _mac[4], _mac[5]);
202202
sprintf_P(mc, PSTR("%02X%02X%02X"), _mac[3], _mac[4], _mac[5]);
203203
}

0 commit comments

Comments
 (0)