show free psram
This commit is contained in:
parent
471645c2f6
commit
2fc6c3eeb5
1 changed files with 2 additions and 0 deletions
|
@ -308,6 +308,8 @@ void setup() {
|
|||
#if !defined(BUILD_FOR_RP2040)
|
||||
Serial.print(F("Free RAM after init: "));
|
||||
Serial.println(ESP.getFreeHeap());
|
||||
Serial.print(F("Free PSRAM: "));
|
||||
Serial.println(ESP.getFreePsram());
|
||||
#endif
|
||||
|
||||
#if !defined(SHA2017)
|
||||
|
|
Loading…
Add table
Reference in a new issue