Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
changed ver
Browse files Browse the repository at this point in the history
  • Loading branch information
pr3y committed Apr 9, 2024
1 parent b9982a8 commit f2c22c5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions bruce.ino
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down

0 comments on commit f2c22c5

Please sign in to comment.