v0.6.313
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define VERSION "0.6.290"
|
||||
#define VERSION "0.6.313"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
@@ -36,6 +36,7 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
|
||||
#define DSP_2004I2C 14 // https://aliexpress.com/item/32783128355.html
|
||||
#define DSP_2004 15 // https://aliexpress.com/item/32783128355.html
|
||||
#define DSP_SSD1305I2C 16 // SSD1305 and SSD1309 128x64 I2C https://aliexpress.com/item/32950307344.html
|
||||
#define DSP_ILI9225 17 // 2.0' 220x176 SPI https://aliexpress.com/item/32952021835.html
|
||||
#define DSP_CUSTOM 101 // your display
|
||||
|
||||
#ifndef DSP_MODEL
|
||||
@@ -215,6 +216,12 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
|
||||
#ifndef SNTP_SERVER
|
||||
#define SNTP_SERVER "pool.ntp.org", "0.ru.pool.ntp.org" // custom ntp servers min 1 max 3 comma separated values
|
||||
#endif
|
||||
#ifndef I2S_INTERNAL
|
||||
#define I2S_INTERNAL false // If true - use esp32 internal DAC
|
||||
#endif
|
||||
#ifndef SOFT_AP_REBOOT_DELAY
|
||||
#define SOFT_AP_REBOOT_DELAY 0 // Delay in ms after which ESP is rebooting if it is in softAP mode (0 - disabled)
|
||||
#endif
|
||||
/*
|
||||
*** ST7735 display submodel ***
|
||||
INITR_BLACKTAB // 1.8' https://aliexpress.ru/item/1005002822797745.html
|
||||
|
||||
Reference in New Issue
Block a user