You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This is a **Mqtt broker** developed for embedded devices, in **c++** programming
36
36
37
37
## Can't see broker activity outputs on Serial monitor?
38
38
39
-
* Since 6e0b3b8 commit, this library use esp32-hal-log.h to show broker activity outputs like new clients id, topis to subscribe, to pusblish etc...
39
+
* Since 6e0b3b8 commit, this library use **esp32-hal-log.h** to show broker activity outputs like new clients id, topis to subscribe, to pusblish etc...
40
40
41
41
* To see this activity you need to set a **core debug level**, this level say to esp32-hal-log.h what outputs to show:
42
42
* don't show logs: 0 (ARDUHAL_LOG_LEVEL_NONE)
@@ -50,15 +50,15 @@ This is a **Mqtt broker** developed for embedded devices, in **c++** programming
50
50
51
51
* To set core debug level:
52
52
***Arduino IDE**: set using, tools/Core Debug Level
53
-
***VSCODE arduino extension**: set using, arduino.json and adding ":
53
+
***VSCODE arduino extension**: add in arduino.json
0 commit comments