get rid of all compile warnings
This commit is contained in:
@@ -25,11 +25,11 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <ESP.h>
|
||||
#include <Esp.h>
|
||||
#include <WString.h>
|
||||
|
||||
#include "defines.h"
|
||||
#include "IRBabyIRIS.h"
|
||||
#include "IRbabyIRIS.h"
|
||||
|
||||
int getIRISKitVersion(char *buffer, int buffer_size) {
|
||||
if (NULL == buffer) {
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
#include "IRbabySerial.h"
|
||||
#include "IRBabyAlink.h"
|
||||
#include "IRbabyAlink.h"
|
||||
#include "IRbabyGlobal.h"
|
||||
|
||||
#define TOPIC_NAME_MAX (64)
|
||||
Reference in New Issue
Block a user