Skip to content

Commit

Permalink
correct rfm69 winring for RF following schea
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile committed Sep 2, 2017
1 parent d83e508 commit f4444f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config_RF.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RF supported protocols
/*-------------------RF2 topics & parameters----------------------*/
//433Mhz newremoteswitch MQTT Subjects and keys
#define subjectMQTTtoRF2 "home/commands/MQTTtoRF2"
#define RF2codeKey "CODE_" // code will be defined if a subject contains RF2codeKeyrotocolKey followed by a value of 7 digits
#define RF2codeKey "CODE_" // code will be defined if a subject contains RF2codeKey followed by a value of 7 digits
#define RF2periodKey "PERIOD_" // period will be defined if a subject contains RF2periodKey followed by a value of 3 digits
#define RF2unitKey "UNIT_" // number of your unit value will be defined if a subject contains RF2unitKey followed by a value of 1 digit

Expand Down Expand Up @@ -88,7 +88,7 @@ RF supported protocols
#ifdef RFM69_Wiring // Without Support for I2C Modules and HM10 or 11
#ifdef ESP8266
#define RF_RECEIVER_PIN 0 // 0 = D3 on nodemcu
#define RF_EMITTER_PIN D2 //put D2 on nodemcu
#define RF_EMITTER_PIN 10 //put SD3 on nodemcu
#else
//IMPORTANT NOTE: On arduino UNO connect IR emitter pin to D9 , comment #define IR_USE_TIMER2 and uncomment #define IR_USE_TIMER1 on library <library>IRremote/IRremoteInt.h so as to free pin D3 for RF RECEIVER PIN
//RF PIN definition
Expand Down

0 comments on commit f4444f2

Please sign in to comment.