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/installation/page.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,13 +63,13 @@ As NetWizard supports multiple platforms, before you install/import NetWizard in
63
63
64
64
```ini
65
65
lib_compat_mode = strict
66
-
lib_ldf_mode = deep # This line may or may not be neccessary depending on your project
66
+
lib_ldf_mode = deep ; This line may or may not be neccessary depending on your project
67
67
```
68
68
69
69
**For ESP32:** Switch to the `pioarduino/platform-espressif32` platform inside your platformio.ini file so that you have the latest Arduino ESP32 core. *Currently, official releases from PIO team of ESP32 platform is stuck on Arduino Core v2 which doesn't have the required features for NetWizard to compile.*
0 commit comments