mcci-catena / Catena-Arduino-Platform

Arduino platform library for MCCI Catena IoT Systems
MIT License
12 stars 11 forks source link

Sense of `gLog.isenabled()` is backwards #165

Closed terrillmoore closed 5 years ago

terrillmoore commented 5 years ago

it's supposed to return true if printing is enabled. But it returns false if printing is enabled. Sigh. Anyway, it's named inconsistently, it should be isEnabled() (camel case).