镜像来自
https://github.com/revspace/operame
已同步 2025-12-13 16:06:30 +00:00
Extend rest cert length
This commit is contained in:
父節點
441e494844
當前提交
31bab2ce25
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -413,7 +413,7 @@ void setup() {
|
|||
rest_interval = 1000UL * WiFiSettings.integer("operame_rest_interval", 10, 3600, 60 * 5, T.config_rest_interval);
|
||||
rest_resource_id = WiFiSettings.string("rest_resource_id", 64, "", T.config_rest_resource_id);
|
||||
bool rest_cert_enabled = WiFiSettings.checkbox("operame_rest_cert", false, T.config_rest_cert_enabled);
|
||||
rest_cert = WiFiSettings.string("rest_cert", 2000, "", T.config_rest_cert);
|
||||
rest_cert = WiFiSettings.string("rest_cert", 6000, "", T.config_rest_cert);
|
||||
rest_cert.replace("\\n", "\n");
|
||||
|
||||
WiFiSettings.onConnect = [] {
|
||||
|
|
|
|||
載入中…
Add table
Reference in a new issue