mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
free GwApi from ArduinoJson
This commit is contained in:
9
lib/json/GwJsonDocument.h
Normal file
9
lib/json/GwJsonDocument.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _GWJSONDOCUMENT_H
|
||||
#define _GWJSONDOCUMENT_H
|
||||
#include <ArduinoJson.h>
|
||||
|
||||
class GwJsonDocument : public DynamicJsonDocument{
|
||||
public:
|
||||
GwJsonDocument(int sz): DynamicJsonDocument(sz){}
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user