Mqtt is simulated

This commit is contained in:
Ollo
2022-01-23 14:51:42 +01:00
parent 875f188a47
commit cc768cdba9
4 changed files with 42 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ public class ESP8266Node extends TwoArgFunction {
@Override
public LuaValue call() {
System.out.println("[Node] Heap");
//System.out.println("[Node] Heap");
return LuaValue.valueOf(Runtime.getRuntime().freeMemory());
}