-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Calling EmotiBitEda::writeInfoJson(File &jsonFile) crashes MCU if EmotiBitEda::setup is not called in emotibit.setup.
Add a nullptr check in the segment below
EmotiBit_FeatherWing/EmotiBitEda.cpp
Lines 548 to 549 in a63cba3
| setups[i]["samples_averaged"] = _edlOversampBuffer->capacity(); | |
| setups[i]["oversampling_rate"] = _edlOversampBuffer->capacity() * _constants.samplingRate; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working