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

Commit

Permalink
v1.6.0 to support RP2040W with CYW43439 WiFi
Browse files Browse the repository at this point in the history
### 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`
  • Loading branch information
khoih-prog authored Aug 15, 2022
1 parent d0c3ae8 commit 84c9aba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,6 @@ Debug is enabled by default on Serial. Debug Level from 0 to 4. To disable, chan
#define ASYNC_MQTT_DEBUG_PORT Serial

// Debug Level from 0 to 4
#define _TEENSY41_ASYNC_TCP_LOGLEVEL_ 1
#define _ASYNC_MQTT_LOGLEVEL_ 1
```

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

### TO DO

1. Support ESP8266, STM32, Portenta_H7, Teensy 4.1 using `SSL/TLS`
1. Support ESP8266, STM32, Portenta_H7, Teensy 4.1, RASPBERRY_PI_PICO_W using `SSL/TLS`
2. Bug fixing.

---
Expand Down

0 comments on commit 84c9aba

Please sign in to comment.