Limpeza: adicionado .gitignore e estrutura SPIFFS/MQTT
This commit is contained in:
parent
c047401d06
commit
ee73633857
0
.vscode/.gitignore
vendored
Normal file
0
.vscode/.gitignore
vendored
Normal file
4
.vscode/c_cpp_properties.json
vendored
4
.vscode/c_cpp_properties.json
vendored
@ -2,11 +2,11 @@
|
||||
"configurations": [
|
||||
{
|
||||
"name": "ESP-IDF",
|
||||
"compilerPath": "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe",
|
||||
"compilerPath": "C:/esp/espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe",
|
||||
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"C:/Users/carec/esp/v5.1.6/esp-idf/components/**"
|
||||
"C:/esp/esp-idf/components/**"
|
||||
],
|
||||
"defines": [
|
||||
"ESP_PLATFORM",
|
||||
|
||||
1
esp_tools
Submodule
1
esp_tools
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit bc52a40f0f3933204b01c93f7dd0601d1891016d
|
||||
@ -1,3 +0,0 @@
|
||||
@echo off
|
||||
net use Z: "\\192.168.10.251\partilha\varios" /user:xupa xupa /persistent:yes
|
||||
exit
|
||||
Loading…
Reference in New Issue
Block a user