mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
423c733db8
* Esp32: Add SJSON module This adds SJSON module taken directly from master * ESP32: Fixes for sjson lib Fixed compilation not including config header, thus braking some of libs functionality * ESP32: Upgraded SJSON to master
8 lines
159 B
C
8 lines
159 B
C
#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
|