mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
scheduler/mqtt running assync with psram, sync without psram
This commit is contained in:
@@ -246,6 +246,10 @@ class System {
|
||||
uint32_t FStotal() {
|
||||
return fstotal_;
|
||||
}
|
||||
|
||||
void PSram(uint32_t psram) {
|
||||
psram_ = psram / 1024;
|
||||
}
|
||||
uint32_t PSram() {
|
||||
return psram_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user