Commit Graph
9 Commits
Author SHA1 Message Date
Ton Huisman 8474d47cb7 [Build] Remove TESTING tag from Stable plugins 2022-07-22 21:51:00 +02:00
Ton Huisman c3d419f8d6 [Build] Rename TEST builds to COLLECTION to reduce confusion about build-names 2022-07-22 21:48:13 +02:00
TD-er e6c4d31748 [ESP32] Add cache for ExtraTaskSettings due to load speed on ESP32 2022-07-14 19:55:45 +02:00
TD-er c40b50a252 Merge branch 'mega' into build/ESP32_IDF4.4 2022-02-10 23:17:21 +01:00
TD-er bb3d60e3a7 [Cleanup] Simple fixes to prevent String reallocation. 2022-02-10 16:11:29 +01:00
TD-er 10cca9ca72 [Log] Call addLogMove where log Strings can be moved instead of copied
This is a macro for:
```
#define addLogMove(L, S)  addToLogMove(L, std::move(S))
```

This will then try to move the constructed string to the log buffer.
If it cannot be moved (e.g. log level is not active), the string will be cleared to free up memory.
2022-02-09 22:28:18 +01:00
TD-er dd51f29fff [EDP32 IDF4.4] Fix merge issues 2022-02-08 13:47:13 +01:00
TD-er ebd3b94764 [Cleanup] Use .clear() on strings instead of assigning empty string 2022-02-08 12:53:57 +01:00
TD-er 1cfd75d6bf [INO to CPP] Rename Cnnn.ino to Cnnn.cpp
This way we know for sure the Arduino typical build issues will be affecting building controllers.
2022-01-31 11:01:41 +01:00