v0.6.110
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define VERSION "0.6.012"
|
||||
#define VERSION "0.6.110"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
ALL YOUR SETTINGS WILL BE OVERWRITTEN DURING THE UPDATE.
|
||||
STORE YOUR SETTINGS IN A myoptions.h FILE.
|
||||
STORE YOUR SETTINGS IN THE *** myoptions.h *** FILE.
|
||||
********************************************************/
|
||||
|
||||
#if __has_include("myoptions.h")
|
||||
@@ -202,9 +202,6 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
|
||||
#ifndef MUTE_VAL
|
||||
#define MUTE_VAL HIGH // Write this to MUTE_PIN when player is stopped
|
||||
#endif
|
||||
#ifndef CORE_FOR_LOOP_CONTROLS
|
||||
#define CORE_FOR_LOOP_CONTROLS 2 // 0 for Core0, 1 for Core1, 2 for Auto, 255 for Not Used
|
||||
#endif
|
||||
|
||||
/*
|
||||
*** ST7735 display submodel ***
|
||||
|
||||
Reference in New Issue
Block a user