Skip to content

Commit a179cdb

Browse files
Update page.md
1 parent 773741b commit a179cdb

File tree

1 file changed

+2
-2
lines changed
  • src/app/docs/intro/installation

1 file changed

+2
-2
lines changed

src/app/docs/intro/installation/page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ As NetWizard supports multiple platforms, before you install/import NetWizard in
6363

6464
```ini
6565
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
6767
```
6868

6969
**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.*
7070

7171
```ini
72-
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10/platform-espressif32.zip
72+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.13/platform-espressif32.zip
7373
```
7474

7575
### 1. Import through PlatformIO

0 commit comments

Comments
 (0)