Skip to content

Commit

Permalink
Add optional predefine
Browse files Browse the repository at this point in the history
  • Loading branch information
LouDnl committed Nov 17, 2024
1 parent e63da28 commit aef5b5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@
/* Config constants */
#define FLASH_TARGET_OFFSET (PICO_FLASH_SIZE_BYTES - FLASH_SECTOR_SIZE)
#define CONFIG_SIZE (FLASH_SECTOR_SIZE / 4) /* 1024 Bytes */
#define PROJECT_VERSION "0.2.1-BETA.20241109"
/* Compile time variable settings */
#ifndef MAGIC_SMOKE
#define MAGIC_SMOKE 19700101 /* DATEOFRELEASE */
#endif
#ifndef PROJECT_VERSION
#define PROJECT_VERSION "0.2.1-BETA.20241117" /* Must be the same as in CMakeLists.txt */
#endif
#ifdef USE_RGB
#define RGB_ENABLED true
#else
Expand Down

0 comments on commit aef5b5f

Please sign in to comment.