Skip to content

Release v0.3.2 bugs/typos? #11

Description

@Ismoh

I am a fan of using releases instead of master, but realised there are some typos?

Compile errors:

...\HARestAPI.cpp:102:53: error: expected ';' before '}' token
102 |       wsclient->setFingerprint(_fingerprint.c_str())
|                                                     ^
|                                                     ;
103 |     }
|     ~
...\HARestAPI.cpp: In member function 'bool HARestAPI::sendPostHA(String, String)':
...\HARestAPI.cpp:191:54: error: expected ';' before '}' token
191 |       wsclient-> setFingerprint(_fingerprint.c_str())
|                                                      ^
|                                                      ;
192 |     }
|     ~

After fixing those manually, everything worked fine.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions