minor tweak

master
Gordon Williams 2020-02-12 14:48:45 +00:00
parent d811c3d89e
commit 4abb149749
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ getVersion("Settings","+setting");
y+=h;
g.drawString(MEM.total+" JS Variables available",0,y+=h);
g.drawString("Storage: "+(require("Storage").getFree()>>10)+"k free",0,y+=h);
if (ENV.STORAGE) g.drawString(" "+(ENV.STORAGE>>10)+"k total",0,y+=h);
if (ENV.STORAGE) g.drawString(" "+(ENV.STORAGE>>10)+"k total",0,y+=h);
if (ENV.SPIFLASH) g.drawString("SPI Flash: "+(ENV.SPIFLASH>>10)+"k",0,y+=h);
g.setFontAlign(0,-1);
g.drawString(NRF.getAddress(),120,232);