Skip to content

Commit

Permalink
Update version to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Aug 24, 2021
1 parent 5847645 commit 5e5ff0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HyperSerialEsp8266.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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: ");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ");
Expand Down Expand Up @@ -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");

Expand Down

0 comments on commit 5e5ff0c

Please sign in to comment.