add psram

This commit is contained in:
proddy
2024-09-08 19:55:53 +02:00
parent 0db3a9c632
commit 48fa6f149b

View File

@@ -124,7 +124,8 @@ const LOG_SETTINGS_ENDPOINT = REST_ENDPOINT_ROOT + 'logSettings';
let log_settings = {
level: 6,
max_messages: 50,
compact: true
compact: true,
psram: true
};
const FETCH_LOG_ENDPOINT = REST_ENDPOINT_ROOT + 'fetchLog';