saving and charge indication working

This commit is contained in:
2026-01-19 22:05:35 -06:00
parent 40bea065a7
commit d427859804
9 changed files with 215 additions and 39 deletions

View File

@@ -1,10 +1,11 @@
{
"C_Cpp.intelliSenseEngine": "default",
"idf.projectName": "soundshot",
"idf.espIdfPathWin": "C:\\Users\\Brent.Perteet\\esp\\v5.4.1\\esp-idf",
"idf.openOcdConfigs": [
"board/esp32-wrover-kit-3.3v.cfg"
],
"idf.portWin": "COM14",
"idf.portWin": "COM3",
"idf.toolsPathWin": "C:\\Users\\Brent.Perteet\\.espressif",
"idf.flashType": "UART",
"files.associations": {
@@ -37,7 +38,8 @@
"lv_slider.h": "c",
"lv_menu.h": "c",
"stdint.h": "c",
"random": "c"
"random": "c",
"string.h": "c"
},
"git.ignoreLimitWarning": true,
"idf.pythonInstallPath": "C:\\Users\\Brent.Perteet\\.espressif\\tools\\idf-python\\3.11.2\\python.exe",