Update OSCR.cpp

update app version
This commit is contained in:
PsyK0p4T 2023-09-25 16:16:07 +02:00 committed by GitHub
parent b2415c0287
commit 4ddd867f87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@
/*==== VARIABLES ==================================================*/
// Firmware Version
char ver[5] = "12.8";
char ver[5] = "12.9";
// Clock speed
unsigned long clock = CS_16MHZ;