From f3ae4226e3d067a96cbe72d7924dbf4aedffc95b Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Tue, 8 Feb 2022 21:07:21 +0100 Subject: [PATCH] fixed typo --- tasmota/nextion.be | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/nextion.be b/tasmota/nextion.be index bb2b52ae..adff8b47 100644 --- a/tasmota/nextion.be +++ b/tasmota/nextion.be @@ -1,4 +1,4 @@ -# Nextion Serial Protocol driver by joBr99 + nextion upload protocol 1.2 (test fast one yay) implementation using http range and tcpclient +# Nextion Serial Protocol driver by joBr99 + nextion upload protocol 1.2 (the fast one yay) implementation using http range and tcpclient # based on; # Sonoff NSPanel Tasmota driver v0.47 | code by blakadder and s-hadinger