Skip to content

Commit

Permalink
Update version number to 1.04 RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
breakintoprogram committed Nov 11, 2023
1 parent 2f6d34b commit f8ed98c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions video/video.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Igor Chaves Cananea (vdp-gl maintenance)
// Steve Sims (Audio enhancements, refactoring, bug fixes)
// Created: 22/03/2022
// Last Updated: 12/09/2023
// Last Updated: 11/11/2023
//
// Modinfo:
// 11/07/2022: Baud rate tweaked for Agon Light, HW Flow Control temporarily commented out
Expand Down Expand Up @@ -43,15 +43,15 @@
// 13/08/2023: RC2 + New video modes, mode change resets page mode
// 05/09/2023: + New audio enhancements, improved mode change code
// 12/09/2023: + Refactored
// 17/09/2023: + Added ZDI mode
// 11/11/2023: RC3 + See Github for full list of changes

#include <WiFi.h>
#include <HardwareSerial.h>
#include <fabgl.h>

#define VERSION 1
#define REVISION 4
#define RC 2
#define RC 3

#define DEBUG 0 // Serial Debug Mode: 1 = enable
#define SERIALBAUDRATE 115200
Expand Down

0 comments on commit f8ed98c

Please sign in to comment.