EmotiBit / ofxEmotiBit

OpenFrameworks library and examples for the EmotiBit
MIT License
33 stars 7 forks source link

Fix user note parse #160

Closed nitin710 closed 1 year ago

nitin710 commented 1 year ago

Description

Fixes a bug that was causing an error in parsing user notes.

Requirements

Issues Referenced

Testing

Test Configuration:

{
    "info": {
      "name": "EmotiBitData",
      "type": "Multimodal",
      "source_id": "EmotiBit FeatherWing",
      "hardware_version": "V04a",
      "sku": "MD",
      "device_id": "MD-V4-0000475",
      "feather_version": "Adafruit Feather HUZZAH32",
      "feather_wifi_mac_addr": "0c:ff:d8:bd:9e:7c",
      "firmware_version": "1.3.36.feat-Esp.37-TC",
      "created_at": "2022-07-25_16-00-11-268166"
    }
  },
Test Result Link
Parsing with LSL conversions image -
Parsing without LSL conversion image -

Checklist:

Screenshots: