Skip to content

Commit 8d163c0

Browse files
committed
Report heap useage after Bluetooth and WiFi get started
1 parent 6354260 commit 8d163c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Surveyor/System.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ void startBluetooth()
6060
#endif
6161

6262
btState = BT_NOTCONNECTED;
63+
reportHeapNow();
6364
}
6465

6566
}
@@ -94,6 +95,7 @@ void startWiFi(char* ssid, char* pw)
9495
#endif
9596

9697
wifiState = WIFI_NOTCONNECTED;
98+
reportHeapNow();
9799
}
98100
}
99101

0 commit comments

Comments
 (0)