摘要: esp32: #include <ArduinoJson.h> void setup() { Serial.begin(9600); } void loop() { if (Serial.available()) { // 读取串口输入的数据 String jsonString = Serial.r 阅读全文
posted @ 2023-08-07 14:35 为鲸 阅读(31) 评论(0) 推荐(0) 编辑