🎨 Replace Arduino String with std::string

This commit is contained in:
Rune Harlyk
2025-09-14 20:08:41 +02:00
committed by Rune Harlyk
parent 0285b522f1
commit 3ce8c88a84
20 changed files with 115 additions and 97 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
if (handle != nullptr) vTaskDelete(handle)
struct task_t {
String name;
std::string name;
TaskHandle_t handle;
uint32_t stackSize;
UBaseType_t priority;