Update config.h

This commit is contained in:
rehius 2023-05-26 22:46:15 +00:00 committed by GitHub
parent b3c0af112c
commit 25d9389924
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
#include "hardware/flash.h"
#define OFFSET_DIV 10
#define OFFSET_MIN 6200
#define OFFSET_MAX 6900
#define OFFSET_MIN 9200
#define OFFSET_MAX 10300
#define VER_HI 2
#define VER_LO 73
#define VER_LO 74
bool is_configured();
void init_config();