From 22bb9ee11201731049ec27c2a6d0a05a0bb94eeb Mon Sep 17 00:00:00 2001 From: phdlee Date: Sun, 17 Jun 2018 01:19:37 +0900 Subject: [PATCH] Release 1.093Beta --- ubitx_20/ubitx_lcd_nextion.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubitx_20/ubitx_lcd_nextion.ino b/ubitx_20/ubitx_lcd_nextion.ino index 9db365b..d78247d 100644 --- a/ubitx_20/ubitx_lcd_nextion.ino +++ b/ubitx_20/ubitx_lcd_nextion.ino @@ -823,8 +823,8 @@ void SWS_Process(void) break; } - SendCommandL('x', analogRead(ADCIndex[nowCheckIndex++])); SendCommandL('n', nowCheckIndex); //Index Input + SendCommandL('x', analogRead(ADCIndex[nowCheckIndex++])); if (nowCheckIndex > endIndex) nowCheckIndex = startIndex;