added tweaks to filter

This commit is contained in:
Brent Perteet
2025-08-08 17:31:27 -05:00
parent fb9fd84bf1
commit c4ca91bf84
17 changed files with 210 additions and 2440 deletions

View File

@@ -35,7 +35,10 @@
"semphr.h": "c",
"lv_spinbox.h": "c",
"lv_slider.h": "c",
"lv_menu.h": "c"
"lv_menu.h": "c",
"stdint.h": "c",
"random": "c"
},
"git.ignoreLimitWarning": true
"git.ignoreLimitWarning": true,
"idf.pythonInstallPath": "/usr/bin/python"
}