replace NULLs with nullptr to be C++11 friendly

This commit is contained in:
Paul
2019-07-27 09:45:18 +02:00
parent 6c32c562f4
commit 33bd95c078
4 changed files with 11 additions and 11 deletions

View File

@@ -6,10 +6,10 @@
#pragma once
#ifndef MyEMS_h
#define MyEMS_h
#ifndef MyESP_h
#define MyESP_h
#define MYESP_VERSION "1.1.23"
#define MYESP_VERSION "1.1.24"
#include <ArduinoJson.h>
#include <ArduinoOTA.h>