Continued from original post
Major Releases v1.6.0
- Add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
- Update examples with new features
Major Releases v1.5.0
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core v1.3.1+.
- Update examples with new features
Major Releases v1.4.0
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.
- Update examples with new features
MQTTClient_Auth on TEENSY 4.1 using QNEthernet Library
The following is debug terminal output when running example MQTTClient_Auth on Teensy 4.1 using QNEthernet Library
Start MQTTClient_Auth on TEENSY 4.1 using QNEthernet
EthernetWebServer v1.6.0
[EWS] =========== USE_QN_ETHERNET ===========
Initialize Ethernet using static IP => IP Address = 192.168.2.222
Attempting MQTT connection to broker.emqx.io...connected
Message Send : MQTT_Pub => Hello from MQTTClient_Auth on TEENSY 4.1 using QNEthernet
Message arrived [MQTT_Pub] Hello from MQTTClient_Auth on TEENSY 4.1 using QNEthernet
Message Send : MQTT_Pub => Hello from MQTTClient_Auth on TEENSY 4.1 using QNEthernet
Message arrived [MQTT_Pub] Hello from MQTTClient_Auth on TEENSY 4.1 using QNEthernet