mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-18 07:27:15 +08:00

Newlib use nano mode as default. When enable nano mode, cjson use internal function to encode for float data. Otherwise using "sprintf" to encode float data.