Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 84c9aba

Browse files
authored
v1.6.0 to support RP2040W with CYW43439 WiFi
### Releases v1.6.0 1. Add support to **RASPBERRY_PI_PICO_W with CYW43439 WiFi**, using [**arduino-pico core v2.4.0+**](https://github.com/earlephilhower/arduino-pico) 2. Add example [FullyFeatured_RP2040W](examples/RP2040W/FullyFeatured_RP2040W) 3. Update `Packages' Patches`
1 parent d0c3ae8 commit 84c9aba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,6 @@ Debug is enabled by default on Serial. Debug Level from 0 to 4. To disable, chan
16971697
#define ASYNC_MQTT_DEBUG_PORT Serial
16981698

16991699
// Debug Level from 0 to 4
1700-
#define _TEENSY41_ASYNC_TCP_LOGLEVEL_ 1
17011700
#define _ASYNC_MQTT_LOGLEVEL_ 1
17021701
```
17031702

@@ -1723,7 +1722,7 @@ Submit issues to: [AsyncMQTT_Generic issues](https://github.com/khoih-prog/Async
17231722

17241723
### TO DO
17251724

1726-
1. Support ESP8266, STM32, Portenta_H7, Teensy 4.1 using `SSL/TLS`
1725+
1. Support ESP8266, STM32, Portenta_H7, Teensy 4.1, RASPBERRY_PI_PICO_W using `SSL/TLS`
17271726
2. Bug fixing.
17281727

17291728
---

0 commit comments

Comments
 (0)