mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
fixes for 2.5.1 arduino core
This commit is contained in:
@@ -93,7 +93,7 @@ typedef struct {
|
||||
bool doingColdShot; // true if we've just sent a jolt of cold water
|
||||
} _EMSESP_Shower;
|
||||
|
||||
command_t PROGMEM project_cmds[] = {
|
||||
command_t project_cmds[] = {
|
||||
|
||||
{true, "led <on | off>", "toggle status LED on/off"},
|
||||
{true, "led_gpio <gpio>", "set the LED pin. Default is the onboard LED (D1=5)"},
|
||||
|
||||
@@ -166,6 +166,7 @@ const _Other_Type Other_Types[] = {
|
||||
{EMS_MODEL_OTHER, 250, 0x11, "WM10 Switch Module"}, // warning, fake product id!
|
||||
{EMS_MODEL_OTHER, 160, 0x20, "MM100 Mixing Module"},
|
||||
{EMS_MODEL_OTHER, 160, 0x21, "MM100 Mixing Module"},
|
||||
{EMS_MODEL_OTHER, 159, 0x21, "MM50 Mixing Module"},
|
||||
{EMS_MODEL_OTHER, 68, 0x09, "BC10/RFM20 Receiver"},
|
||||
{EMS_MODEL_OTHER, 190, 0x09, "BC10 Base Controller"},
|
||||
{EMS_MODEL_OTHER, 114, 0x09, "BC10 Base Controller"},
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
#pragma once
|
||||
|
||||
#define APP_NAME "EMS-ESP"
|
||||
#define APP_VERSION "1.8.0b0"
|
||||
#define APP_VERSION "1.8.0b1"
|
||||
#define APP_HOSTNAME "ems-esp"
|
||||
|
||||
Reference in New Issue
Block a user