EmotiBit / EmotiBit_FeatherWing

Firmware to run Emotibit with Adafruit feather M0 WiFi and Feather ESP32
MIT License
19 stars 9 forks source link

Skip printing to info.fson file if EmotiBItEda is not setup #294

Open nitin710 opened 8 months ago

nitin710 commented 8 months ago

https://github.com/EmotiBit/EmotiBit_FeatherWing/blob/a63cba341eff8a3320da21e9ee9a9d9ff34b779e/EmotiBitEda.cpp#L523-L525

nitin710 commented 8 months ago

Should EmotiBit class be in charge of checking if emotibitEda.setup has been called before writing to json file or should EmotiBitEda should handle that check?