Workaround for POS (Power on self-test) failure messages(s) not output on "native" USB connect.

Fixed handling of NVS buffer allocation, size was not increased as expected when physical NVS is capable of holding more than 2 Kbytes.
This could lead to POS failure or plugins not initializing when a large tool table is configured.
This commit is contained in:
Terje Io
2025-10-23 10:40:01 +02:00
parent ba222d16aa
commit 720f6bd552
7 changed files with 157 additions and 77 deletions
+3
View File
@@ -170,6 +170,9 @@ plan_block_t *plan_get_system_motion_block (void);
// Gets the current block. Returns NULL if buffer empty
plan_block_t *plan_get_current_block (void);
// Gets last added block. Returns NULL if buffer empty
plan_block_t *plan_get_recent_block (void);
// Called by step segment buffer when computing executing block velocity profile.
float plan_get_exec_block_exit_speed_sqr (void);