Skip to content

Commit

Permalink
Update Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Jan 6, 2023
1 parent 7e3fe64 commit 9243df7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This library is able to use in SMTP and IMAP applications and library with START

The Arduino Client library buffer size should be large enough (1k or more) for transporting SSL data.

The RP2040 boards can be used by installing Arduino-Pico SDK from Earle F. Philhower https://github.com/earlephilhower/arduino-pico
The RP2040 boards required Arduino-Pico SDK from Earle F. Philhower https://github.com/earlephilhower/arduino-pico

## Basic Usage
```cpp
Expand Down Expand Up @@ -82,11 +82,9 @@ monitor_speed = 115200

See this Arduino-Pico SDK [documentation](https://arduino-pico.readthedocs.io/en/latest/) for more information.

## Raspberry Pi Pico Reliability Concerns
## Raspberry Pi Pico Known Issues

The Raspbery Pi Pico is really cheap board which is not 100% working due to defective board, flash chip and wiring as you can see some hardware issues from internet search.

There are some devices hang included me when writing data to filesystem (LittleFS) while reading data from filesystem is ok.
Including `FreeRTOS.h` and `LittleFS.h` in the same sketch, Pico device will hang when format or writing data to flash filesystem.


## ESP32 Known Issues
Expand Down
2 changes: 1 addition & 1 deletion src/esp8266/MB_BSSL_SSL_Client.h
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ namespace BearSSL
PrivateKey *_esp32_sk = nullptr;

String host;
Client *base_client;
Client *base_client = nullptr;
bool secured = false;
unsigned long _timeout = 15000;

Expand Down

0 comments on commit 9243df7

Please sign in to comment.