Dear forum,
I got the following error:
rror: Invalid ‘c:\Users\XXX\Documents\PlatformIO\Projects\XXX\platformio.ini’ (project configuration file): ‘Source contains parsing errors: ‘c:\Users\Laurent\Documents\PlatformIO\Projects\Ajax_Central_DCC\platformio.ini’
[line 18]: ‘ESP Async WebServer\n’’
Can you help ? thanks
my platformio.ini is:
[env:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
monitor_speed=115200
lib_deps =
ESP Async WebServer
AsyncTCP