From f2c22c503a383e37b3fccfb9edfd44fbd632e0dc Mon Sep 17 00:00:00 2001 From: pr3y Date: Tue, 9 Apr 2024 13:48:33 -0300 Subject: [PATCH] changed ver --- bruce.ino | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bruce.ino b/bruce.ino index 014c668..ef74c2e 100644 --- a/bruce.ino +++ b/bruce.ino @@ -1,5 +1,11 @@ -// Nemo Firmware for the M5 Stack Stick C Plus -// github.com/n0xa | IG: @4x0nn +/* +Bruce Firmware for the M5 Stack Carputer +github.com/pr3y + +Forked from +Nemo Firmware for the M5 Stack Stick C Plus +github.com/n0xa | IG: @4x0nn +*/ // -=-=-=-=-=-=- Uncomment the platform you're building for -=-=-=-=-=-=- // #define STICK_C_PLUS @@ -17,7 +23,7 @@ uint16_t BGCOLOR=0x0001; // placeholder uint16_t FGCOLOR=0x0006; // placeholder #ifndef BRUCE_VERSION - #define BRUCE_VERSION "0.7" + #define BRUCE_VERSION "0.8" #endif #if !defined(CARDPUTER) && !defined(STICK_C_PLUS2) && !defined(STICK_C_PLUS) && !defined(STICK_C)