Skip to content

Fix error in "ES INFO" remote control call #30

Description

@bparks13

When returning INFO using the HTTP server, there is no delineation between the sample rate and the scale at this line:

return "Port = " + String (port) + ". Sample rate = " + String (sample_rate) + "Scale = " + String (data_scale) + ". Offset = " + String (data_offset) + ".";

The resulting output looks something like this: b'{"info":"Port = 9001. Sample rate = 30000Scale = 1. Offset = 0."}'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions