LIFsCode / ELOC-3.0

Firmware for ELOC 3.0 Hardware
MIT License
3 stars 3 forks source link

Unformatted string value in hello/greeting message from firmware #34

Closed EDsteve closed 1 year ago

EDsteve commented 1 year ago

The initial message sent by the firware to a phone upon connectin have the value for "device" not formatted as a string:

{"device" : ELOC 3.0, "cmdVersion" : 1} ---> {"device" : "ELOC 3.0", "cmdVersion" : 1}