summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mhs35.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mhs35.c b/mhs35.c
index 855f450..81ec5bc 100644
--- a/mhs35.c
+++ b/mhs35.c
@@ -65,7 +65,7 @@ struct mhs35 {
 };
 
 // custom init sequence, replacing the default goodtft sequence when set.
-// encoding: 0x01000000|cmd starts command, plain values are params, 0x01000000|ms sleeps.
+// encoding: 0x01000000|cmd starts command, plain values are params, 0x02000000|ms sleeps.
 static u32 mhs35_dt_init[128];
 static int mhs35_dt_init_len;