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: src/app/docs/intro/using-with-espdash/page.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ESP-DASH is a on-device dashboard library for wireless microcontrollers through
15
15
Using NetWizard along with ESP-DASH can be easily done as illustrated in this sample code. You can alsp skip to bottom to see what changes were applied.
16
16
17
17
{% callout title="Important" %}
18
-
As ESP-DASH works with AsyncWebServer library please make sure you have enabled async mode of NetWizard before compiling your firmware. Ref: [Async Mode](/docs/intro/async-mode)
18
+
Please make sure you have enabled async mode of NetWizard before compiling your firmware. ESP-DASH depends on AsyncWebServer therefore we have to use it with NetWizard as well. Ref: [Async Mode](/docs/intro/async-mode)
0 commit comments