debug: add BMS init to LilyGO isolation build
This commit is contained in:
@@ -4105,6 +4105,10 @@ void setup() {
|
||||
initSensors();
|
||||
heapCheckpoint("after:initSensors");
|
||||
|
||||
heapCheckpoint("before:initBms");
|
||||
initBms();
|
||||
heapCheckpoint("after:initBms");
|
||||
|
||||
loadWifiConfig();
|
||||
heapCheckpoint("after:loadWifiConfig");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user