我的主板ttgo esp32 oled lora v2.0
我需要一个使用传感器DS18b20将数据温度传输到TTN的示例
我有以下代码=> https://github.com/Mangulomx/ds18b20_ttgo-esp32_lora/blob/master/lora_ds18b20.ino
在我的TTN中,我收到了下面的图像作为有效载荷。
function Decoder(bytes, port) {
var text = String.fromCharCode.apply(null, bytes);
return {
message: text
}
}
如何正确显示温度?