Skip to content

Commit ccf11f9

Browse files
committed
Increase max number of connections to 12
#422
1 parent 394bf23 commit ccf11f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
author: 'Deomid "rojer" Ryabkov'
22
description: A HomeKit firmware for Shelly switches
3-
version: 2.7.2
3+
version: 2.7.3
44
platform: esp8266
55

66
libs_version: latest

src/shelly_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extern "C" {
6161
#include "shelly_temp_sensor.hpp"
6262

6363
#define KVS_FILE_NAME "kvs.json"
64-
#define NUM_SESSIONS 9
64+
#define NUM_SESSIONS 12
6565
#define SCRATCH_BUF_SIZE 1536
6666

6767
#ifndef LED_ON

0 commit comments

Comments
 (0)