logicanalyzer/Firmware/LogicAnalyzer/LogicAnalyzer_Build_Settings.h

15 lines
280 B
C
Raw Normal View History

2023-01-31 22:12:43 +00:00
#ifndef __BUILD_SETTINGS__
#define __BUILD_SETTINGS__
#define FIRMWARE_VERSION "4_5"
2023-01-31 22:12:43 +00:00
//Select the board type to build the firmware for
#define BUILD_PICO
//#define BUILD_PICO_W
//#define BUILD_PICO_W_WIFI
//#define BUILD_ZERO
2023-01-31 22:12:43 +00:00
#endif