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
16 lines
No EOL
443 B
JSON
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"
|
|
} |