its because 'DynamicJsonBuffer' already is deprecated. try that: DynamicJsonDocument jsonBuffer(1024);. it should work.
確定! 回上一頁