openairproject / sensor-esp32

air quality sensor based on ESP32
GNU General Public License v3.0
87 stars 25 forks source link

Fix for error: called object 'socket' is not a function or function p… #51

Open inderjeetrao opened 6 years ago

inderjeetrao commented 6 years ago

Fix for Issue reported: https://github.com/openairproject/sensor-esp32/issues/50

Changed the name of socket variable.

Gfast2 commented 6 years ago

I've experienced the same issue, and get fixed by doing the same. This should be merged.