Update OSCR.cpp

This commit is contained in:
sanni 2023-07-13 10:32:02 +02:00 committed by GitHub
parent ac03c4bede
commit 95f4f44786
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.6";
char ver[5] = "12.7";
// Clock speed
unsigned long clock = CS_16MHZ;