Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
blocks:advanced_scripting:example1 [2019-02-24 16:31]
admin Note on no exposed properties
blocks:advanced_scripting:example1 [2019-03-06 15:51] (current)
admin Foxed typo in initComms
Line 73: Line 73:
   */   */
   initComms() {   initComms() {
-    if (this.networkPort.connected) {}+    if (this.networkPort.connected) {
       this.networkPort.sendText('\x02M+', '\r\n');       this.networkPort.sendText('\x02M+', '\r\n');
       this.networkPort.sendText('\x02MMT0100', '\r\n');       this.networkPort.sendText('\x02MMT0100', '\r\n');