This commit is contained in:
e2002
2025-08-27 09:49:05 +03:00
parent a5f91155b5
commit 7c49d194f9
6 changed files with 15 additions and 21 deletions

View File

@@ -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