2. const size_t capacity = 1024; DynamicJsonDocument doc (capacity); It's importanto to calculate the capacity is the max size of your file, ...
確定! 回上一頁