get rid of all compile warnings

This commit is contained in:
strawmanbobi
2022-01-30 11:24:38 +08:00
parent 6732258bda
commit c98574dbe5
8 changed files with 17 additions and 17 deletions

View File

@@ -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) {

View File

@@ -24,7 +24,7 @@
#include <Arduino.h>
#include "IRbabySerial.h"
#include "IRBabyAlink.h"
#include "IRbabyAlink.h"
#include "IRbabyGlobal.h"
#define TOPIC_NAME_MAX (64)