Commit Graph
5 Commits
Author SHA1 Message Date
TD-er 8db3af3a37 [Build] Include ESPEasy_config.h everywhere 2022-08-19 14:04:16 +02:00
TD-er 5db268d3a9 [LoRaWAN] C018 Reduce memory usage when controller not used 2020-11-16 13:10:31 +01:00
Gijs Noorlander fb9c6e5972 [Bitset operators] Use Arduino macros instead of our own functions
@Uzi18 suggested it.
2020-04-25 16:01:04 +02:00
Gijs Noorlander beb7fee65b [Cleanup] Move structs to separate .h/.cpp files 2019-09-04 02:23:31 +02:00
Gijs Noorlander 237df8abd9 [Cleanup] Fix warnings of unused (static) functions
Do not declare static functions in a header file, since everywhere the function signature is called, it will call a copy of the function and thus the function in the header file where it is defined, is never called.
2019-09-03 00:36:59 +02:00