v0.9.390
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define YOVERSION "0.9.380"
|
||||
#define YOVERSION "0.9.390"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
@@ -467,12 +467,16 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
|
||||
#define L10N_LANGUAGE EN
|
||||
#endif
|
||||
|
||||
#ifndef VSPI
|
||||
#define VSPI 3
|
||||
#endif
|
||||
#ifndef HSPI
|
||||
#define HSPI 1
|
||||
#ifdef VSPI
|
||||
#define VOOPSENb VSPI
|
||||
#else
|
||||
#define VOOPSENb 3
|
||||
#endif
|
||||
|
||||
#ifdef HSPI
|
||||
#define HOOPSENb HSPI
|
||||
#else
|
||||
#define HOOPSENb 2
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user