|
[329825] add.
[329826] print: {"temp":{"date":1648526172,"val":24.10},"humi":{"date":1648526172,"val":41.70}}
[329835] Proto print...
[329837] Freeheap: 36240
[329839] WS response:
[329841] {"temp":{"date":1648526172,"val":24.10},"humi":{"date":1648526172,"val":41.70}}
[329849] Success...
[329852] Freeheap: 36600
当前温度: 24.00 °C 当前湿度: 41.60 %
[330827] autoFormatData key: temp, json: "temp":{"date":1648526173,"val":24.00}
[330828] new.
[330828] autoFormatData key: humi, json: "humi":{"date":1648526173,"val":41.60}
[330832] add.
[330833] print: {"temp":{"date":1648526173,"val":24.00},"humi":{"date":1648526173,"val":41.60}}
[330841] Proto print...
[330844] Freeheap: 36240
[330846] WS response:
[330848] {"temp":{"date":1648526173,"val":24.00},"humi":{"date":1648526173,"val":41.60}}
[330856] Success...
[330859] Freeheap: 36600
实时数据上传终于摸索出来了,之前的blinker库删了,下载安装blinker-library-dev_3.0,根据例程修改代码,APP修改控件为实时的,就OK了,DHT22烧录代码以后要 重新上电才能读出来数值,跟手机APP实时同步了 |
|