Browse Source

Added Include-Guards

master
Torsten Stauder 4 years ago
parent
commit
6f15f4c0d0
  1. 3
      src/settings-custom.h
  2. 3
      src/settings-espa1s.h
  3. 3
      src/settings-lolin_d32.h
  4. 3
      src/settings-lolin_d32_pro.h
  5. 3
      src/settings.h

3
src/settings-custom.h

@ -1,3 +1,5 @@
#ifndef __ESPUINO_SETTINGS_CUSTOM_H__
#define __ESPUINO_SETTINGS_CUSTOM_H__
#include "Arduino.h" #include "Arduino.h"
//######################### INFOS #################################### //######################### INFOS ####################################
@ -104,3 +106,4 @@
#define RC_BLUETOOTH 0x72 // Command to enable/disable bluetooth #define RC_BLUETOOTH 0x72 // Command to enable/disable bluetooth
#define RC_FTP 0x65 // Command to enable FTP-server #define RC_FTP 0x65 // Command to enable FTP-server
#endif #endif
#endif

3
src/settings-espa1s.h

@ -1,3 +1,5 @@
#ifndef __ESPUINO_SETTINGS_ESPA1S_H__
#define __ESPUINO_SETTINGS_ESPA1S_H__
#include "Arduino.h" #include "Arduino.h"
//######################### INFOS #################################### //######################### INFOS ####################################
@ -98,3 +100,4 @@
#define RC_BLUETOOTH 0x72 // Command to enable/disable bluetooth #define RC_BLUETOOTH 0x72 // Command to enable/disable bluetooth
#define RC_FTP 0x65 // Command to enable FTP-server #define RC_FTP 0x65 // Command to enable FTP-server
#endif #endif
#endif

3
src/settings-lolin_d32.h

@ -1,3 +1,5 @@
#ifndef __ESPUINO_SETTINGS_LOLIN_D32_H__
#define __ESPUINO_SETTINGS_LOLIN_D32_H__
#include "Arduino.h" #include "Arduino.h"
//######################### INFOS #################################### //######################### INFOS ####################################
@ -110,3 +112,4 @@
#define RC_BLUETOOTH 0x72 // Command to enable/disable bluetooth #define RC_BLUETOOTH 0x72 // Command to enable/disable bluetooth
#define RC_FTP 0x65 // Command to enable FTP-server #define RC_FTP 0x65 // Command to enable FTP-server
#endif #endif
#endif

3
src/settings-lolin_d32_pro.h

@ -1,3 +1,5 @@
#ifndef __ESPUINO_SETTINGS_LOLIN_D32_PRO_H__
#define __ESPUINO_SETTINGS_LOLIN_D32_PRO_H__
#include "Arduino.h" #include "Arduino.h"
//######################### INFOS #################################### //######################### INFOS ####################################
@ -106,3 +108,4 @@
#define RC_BLUETOOTH 0x72 // Command to enable/disable bluetooth #define RC_BLUETOOTH 0x72 // Command to enable/disable bluetooth
#define RC_FTP 0x65 // Command to enable FTP-server #define RC_FTP 0x65 // Command to enable FTP-server
#endif #endif
#endif

3
src/settings.h

@ -1,3 +1,5 @@
#ifndef __ESPUINO_SETTINGS_H__
#define __ESPUINO_SETTINGS_H__
#include "Arduino.h" #include "Arduino.h"
#include "values.h" #include "values.h"
@ -201,3 +203,4 @@ float voltageIndicatorHigh = 4.2; // Upper range for Neopixel-
static const char topicBatteryVoltage[] PROGMEM = "State/ESPuino/Voltage"; static const char topicBatteryVoltage[] PROGMEM = "State/ESPuino/Voltage";
#endif #endif
#endif #endif
#endif
Loading…
Cancel
Save