mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-03 07:57:43 +00:00
Berry raise webserver hooks from 16 to 32 (#23748)
This commit is contained in:
parent
be1e6df7ad
commit
ca34162937
@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- ESP32 Platform from 2025.07.30 to 2025.07.31, Framework (Arduino Core) from v3.1.3.250707 to v3.1.3.250712 and IDF from v5.3.3.250707 to v5.3.3.250707 (#23685)
|
- ESP32 Platform from 2025.07.30 to 2025.07.31, Framework (Arduino Core) from v3.1.3.250707 to v3.1.3.250712 and IDF from v5.3.3.250707 to v5.3.3.250707 (#23685)
|
||||||
- ESP8266 platform update from 2025.05.00 to 2025.07.00 (#23700)
|
- ESP8266 platform update from 2025.05.00 to 2025.07.00 (#23700)
|
||||||
- OpenTherm library from v0.9.0 to v1.1.5 (#23704)
|
- OpenTherm library from v0.9.0 to v1.1.5 (#23704)
|
||||||
|
- Berry raise webserver hooks from 16 to 32
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- NeoPool reset to default settings (#23734)
|
- NeoPool reset to default settings (#23734)
|
||||||
|
@ -71,7 +71,7 @@ extern "C" {
|
|||||||
*
|
*
|
||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
|
|
||||||
#define WEBSERVER_REQ_HANDLER_HOOK_MAX 16 // max number of callbacks, each callback requires a distinct address
|
#define WEBSERVER_REQ_HANDLER_HOOK_MAX 32 // max number of callbacks, each callback requires a distinct address
|
||||||
static String be_webserver_prefix[WEBSERVER_REQ_HANDLER_HOOK_MAX];
|
static String be_webserver_prefix[WEBSERVER_REQ_HANDLER_HOOK_MAX];
|
||||||
static uint8_t be_webserver_method[WEBSERVER_REQ_HANDLER_HOOK_MAX];
|
static uint8_t be_webserver_method[WEBSERVER_REQ_HANDLER_HOOK_MAX];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user