From c488156df1d9830ddcfb65ef2c28c0dde9c34f35 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 17 Dec 2022 17:20:51 +0100 Subject: [PATCH] correct temp length --- docs/enhanced_proto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/enhanced_proto.md b/docs/enhanced_proto.md index 3ad225fa..3593962b 100644 --- a/docs/enhanced_proto.md +++ b/docs/enhanced_proto.md @@ -126,8 +126,8 @@ The first byte transferred in response is always the number of data bytes to be * `length`: =8 * 8*`config_H` `config_L`: PIC config * 0x03: PIC temperature - * `length`: =1 - * `temp`: temperature in degrees Celsius + * `length`: =2 + * `temp_H` `temp_L`: temperature in degrees Celsius * 0x04: PIC supply voltage * `length`: =2 * `millivolt_H` `millivolt_L`: voltage value in mV