hackair-project / hackAir-Arduino

Arduino libraries and resources for the hackAIR project
http://www.hackair.eu/
GNU Lesser General Public License v3.0
35 stars 8 forks source link

Typo in code #10

Closed DwaineGarden closed 6 years ago

DwaineGarden commented 6 years ago

Getting my sensor up and running. I notice an error with the wemos code example. I could not get it to compile properly without the "char".

// Authentication token, will be acquired during the WiFi setup process hackair_auth_token[128] = "";

Should be this:

// Authentication token, will be acquired during the WiFi setup process char hackair_auth_token[128] = "";

thgeorgiou commented 6 years ago

Hello, it seems I used the wrong branch when zipping the library for upload. The file from the releases page should now work fine.