From e48f5e9bbfe4f8dd9493928d64344d913e8e4106 Mon Sep 17 00:00:00 2001 From: Filip Ayazi Date: Sun, 18 Jul 2021 04:54:53 +0100 Subject: [PATCH] Version string bumped to v1.0-beta --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 070fab9..bf0ee9e 100644 --- a/src/config.h +++ b/src/config.h @@ -10,7 +10,7 @@ #define MAX_COMMANDS 50 #define MAX_MODULES 10 #define MAX_ARGUMENT_LENGTH 20 //used in argument parsing, takes up ram - #define VERSION_STRING "Sangaboard Firmware v0.5" //TODO: temporarily using the same version string for sangaboard.py compatibility + #define VERSION_STRING "Sangaboard Firmware v1.0-beta" #define DEBUG_ON //module choice