resolve warnings

This commit is contained in:
Mario Pesch
2021-03-19 15:27:18 +01:00
parent a163c76463
commit 31e0880e7a
19 changed files with 34 additions and 28 deletions
@@ -24,7 +24,7 @@ Blockly.Arduino.sensebox_osem_connection = function (Block) {
var ssl = this.getFieldValue('SSL');
var port = 0;
var count = 0;
if (blocks != undefined) {
if (blocks !== undefined) {
for (var i = 0; i < blocks.length; i++) {
if (blocks[i].type === 'sensebox_send_to_osem') {
count++;