Limpeza: adicionado .gitignore e estrutura SPIFFS/MQTT

This commit is contained in:
XupaMisto 2025-11-10 18:42:22 +00:00
parent c047401d06
commit ee73633857
4 changed files with 3 additions and 5 deletions

0
.vscode/.gitignore vendored Normal file
View File

View File

@ -2,11 +2,11 @@
"configurations": [ "configurations": [
{ {
"name": "ESP-IDF", "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", "compileCommands": "${workspaceFolder}/build/compile_commands.json",
"includePath": [ "includePath": [
"${workspaceFolder}/**", "${workspaceFolder}/**",
"C:/Users/carec/esp/v5.1.6/esp-idf/components/**" "C:/esp/esp-idf/components/**"
], ],
"defines": [ "defines": [
"ESP_PLATFORM", "ESP_PLATFORM",

1
esp_tools Submodule

@ -0,0 +1 @@
Subproject commit bc52a40f0f3933204b01c93f7dd0601d1891016d

View File

@ -1,3 +0,0 @@
@echo off
net use Z: "\\192.168.10.251\partilha\varios" /user:xupa xupa /persistent:yes
exit