Skip to content

Commit dad7cc1

Browse files
committed
Report heap usage at state change
1 parent 8d163c0 commit dad7cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firmware/RTK_Surveyor/States.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,6 +1386,7 @@ void requestChangeState(SystemState requestedState)
13861386
//Change states and print the new state
13871387
void changeState(SystemState newState)
13881388
{
1389+
reportHeapNow();
13891390
systemState = newState;
13901391

13911392
//Debug print

0 commit comments

Comments
 (0)