8000 Can not compile test_rest.cpp · Issue #108 · nkolban/esp32-snippets · GitHub
[go: up one dir, main page]

Skip to content
Can not compile test_rest.cpp #108
Closed
@wiltOS

Description

@wiltOS

Hello, I have tried to compile your example for using rest and Curl to post data, but I am receiving this error:

error: 'RESTClient' was not declared in this scope
RESTClient client;

error: 'RESTTimings' was not declared in this scope
RESTTimings *timings = client.getTimings();

error: 'timings' was not declared in this scope
RESTTimings *timings = client.getTimings();

error: 'client' was not declared in this scope
RESTTimings *timings = client.getTimings();

The file is in "cpp_utils/tests"

All files were installed to the components. Thank you for the help!

4960

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0