mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-02 07:31:36 +01:00
Added namespace
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
#include "StringBuilder.h"
|
||||
|
||||
using namespace ArduinoJson::Generator;
|
||||
|
||||
size_t StringBuilder::write(uint8_t c)
|
||||
{
|
||||
if (length >= capacity) return 0;
|
||||
|
||||
Reference in New Issue
Block a user