- git clone
- open directory in VSCode
- Fix includePath
Edit .vscode/c_cpp_properties.json
file.
"includePath": [
"${workspaceFolder}/**",
"/Users/username/.platformio/packages/**" <-- Add this. path vary on your OS.
],
- git clone
- edit
src/global.cpp
DEBUG_BUILD = true
. by change this, envboy returns CORS header. - Upload to board
- exec
python -m http.server
Inembed
directory - access
localhost:8000
using web browser
- you cant use external JS libraries. because host has no internet access while in setup mode.
NOTE: modernize JS/Web development is a task in near future.