forked from bblanchon/ArduinoJson
Avoid Arduino.h
when all its features are disabled (fixes #1692)
This commit is contained in:
committed by
Benoit Blanchon
parent
ada1f2a894
commit
ec7ffa20f2
@ -7,3 +7,5 @@
|
||||
#include "api/Print.h"
|
||||
#include "api/Stream.h"
|
||||
#include "api/String.h"
|
||||
|
||||
#define ARDUINO_H_INCLUDED 1
|
||||
|
Reference in New Issue
Block a user