OMOTE/Platformio/.vscode/settings.json
Thomas Bittner b872a70a8e Refactored code base and added WIFI configuration menu
Refactored code base:
* Code moved to additional modules each with its individual responsibilities
* Display module is responsible for input/output on the LCD screen
* wifihandler is responsible for handling WIFI connection
* Battey module is responsilbe to monitor the battery
* Data exchange should only be done via public API

Added WIFI configuration menu
* WIFI no longer specified via defines
* In settings tab, wifi submenu added to enter credentials
* wifi credentials are stored in flash after a successful connection
2023-08-04 09:12:56 +02:00

16 lines
No EOL
443 B
JSON

{
"cmake.configureOnOpen": false,
"files.associations": {
"random": "cpp",
"array": "cpp",
"adafruit_ft6206.h": "c",
"deque": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"string_view": "cpp",
"initializer_list": "cpp"
},
"cmake.sourceDirectory": "${workspaceFolder}/.pio/libdeps/esp32/Adafruit BusIO"
}