forked from Mirrors/usk
Update config.h
This commit is contained in:
parent
b3c0af112c
commit
25d9389924
1 changed files with 3 additions and 3 deletions
6
config.h
6
config.h
|
|
@ -1,10 +1,10 @@
|
||||||
#include "hardware/flash.h"
|
#include "hardware/flash.h"
|
||||||
#define OFFSET_DIV 10
|
#define OFFSET_DIV 10
|
||||||
#define OFFSET_MIN 6200
|
#define OFFSET_MIN 9200
|
||||||
#define OFFSET_MAX 6900
|
#define OFFSET_MAX 10300
|
||||||
|
|
||||||
#define VER_HI 2
|
#define VER_HI 2
|
||||||
#define VER_LO 73
|
#define VER_LO 74
|
||||||
|
|
||||||
bool is_configured();
|
bool is_configured();
|
||||||
void init_config();
|
void init_config();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue