Fix case in include statement

This commit is contained in:
Leonel Lopes Parente 2021-05-03 12:05:09 +02:00
parent 90efb84d43
commit 6d061c0464
22 changed files with 22 additions and 22 deletions

View file

@ -67,7 +67,7 @@
#ifndef ADAFRUIT_FEATHER_M0_LORA_H_
#define ADAFRUIT_FEATHER_M0_LORA_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "feather-m0" // Default deviceid value

View file

@ -91,7 +91,7 @@
#ifndef BLACKPILL_F103C8_H_
#define BLACKPILL_F103C8_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "blackpill"

View file

@ -91,7 +91,7 @@
#ifndef BLUEPILL_F103C8_H_
#define BLUEPILL_F103C8_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "bluepill"

View file

@ -95,7 +95,7 @@
#define DISCO_L072CZ_LRWAN1_H_
#include <SPI.h>
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "l072cz-lrwan1" // Default deviceid value

View file

@ -65,7 +65,7 @@
#ifndef HELTEC_WIFILORA32_V1_H_
#define HELTEC_WIFILORA32_V1_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "wifi-lora-32" // Default deviceid value

View file

@ -71,7 +71,7 @@
#ifndef HELTEC_WIFILORA32_V2_H_
#define HELTEC_WIFILORA32_V2_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "wifi-lora-32-v2" // Default deviceid value

View file

@ -72,7 +72,7 @@
#ifndef HELTEC_WIRELESS_STICK_H_
#define HELTEC_WIRELESS_STICK_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "wireless-stick" // Default deviceid value

View file

@ -73,7 +73,7 @@
#ifndef HELTEC_WIRELESS_STICK_LITE_H_
#define HELTEC_WIRELESS_STICK_LITE_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "wireless-sticklt" // Default deviceid value

View file

@ -61,7 +61,7 @@
#ifndef LOLIN32_H_
#define LOLIN32_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "lolin32" // Default deviceid value

View file

@ -61,7 +61,7 @@
#ifndef LOLIN_D32_H_
#define LOLIN_D32_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "lolin-d32" // Default deviceid value

View file

@ -61,7 +61,7 @@
#ifndef LOLIN_D32_PRO_H_
#define LOLIN_D32_PRO_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "lolin-d32-pro" // Default deviceid value

View file

@ -102,7 +102,7 @@
#define LOPY4_H_
#include <SPI.h>
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "lopy4" // Default deviceid value

View file

@ -60,7 +60,7 @@
#ifndef BSFRANCE_LORA32U4II_H_
#define BSFRANCE_LORA32U4II_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "lora32u4II" // Default deviceid value

View file

@ -60,7 +60,7 @@
#ifndef NODEMCU_32S_H_
#define NODEMCU_32S_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "nodemcu-32s" // Default deviceid value

View file

@ -66,7 +66,7 @@
#define NODEMCU_V2_H_
#include <ESP8266WiFi.h>
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "nodemcuv2" // Default deviceid value

View file

@ -63,7 +63,7 @@
#ifndef ARDUINO_PROMINI_328_8MHZ_H_
#define ARDUINO_PROMINI_328_8MHZ_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "pro-mini" // Default deviceid value

View file

@ -78,7 +78,7 @@
#ifndef TTGO_LORA32_V1_H_
#define TTGO_LORA32_V1_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "ttgo-lora32-v1" // Default deviceid value

View file

@ -65,7 +65,7 @@
#ifndef TTGO_LORA32_V2_H_
#define TTGO_LORA32_V2_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "ttgo-lora32-v2" // Default deviceid value

View file

@ -59,7 +59,7 @@
#ifndef TTGO_LORA32_V21_H_
#define TTGO_LORA32_V21_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "ttgo-lora32-v21" // Default deviceid value

View file

@ -66,7 +66,7 @@
#ifndef TTGO_TBEAM_H_
#define TTGO_TBEAM_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "ttgo-tbeam" // Default deviceid value

View file

@ -81,7 +81,7 @@
#define TTGO_TBEAM_V1_H_
#include "axp20x.h"
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "ttgo-tbeam-v1" // Default deviceid value

View file

@ -67,7 +67,7 @@
#ifndef ARDUINO_ZERO_USB_H_
#define ARDUINO_ZERO_USB_H_
#include "lmic-node.h"
#include "LMIC-node.h"
#define DEVICEID_DEFAULT "zero-usb" // Default deviceid value