Adds vscode settings
This commit is contained in:
Vendored
+12
-8
@@ -217,6 +217,8 @@
|
|||||||
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/dio_qspi/include",
|
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/dio_qspi/include",
|
||||||
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/cores/esp32",
|
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/cores/esp32",
|
||||||
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/variants/esp32",
|
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/variants/esp32",
|
||||||
|
"C:/data/repos/Hardware/Spot Micro - Leika/esp32/lib/spot_micro_kinematcs_cpp/include",
|
||||||
|
"C:/data/repos/Hardware/Spot Micro - Leika/esp32/lib/spot_micro_kinematcs_cpp",
|
||||||
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/libraries/ArduinoOTA/src",
|
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/libraries/ArduinoOTA/src",
|
||||||
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/libraries/AsyncUDP/src",
|
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/libraries/AsyncUDP/src",
|
||||||
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/libraries/BLE/src",
|
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/libraries/BLE/src",
|
||||||
@@ -455,6 +457,8 @@
|
|||||||
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/dio_qspi/include",
|
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/dio_qspi/include",
|
||||||
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/cores/esp32",
|
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/cores/esp32",
|
||||||
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/variants/esp32",
|
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/variants/esp32",
|
||||||
|
"C:/data/repos/Hardware/Spot Micro - Leika/esp32/lib/spot_micro_kinematcs_cpp/include",
|
||||||
|
"C:/data/repos/Hardware/Spot Micro - Leika/esp32/lib/spot_micro_kinematcs_cpp",
|
||||||
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/libraries/ArduinoOTA/src",
|
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/libraries/ArduinoOTA/src",
|
||||||
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/libraries/AsyncUDP/src",
|
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/libraries/AsyncUDP/src",
|
||||||
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/libraries/BLE/src",
|
"C:/Users/Rune/.platformio/packages/framework-arduinoespressif32/libraries/BLE/src",
|
||||||
@@ -520,20 +524,20 @@
|
|||||||
"FACTORY_MQTT_CLEAN_SESSION=true",
|
"FACTORY_MQTT_CLEAN_SESSION=true",
|
||||||
"FACTORY_MQTT_MAX_TOPIC_LENGTH=128",
|
"FACTORY_MQTT_MAX_TOPIC_LENGTH=128",
|
||||||
"FACTORY_JWT_SECRET=\"#{random}-#{random}\"",
|
"FACTORY_JWT_SECRET=\"#{random}-#{random}\"",
|
||||||
"USE_BATTERY=1",
|
"FT_BATTERY=0",
|
||||||
"USE_NTP=1",
|
"FT_NTP=1",
|
||||||
"USE_SECURITY=1",
|
"FT_SECURITY=1",
|
||||||
"USE_UPLOAD_FIRMWARE=1",
|
"FT_MQTT=0",
|
||||||
"USE_DOWNLOAD_FIRMWARE=1",
|
"FT_SLEEP=0",
|
||||||
"USE_ANALYTICS=1",
|
"FT_UPLOAD_FIRMWARE=1",
|
||||||
|
"FT_DOWNLOAD_FIRMWARE=1",
|
||||||
|
"FT_ANALYTICS=1",
|
||||||
"BUILD_TARGET=\"esp32dev\"",
|
"BUILD_TARGET=\"esp32dev\"",
|
||||||
"ESP32SVELTEKIT_RUNNING_CORE=0",
|
"ESP32SVELTEKIT_RUNNING_CORE=0",
|
||||||
"EMBED_WWW",
|
"EMBED_WWW",
|
||||||
"ENABLE_CORS",
|
"ENABLE_CORS",
|
||||||
"SERIAL_INFO",
|
|
||||||
"CORS_ORIGIN=\"*\"",
|
"CORS_ORIGIN=\"*\"",
|
||||||
"CORE_DEBUG_LEVEL=5",
|
"CORE_DEBUG_LEVEL=5",
|
||||||
"register=",
|
|
||||||
"LED_BUILTIN=2",
|
"LED_BUILTIN=2",
|
||||||
"KEY_BUILTIN=0",
|
"KEY_BUILTIN=0",
|
||||||
"HAVE_CONFIG_H",
|
"HAVE_CONFIG_H",
|
||||||
|
|||||||
Vendored
+5
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"files.associations": {
|
||||||
|
"*.tcc": "cpp"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user