Update OSCR.cpp

This commit is contained in:
sanni 2023-11-21 09:55:10 +01:00 committed by GitHub
parent ad294f651f
commit 1eac83ef79
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] = "13.0";
char ver[5] = "13.1";
// Clock speed
unsigned long clock = CS_16MHZ;