Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to allow transmit compilation #65

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions RFLink/4_Display.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ boolean retrieve_End();
#define VALUE_LIMIT 82
#define VALUE_ALLON 141

#define str2int(x) atoi(x)

int str2cmd(char *);
void replacechar(char *, char, char);

Expand Down
1 change: 1 addition & 0 deletions RFLink/Plugins/Plugin_005.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

#ifdef PLUGIN_005
#include "../4_Display.h"
#include "../1_Radio.h"

boolean Plugin_005(byte function, char *string)
{
Expand Down
1 change: 1 addition & 0 deletions RFLink/Plugins/Plugin_006.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

#ifdef PLUGIN_006
#include "../4_Display.h"
#include "../1_Radio.h"

boolean Plugin_006(byte function, char *string)
{
Expand Down
1 change: 1 addition & 0 deletions RFLink/Plugins/Plugin_007.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

#ifdef PLUGIN_007
#include "../4_Display.h"
#include "../1_Radio.h"

boolean Plugin_007(byte function, char *string)
{
Expand Down
1 change: 1 addition & 0 deletions RFLink/Plugins/Plugin_008.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

#ifdef PLUGIN_008
#include "../4_Display.h"
#include "../1_Radio.h"

boolean Plugin_008(byte function, char *string)
{
Expand Down
1 change: 1 addition & 0 deletions RFLink/Plugins/Plugin_009.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

#ifdef PLUGIN_009
#include "../4_Display.h"
#include "../1_Radio.h"

boolean Plugin_009(byte function, char *string)
{
Expand Down
1 change: 1 addition & 0 deletions RFLink/Plugins/Plugin_010.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@

#ifdef PLUGIN_010
#include "../4_Display.h"
#include "../1_Radio.h"

boolean Plugin_010(byte function, char *string)
{
Expand Down
1 change: 1 addition & 0 deletions RFLink/Plugins/Plugin_012.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@

#ifdef PLUGIN_012
#include "../4_Display.h"
#include "../1_Radio.h"

boolean Plugin_012(byte function, char *string)
{
Expand Down
10 changes: 5 additions & 5 deletions RFLink/Plugins/_Plugin_Config_01.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,22 +103,22 @@
// #define PLUGIN_TX_008 // Kambrook
// #define PLUGIN_TX_009 // X10 RF
// #define PLUGIN_TX_010 // TRC02 RGB switch
// #define PLUGIN_TX_011 // Home Confort
// Cannot activate, uses DEPRECATED RawSendRF #define PLUGIN_TX_011 // Home Confort
// #define PLUGIN_TX_012 // Flamingo FA500R (11)
// #define PLUGIN_TX_013 // Powerfix/Quigg
// Cannot activate, uses DEPRECATED RawSendRF #define PLUGIN_TX_013 // Powerfix/Quigg
// #define PLUGIN_TX_015 // Home Easy EU (14)
// -------------------
// Doorbells
// -------------------
// #define PLUGIN_TX_070 // Select Plus (Action - Quhwa)
// #define PLUGIN_TX_072 // Byron SX doorbell
// Cannot activate, uses DEPRECATED RawSendRF #define PLUGIN_TX_072 // Byron SX doorbell
// #define PLUGIN_TX_073 // Deltronic doorbell
// #define PLUGIN_TX_074 // RL02
// -------------------
// Smoke detectors
// -------------------
// #define PLUGIN_TX_080 // Flamingo FA20 / KD101 smoke detector
// #define PLUGIN_TX_082 // Mertik Maxitrol / Dru fireplace
// Cannot activate, uses DEPRECATED RawSendRF #define PLUGIN_TX_080 // Flamingo FA20 / KD101 smoke detector
// Cannot activate, uses DEPRECATED RawSendRF #define PLUGIN_TX_082 // Mertik Maxitrol / Dru fireplace
// -------------------
// -=#=-
// -------------------