diff --git a/README.md b/README.md index 62c50f3..96deb6d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This software in turn makes use of the following open-source software libraries | Name | Version | License ([SPDX](https://spdx.org/licenses/)) | URL |----------------------------|--------:|--------------------------------------------------------------------------|--------------------------------------------- -| SystemK | 1.0 | [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) | https://git.ktag.clubk.club/Software/SystemK/ +| SystemK | 1.01 | [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) | https://git.ktag.clubk.club/Software/SystemK/ | ESP-IDF | 5.5.2 | [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) | https://github.com/espressif/esp-idf/ | espressif/button | 3.5.0 | [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) | https://components.espressif.com/components/espressif/button | espressif/led_strip | 2.5.3 | [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) | https://components.espressif.com/components/espressif/led_strip diff --git a/components/Console/CMakeLists.txt b/components/Serial_Console/CMakeLists.txt similarity index 100% rename from components/Console/CMakeLists.txt rename to components/Serial_Console/CMakeLists.txt diff --git a/components/Console/Commands/Log_Command.c b/components/Serial_Console/Commands/Log_Command.c similarity index 100% rename from components/Console/Commands/Log_Command.c rename to components/Serial_Console/Commands/Log_Command.c diff --git a/components/Console/Commands/Log_Command.h b/components/Serial_Console/Commands/Log_Command.h similarity index 100% rename from components/Console/Commands/Log_Command.h rename to components/Serial_Console/Commands/Log_Command.h diff --git a/components/Console/Console.c b/components/Serial_Console/Console.c similarity index 100% rename from components/Console/Console.c rename to components/Serial_Console/Console.c diff --git a/components/Console/Console.h b/components/Serial_Console/Console.h similarity index 100% rename from components/Console/Console.h rename to components/Serial_Console/Console.h