From 9b3360a0123dd3ed092646162e0fee56168436f9 Mon Sep 17 00:00:00 2001 From: Slider0007 <115730895+Slider0007@users.noreply.github.com> Date: Sat, 21 Jan 2023 14:37:05 +0100 Subject: [PATCH] Update REST-API.md --- docs/REST-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/REST-API.md b/docs/REST-API.md index 9d3dfe1..def391b 100644 --- a/docs/REST-API.md +++ b/docs/REST-API.md @@ -78,7 +78,7 @@ Note: For more detailed information to the REST handler, have a look to the code * ### cpu_temperature Show the CPU temperature - - Example: `38.5 °C` + - Example: `38.5°C` * ### sysinfo Show system infos in JSON syntax @@ -123,4 +123,4 @@ Note: For more detailed information to the REST handler, have a look to the code ## Diagnostics * ### heap print relevant memory (heap) information - - Example: `Heap: 3003978 Min Free: 1413058 larg. Block: 2949120 SPI Heap: 2957579 NOT_SPI Heap: 46399 Internal Heap: 46399 Internal Min Heap free: 10523` + - Example: `Heap info: Heap Total: 1888926 | SPI Free: 1827431 | SPI Larg Block: 1802240 | SPI Min Free: 758155 | Int Free: 61495 | Int Larg Block: 55296 | Int Min Free: 36427`