Skip to content

Commit

Permalink
Register all rtl_433 protocols upon startup
Browse files Browse the repository at this point in the history
  • Loading branch information
obones authored and cpainchaud committed May 31, 2023
1 parent 41e6c17 commit 4492d0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RFLink/11_Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "9_Serial2Net.h"
#include "10_Wifi.h"
#include "12_Portal.h"
#include "14_rtl_433Bridge.h"

#if defined(DEBUG) || defined(RFLINK_DEBUG)
#define DEBUG_RFLINK_CONFIG
Expand Down Expand Up @@ -297,6 +298,9 @@ namespace RFLink
}

printFile();

// register rtl_433 protocols
rtl_433Bridge::register_all_protocols(0);
}

class CallbackManager
Expand Down

0 comments on commit 4492d0c

Please # to comment.