cesanta / mDash

Arduino / ESP-IDF library for mdash.net IoT service
https://mdash.net
Other
34 stars 17 forks source link

Documentation on mdash.net is wrong at mDashSetLogLevel() #12

Closed misaksen closed 2 years ago

misaksen commented 3 years ago

Hi,

Just a minor issue with the docs.

On mdash.net: void mDashSetLogLevel(int logLevel);

In real life: void mDashSetLogLevel(const char *logLevel);

Regards Morten

cpq commented 2 years ago

Fixed, thanks!