mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Avoid Arduino.h when all its features are disabled (fixes #1692)
This commit is contained in:
committed by
Benoit Blanchon
parent
ada1f2a894
commit
ec7ffa20f2
@@ -116,8 +116,6 @@
|
||||
|
||||
#ifdef ARDUINO
|
||||
|
||||
# include <Arduino.h>
|
||||
|
||||
// Enable support for Arduino's String class
|
||||
# ifndef ARDUINOJSON_ENABLE_ARDUINO_STRING
|
||||
# define ARDUINOJSON_ENABLE_ARDUINO_STRING 1
|
||||
|
||||
Reference in New Issue
Block a user