From 02d2cfc0136da9c763c657ab059fac3ee4028a3a Mon Sep 17 00:00:00 2001 From: KubMakCZ Date: Wed, 11 Feb 2026 09:42:22 +0100 Subject: [PATCH] fix folder name --- {06_esp_dht11_bluetooth => 07_esp_dht11_bluetooth}/.gitignore | 0 .../.vscode/extensions.json | 0 {06_esp_dht11_bluetooth => 07_esp_dht11_bluetooth}/include/README | 0 {06_esp_dht11_bluetooth => 07_esp_dht11_bluetooth}/lib/README | 0 {06_esp_dht11_bluetooth => 07_esp_dht11_bluetooth}/platformio.ini | 0 {06_esp_dht11_bluetooth => 07_esp_dht11_bluetooth}/src/main.cpp | 0 {06_esp_dht11_bluetooth => 07_esp_dht11_bluetooth}/test/README | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {06_esp_dht11_bluetooth => 07_esp_dht11_bluetooth}/.gitignore (100%) rename {06_esp_dht11_bluetooth => 07_esp_dht11_bluetooth}/.vscode/extensions.json (100%) rename {06_esp_dht11_bluetooth => 07_esp_dht11_bluetooth}/include/README (100%) rename {06_esp_dht11_bluetooth => 07_esp_dht11_bluetooth}/lib/README (100%) rename {06_esp_dht11_bluetooth => 07_esp_dht11_bluetooth}/platformio.ini (100%) rename {06_esp_dht11_bluetooth => 07_esp_dht11_bluetooth}/src/main.cpp (100%) rename {06_esp_dht11_bluetooth => 07_esp_dht11_bluetooth}/test/README (100%) diff --git a/06_esp_dht11_bluetooth/.gitignore b/07_esp_dht11_bluetooth/.gitignore similarity index 100% rename from 06_esp_dht11_bluetooth/.gitignore rename to 07_esp_dht11_bluetooth/.gitignore diff --git a/06_esp_dht11_bluetooth/.vscode/extensions.json b/07_esp_dht11_bluetooth/.vscode/extensions.json similarity index 100% rename from 06_esp_dht11_bluetooth/.vscode/extensions.json rename to 07_esp_dht11_bluetooth/.vscode/extensions.json diff --git a/06_esp_dht11_bluetooth/include/README b/07_esp_dht11_bluetooth/include/README similarity index 100% rename from 06_esp_dht11_bluetooth/include/README rename to 07_esp_dht11_bluetooth/include/README diff --git a/06_esp_dht11_bluetooth/lib/README b/07_esp_dht11_bluetooth/lib/README similarity index 100% rename from 06_esp_dht11_bluetooth/lib/README rename to 07_esp_dht11_bluetooth/lib/README diff --git a/06_esp_dht11_bluetooth/platformio.ini b/07_esp_dht11_bluetooth/platformio.ini similarity index 100% rename from 06_esp_dht11_bluetooth/platformio.ini rename to 07_esp_dht11_bluetooth/platformio.ini diff --git a/06_esp_dht11_bluetooth/src/main.cpp b/07_esp_dht11_bluetooth/src/main.cpp similarity index 100% rename from 06_esp_dht11_bluetooth/src/main.cpp rename to 07_esp_dht11_bluetooth/src/main.cpp diff --git a/06_esp_dht11_bluetooth/test/README b/07_esp_dht11_bluetooth/test/README similarity index 100% rename from 06_esp_dht11_bluetooth/test/README rename to 07_esp_dht11_bluetooth/test/README