mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
replace NULLs with nullptr to be C++11 friendly
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user