mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-15 19:42:12 +02: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
@ -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