Skip to content

Commit b230f9b

Browse files
Update page.md
1 parent 1273e3e commit b230f9b

File tree

1 file changed

+1
-1
lines changed
  • src/app/docs/intro/using-with-espdash

1 file changed

+1
-1
lines changed

src/app/docs/intro/using-with-espdash/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ESP-DASH is a on-device dashboard library for wireless microcontrollers through
1515
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.
1616

1717
{% 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)
1919
{% /callout %}
2020

2121
```cpp

0 commit comments

Comments
 (0)