v0.9.686
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define options_h
|
||||
#pragma once
|
||||
|
||||
#define YOVERSION "0.9.682"
|
||||
#define YOVERSION "0.9.686"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
@@ -481,16 +481,9 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
|
||||
#define L10N_LANGUAGE EN
|
||||
#endif
|
||||
|
||||
#ifdef VSPI
|
||||
#define VOOPSENb VSPI
|
||||
#else
|
||||
#define VOOPSENb 3
|
||||
#endif
|
||||
|
||||
#ifdef HSPI
|
||||
#define HOOPSENb HSPI
|
||||
#else
|
||||
#define HOOPSENb 2
|
||||
#include <SPI.h>
|
||||
#if !defined(CONFIG_IDF_TARGET_ESP32)
|
||||
#define VSPI FSPI
|
||||
#endif
|
||||
|
||||
#ifndef SCREENSAVERSTARTUPDELAY
|
||||
|
||||
Reference in New Issue
Block a user