mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-23 21:07:12 +01:00
11 lines
602 B
C
11 lines
602 B
C
#ifndef SETTINGS_H
|
|
#define SETTINGS_H
|
|
|
|
#include <stdint.h>
|
|
|
|
#define FW_VERSION 014 // version number (max 2.5.5 :) )
|
|
#define FW_VERSION_SUFFIX "-RE" // suffix, like -RC1 or whatever.
|
|
#define HAS_BUTTON // uncomment to enable reading a push button (connect between 'TEST' en 'GND' on the tag, along with a 100nF capacitor in parallel).
|
|
#define DEBUGBLOCKS // uncomment to enable extra debug information on the block transfers
|
|
//#define PRINT_LUT // uncomment if you want the tag to print the LUT for the current temperature bracket
|
|
#endif |