[Bell] Reworked macro configuration system
This commit is contained in:
parent
6c07552f84
commit
f85abafe19
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "BellModem.h"
|
||||
#if !defined(RADIOLIB_EXCLUDE_BELL)
|
||||
#if !RADIOLIB_EXCLUDE_BELL
|
||||
|
||||
const struct BellModem_t Bell101 {
|
||||
.freqMark = 1270,
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "../../ArduinoHal.h"
|
||||
#endif
|
||||
|
||||
#if !defined(RADIOLIB_EXCLUDE_BELL)
|
||||
#if !RADIOLIB_EXCLUDE_BELL
|
||||
|
||||
#include "../PhysicalLayer/PhysicalLayer.h"
|
||||
#include "../AFSK/AFSK.h"
|
||||
|
@ -116,7 +116,7 @@ class BellClient: public AFSKClient, public RadioLibPrint {
|
|||
*/
|
||||
int16_t standby();
|
||||
|
||||
#if !defined(RADIOLIB_GODMODE)
|
||||
#if !RADIOLIB_GODMODE
|
||||
private:
|
||||
#endif
|
||||
BellModem_t modemType;
|
||||
|
|
Loading…
Add table
Reference in a new issue