We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394bf23 commit ccf11f9Copy full SHA for ccf11f9
mos.yml
@@ -1,6 +1,6 @@
1
author: 'Deomid "rojer" Ryabkov'
2
description: A HomeKit firmware for Shelly switches
3
-version: 2.7.2
+version: 2.7.3
4
platform: esp8266
5
6
libs_version: latest
src/shelly_main.cpp
@@ -61,7 +61,7 @@ extern "C" {
61
#include "shelly_temp_sensor.hpp"
62
63
#define KVS_FILE_NAME "kvs.json"
64
-#define NUM_SESSIONS 9
+#define NUM_SESSIONS 12
65
#define SCRATCH_BUF_SIZE 1536
66
67
#ifndef LED_ON
0 commit comments