fix(boards): 修复xpython下换行符自动添加 \

This commit is contained in:
王立帮
2025-07-06 08:36:37 +08:00
parent f03cb5d551
commit ed3dfa735f
2 changed files with 3 additions and 2 deletions

View File

@@ -209,7 +209,7 @@
"boardIndex": "./boards/default/arduino_esp32/index.xml",
"env": {
"electron": true,
"web": false,
"web": true,
"webCompiler": true,
"webSocket": true
},