From 5e5ff0c13fd433fee4ac76b8bd0937d0c485965c Mon Sep 17 00:00:00 2001 From: Awawa <69086569+awawa-dev@users.noreply.github.com> Date: Wed, 25 Aug 2021 00:12:46 +0200 Subject: [PATCH] Update version to 5 --- HyperSerialEsp8266.ino | 2 +- .../HyperSerialEsp8266_SK6812ColdWhite.ino | 2 +- .../HyperSerialEsp8266_SPI/HyperSerialEsp8266_SPI.ino | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HyperSerialEsp8266.ino b/HyperSerialEsp8266.ino index f730c6c..a9ad4ea 100644 --- a/HyperSerialEsp8266.ino +++ b/HyperSerialEsp8266.ino @@ -112,7 +112,7 @@ void readSerialData() stat_good = 0; stat_frames = 0; - Serial.write("HyperSerialEsp8266 version 4.\r\nStatistics for the last full 1 second cycle.\r\n"); + Serial.write("HyperSerialEsp8266 version 5.\r\nStatistics for the last full 1 second cycle.\r\n"); Serial.write("Frames per second: "); Serial.print(stat_final_frames); Serial.write("\r\nGood frames: "); diff --git a/version for SK6812 cold white/HyperSerialEsp8266_SK6812ColdWhite/HyperSerialEsp8266_SK6812ColdWhite.ino b/version for SK6812 cold white/HyperSerialEsp8266_SK6812ColdWhite/HyperSerialEsp8266_SK6812ColdWhite.ino index 6928651..6b3dca9 100644 --- a/version for SK6812 cold white/HyperSerialEsp8266_SK6812ColdWhite/HyperSerialEsp8266_SK6812ColdWhite.ino +++ b/version for SK6812 cold white/HyperSerialEsp8266_SK6812ColdWhite/HyperSerialEsp8266_SK6812ColdWhite.ino @@ -112,7 +112,7 @@ void readSerialData() stat_good = 0; stat_frames = 0; - Serial.write("HyperSerialEsp8266 version 4.\r\nStatistics for the last full 1 second cycle.\r\n"); + Serial.write("HyperSerialEsp8266 version 5.\r\nStatistics for the last full 1 second cycle.\r\n"); Serial.write("Frames per second: "); Serial.print(stat_final_frames); Serial.write("\r\nGood frames: "); diff --git a/version for SPI led strip (APA102 WS2801)/HyperSerialEsp8266_SPI/HyperSerialEsp8266_SPI.ino b/version for SPI led strip (APA102 WS2801)/HyperSerialEsp8266_SPI/HyperSerialEsp8266_SPI.ino index 6921f75..4a65156 100644 --- a/version for SPI led strip (APA102 WS2801)/HyperSerialEsp8266_SPI/HyperSerialEsp8266_SPI.ino +++ b/version for SPI led strip (APA102 WS2801)/HyperSerialEsp8266_SPI/HyperSerialEsp8266_SPI.ino @@ -105,7 +105,7 @@ void readSerialData() stat_good = 0; stat_frames = 0; - Serial.write("HyperSerialEsp8266 version 4.\r\nStatistics for the last full 1 second cycle.\r\n"); + Serial.write("HyperSerialEsp8266 version 5 SPI.\r\nStatistics for the last full 1 second cycle.\r\n"); Serial.write("Frames per second: "); Serial.print(stat_final_frames); Serial.write("\r\nGood frames: "); @@ -235,7 +235,7 @@ void setup() Serial.setRxBufferSize(2048); // Display config - Serial.write("\r\nWelcome!\r\nAwa driver.\r\n"); + Serial.write("\r\nWelcome!\r\nAwa driver 5 SPI.\r\n"); Serial.write("Color mode: RGB\r\n");