[apps/cmm] size optimization for new proxy settings
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 1m22s
Build system / Build (pull_request) Successful in 15m57s

This commit is contained in:
2025-09-28 17:40:29 +03:00
parent 6077896ffc
commit 9570c15efd
2 changed files with 4 additions and 4 deletions

View File

@@ -68,8 +68,8 @@ _http http = 0;
progress_bar prbar;
proc_info Form;
char settings_file[4096];
char proxy_address[4096];
char settings_file[256];
char proxy_address[768];
#include "settings.h"
#include "tabs.h"

View File

@@ -25,8 +25,8 @@ char uEdit[URL_SIZE];
char filepath[4096];
char save_dir[4096];
char settings_file[4096];
char proxy_address[4096];
char settings_file[256];
char proxy_address[768];
#include "settings.h"