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."}'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions