wifi-tally_Oostendam/nodemcu-firmware/app/sjson/json_config.h

8 lines
159 B
C
Raw Normal View History

2021-09-27 19:52:27 +00:00
#ifndef __JSON_CONFIG_H__
#define __JSON_CONFIG_H__
#define JSONSL_STATE_USER_FIELDS int lua_object_ref; int used_count;
#define JSONSL_NO_JPR
#endif