mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
fix sonar compile
This commit is contained in:
@@ -1538,7 +1538,9 @@ EMSESP::EMSESP()
|
||||
// start all the core services
|
||||
// the services must be loaded in the correct order
|
||||
void EMSESP::start() {
|
||||
#ifndef EMSESP_STANDALONE
|
||||
system_.PSram(ESP.getPsramSize());
|
||||
#endif
|
||||
// don't need shell if running unit tests
|
||||
#ifndef EMSESP_UNITY
|
||||
// Serial console's shell
|
||||
|
||||
Reference in New Issue
Block a user