From 414982603b85ab09155e1e910c7dae9450539042 Mon Sep 17 00:00:00 2001 From: Khoa Ton Date: Tue, 14 Jul 2020 02:35:49 -0700 Subject: [PATCH] Fix error in example comment --- tasmota/xdsp_11_sevenseg.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdsp_11_sevenseg.ino b/tasmota/xdsp_11_sevenseg.ino index 701c83e7d..1db043ef2 100644 --- a/tasmota/xdsp_11_sevenseg.ino +++ b/tasmota/xdsp_11_sevenseg.ino @@ -149,7 +149,7 @@ void SevensegDrawStringAt(uint16_t x, uint16_t y, char *str, uint16_t color, uin // x88 -> 58 // f8.5 -> 8.5 // f-9.34 -> -9.34 - // f:-9.34 -> -9.34 + // f:-9.34 -> -9.:34 // r255 -> 8. (all 8 segments on) switch (str[i]) {