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

Commit 118729b

Browse files
authored
v1.3.0 to fix bug and optimize code
### Releases v1.3.0 1. Fix long timeout if using `IPAddress` 2. Optimize code 3. Display only successful responseText in examples 4. Improve debug messages by adding functions to display error messages instead of `cryptic error number`
1 parent a49fd20 commit 118729b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,9 +565,9 @@ You can also change the debugging level from 0 to 4
565565

566566
### Troubleshooting
567567

568-
If you get compilation errors, more often than not, you may need to install a newer version of the `ESP32 / ESP8266 / STM32` core for Arduino.
568+
If you get compilation errors, more often than not, you may need to install a newer version of the `mbed_portenta` core for Arduino.
569569

570-
Sometimes, the library will only work if you update the `ESP32 / ESP8266 / STM32` core to the latest version because I am using newly added functions.
570+
Sometimes, the library will only work if you update the `mbed_portenta` core to the latest version because I am using newly added functions.
571571

572572
---
573573

0 commit comments

Comments
 (0)