Update src/config.cpp
Update version string
This commit is contained in:
parent
6cb5ec57b0
commit
25e7f93151
@ -1,7 +1,7 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
// Global variables definition
|
// Global variables definition
|
||||||
const char *version = "V0.1.0 20240625";
|
const char *version = "V0.1.1 20240701";
|
||||||
const byte ROWS = 5;
|
const byte ROWS = 5;
|
||||||
const byte COLS = 4;
|
const byte COLS = 4;
|
||||||
byte rowPins[ROWS] = {19, 18, 5, 17, 16};
|
byte rowPins[ROWS] = {19, 18, 5, 17, 16};
|
||||||
|
Loading…
Reference in New Issue
Block a user