sensebox / ardublockly-1

Visual programming for the new senseBox MCU. Based on blockly, extends Arduino code generation and implements senseBox facilities.
https://blockly.sensebox.de/
Apache License 2.0
9 stars 9 forks source link

Redefinition of 'WiFiSSLClient client' #161

Closed felixerdy closed 4 years ago

felixerdy commented 4 years ago

When using the Telegram Bot and openSenseMap Upload Blocks, an error occurs:

error: redefinition of 'WiFiSSLClient client'\n WiFiSSLClient client
error: 'WiFiSSLClient client' previously declared here

We should check whether there is already a definition of WiFiSSLClient client