ericklein/air_quality

AQnetwork.begin() returns T/F even though result is stored in global

Closed this issue · 1 comments

AQnetwork.begin() returns T/F even though result is stored in global

this is the correct behavior. the function returns its state which is used by the calling function to set the global variable.