UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266
https://esp-idf-lib.readthedocs.io/en/latest/
1.37k stars 426 forks source link

allow to use `noise` with Cpp #489

Closed politsin closed 1 year ago

politsin commented 1 year ago

The issue

I got en error whith noise component in my Cpp project.

Please add in noise.h

#ifdef __cplusplus
extern "C" {
#endif

*****

#ifdef __cplusplus
}
#endif

Which SDK are you using?

esp-idf

Which version of SDK are you using?

master

Which build target have you used?

Component causing the issue

noise

Anything in the logs that might be useful for us?

No response

Additional information or context

No response

Confirmation