Browse Source

Fix ESP3D_WIFISUPPORT ini typo

Scott Lahteine 3 years ago
parent
commit
1d2d616a7c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      platformio.ini

+ 1
- 1
platformio.ini View File

@@ -54,7 +54,7 @@ TOUCH_UI_FTDI_EVE   = src_filter=+<src/lcd/extui/lib/ftdi_eve_touch_ui>
54 54
 HAS_DGUS_LCD        = src_filter=+<src/lcd/extui/lib/dgus>
55 55
 DWIN_CREALITY_LCD   = src_filter=+<src/lcd/dwin>
56 56
 HAS_LCD_MENU        = src_filter=+<src/lcd/menu>
57
-(ESP32_)?WIFISUPPORT = AsyncTCP, ESP Async WebServer
57
+(ESP3D_)?WIFISUPPORT = AsyncTCP, ESP Async WebServer
58 58
   ESP3DLib=https://github.com/luc-github/ESP3DLib.git
59 59
   arduinoWebSockets=https://github.com/Links2004/arduinoWebSockets.git
60 60
   ESP32SSDP=https://github.com/luc-github/ESP32SSDP.git

Loading…
Cancel
Save