Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
couin3 committed May 6, 2020
1 parent ecb69d1 commit 4990209
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RFLink/RFLink.ino
Original file line number Diff line number Diff line change
Expand Up @@ -92,26 +92,26 @@ void setup()
#ifdef AUTOCONNECT_ENABLED
setup_AutoConnect();
#endif

set_Radio_mode(Radio_OFF);
#ifdef ESP8266
#if (defined(ESP8266) || defined(ESP32))
show_Radio_Pin();
#endif // ESP8266
#endif // ESP8266 || ESP32

PluginInit();
PluginTXInit();

#ifdef OLED_ENABLED
setup_OLED();
#endif
#ifdef MQTT_ENABLED
setup_MQTT();
reconnect();
#endif

#ifdef OLED_ENABLED
setup_OLED();
#endif
display_Header();
display_Splash();
display_Footer();

#ifdef SERIAL_ENABLED
Serial.print(pbuffer);
#endif
Expand Down

0 comments on commit 4990209

Please sign in to comment.