mirror of
https://github.com/JasonYANG170/logicanalyzer.git
synced 2024-11-23 12:06:27 +00:00
15 lines
281 B
C
15 lines
281 B
C
#ifndef __BUILD_SETTINGS__
|
|
#define __BUILD_SETTINGS__
|
|
|
|
#define FIRMWARE_VERSION "V5_0"
|
|
|
|
//Select the board type to build the firmware for
|
|
#define BUILD_PICO
|
|
//#define BUILD_PICO_W
|
|
//#define BUILD_PICO_W_WIFI
|
|
//#define BUILD_ZERO
|
|
|
|
#endif
|
|
|
|
|