Replies: 3 comments
-
What was happening before you made that change? |
Beta Was this translation helpful? Give feedback.
-
I got the following error: c:\Users\HulkHogan\Documents\Arduino\libraries\PubSubClient\src\PubSubClient.cpp: In member function 'boolean PubSubClient::publish_P(const char*, const uint8_t*, unsigned int, boolean)': |
Beta Was this translation helpful? Give feedback.
-
I would change |
Beta Was this translation helpful? Give feedback.
-
In order to make QNEthernet Library work on the Teensy 4.1 with the Arduino PubSubClient I had to change the following on line 481 of PubSubClient.cpp
Once I did that it was pretty straight forward. Here is some example code. I didn't find any other examples of this online so I figured I would capture it here.
Beta Was this translation helpful? Give feedback.
All reactions