Commit Graph
2 Commits
Author SHA1 Message Date
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 5c898ff71b [INO to CPP] Rename Nxxx.ino to .h/.cpp 2022-01-31 12:13:10 +01:00