LoRa, MQTT and Oled
This commit is contained in:
Vendored
+4
-2
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"python.analysis.extraPaths": [
|
||||
"${workspaceFolder}",
|
||||
"${workspaceFolder}/shared"
|
||||
"${workspaceFolder}/shared",
|
||||
"${workspaceFolder}/micro_ondes/esp_lora/lib"
|
||||
],
|
||||
"python.autoComplete.extraPaths": [
|
||||
"${workspaceFolder}",
|
||||
"${workspaceFolder}/shared"
|
||||
"${workspaceFolder}/shared",
|
||||
"${workspaceFolder}/micro_ondes/esp_lora/lib"
|
||||
],
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
|
||||
"r.lsp.promptToInstall": false,
|
||||
|
||||
Reference in New Issue
Block a user