Merge branch 'development03' into fusion_eth

This commit is contained in:
lumapu 2023-12-07 23:35:02 +01:00
commit 6f62b12c9a
23 changed files with 180 additions and 129 deletions

View file

@ -50,7 +50,7 @@ typedef PubSerial<HmSystemType> PubSerialType;
#if defined(PLUGIN_DISPLAY)
#include "plugins/Display/Display.h"
#include "plugins/Display/Display_data.h"
typedef Display<HmSystemType, HmRadio<>> DisplayType;
typedef Display<HmSystemType, Radio> DisplayType;
#endif
class app : public IApp, public ah::Scheduler {