Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Feb 15, 2025
1 parent 6c82eff commit e5733ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ksf/comp/ksMqttConnector.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
#define ksMqttConnectorNetClientSecure_t NetworkClientSecure
#elif defined (ESP8266)
#define ksMqttConnectorNetClient_t WiFiClient
namespace BearSSL
{
class WiFiClientSecure;
}
#define ksMqttConnectorNetClientSecure_t BearSSL::WiFiClientSecure
#else
#error Platform not implemented.
Expand Down

0 comments on commit e5733ba

Please sign in to comment.