TD-er
e195acdd1f
[Cleanup] Reduce build size by using own equals() function
2023-02-14 16:40:09 +01:00
TD-er
0bdeb6dac1
[Cleanup] Reduce build size using own equals function for flash strings
2023-02-14 15:43:33 +01:00
Ton Huisman
92e3287822
[Config] Rename getUnitname() to getName() to avoid confusion, fix error that was introduced
2023-01-27 20:21:56 +01:00
Ton Huisman
509e03be16
[Config] Replace Settings.Name by Settings.getUnitname()
2023-01-26 23:34:14 +01:00
TD-er
30ec3a6c2e
[Controller Queue] Do not format message when controller queue is full
2023-01-18 12:03:02 +01:00
TD-er
13116f1df5
Merge branch 'mega' into feature/P146_cacheControllerReader
2023-01-13 21:07:56 +01:00
TD-er
9ab9a63f58
[Cache] Reduce nr of file load/save calls to a minimum.
2023-01-12 22:35:52 +01:00
TD-er
8f1ee2edc6
[CacheReader] Add rate limiter + command to set readpos
2022-12-18 17:33:57 +01:00
TD-er
58bb124638
[Build] Reduce bin size & merge NodeStruct from ESPEasy-NOW PR
2022-09-02 17:21:18 +02:00
TD-er
012104a90a
[String] Use .equals for flash strings instead of ==
2022-08-26 17:00:03 +02: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
812485a1bb
[Cleanup] Change NULL to nullptr
2022-02-07 11:52:44 +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