Commit Graph
4 Commits
Author SHA1 Message Date
TD-er 9f19c785d5 Merge branch 'mega' into feature/MQTT_TLS 2022-02-10 23:19:55 +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 7d7ca8e812 Merge remote-tracking branch 'origin/feature/MQTT_TLS' into feature/MQTT_TLS 2022-02-08 12:39:03 +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