Files
AI_Printer/.vscode/settings.json
admin 8df2095acf chore(repo): keep only current main snapshot
History squashed to one root commit to permanently drop old branch history and objects.
2026-02-28 16:41:12 +08:00

11 lines
273 B
JSON

{
"idf.currentSetup": "/Users/moyyang/esp/v5.5.2/esp-idf",
"idf.flashType": "UART",
"idf.port": "/dev/tty.usbserial-110",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.customExtraVars": {
"IDF_TARGET": "esp32s3"
}
}