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

Commit 00e3283

Browse files
authored
v1.1.1
### Releases v1.1.1 1. Clean-up all compiler warnings possible. 2. Add MQTT examples 3. Add Version String
1 parent c66abe3 commit 00e3283

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* [6. For Seeeduino SAMD boards](#6-for-seeeduino-samd-boards)
4242
* [7. For STM32 boards](#7-for-stm32-boards)
4343
* [How to configure to use different WiFi Libraries](#how-to-configure-to-use-different-wifi-libraries)
44-
* [1. Modify pin-to-pin connection in WiFiNINA_Generic library](#1-modify pin-to-pin-connection-in-wifinina_generic-library)
44+
* [1. Modify pin-to-pin connection in WiFiNINA_Generic library](#1-modify-pin-to-pin-connection-in-wifinina_generic-library)
4545
* [2. How to select which built-in WiFi or shield to use](#2-how-to-select-which-built-in-wifi-or-shield-to-use)
4646
* [3. Important](#3-important)
4747
* [Usage](#usage)
@@ -323,13 +323,13 @@ This file must be copied into the directory:
323323

324324
#### 4. For Arduino SAMD boards
325325

326-
***To be able to compile without error and automatically detect and display BOARD_NAME on Arduino SAMD (Nano-33-IoT, etc) boards***, you have to copy the whole [Arduino SAMD cores 1.8.10](Packages_Patches/arduino/hardware/samd/1.8.10) directory into Arduino SAMD directory (~/.arduino15/packages/arduino/hardware/samd/1.8.10).
326+
***To be able to compile without error and automatically detect and display BOARD_NAME on Arduino SAMD (Nano-33-IoT, etc) boards***, you have to copy the whole [Arduino SAMD cores 1.8.11](Packages_Patches/arduino/hardware/samd/1.8.11) directory into Arduino SAMD directory (~/.arduino15/packages/arduino/hardware/samd/1.8.11).
327327

328328
#### For core version v1.8.10+
329329

330-
Supposing the Arduino SAMD version is 1.8.10. Now only one file must be copied into the directory:
330+
Supposing the Arduino SAMD version is 1.8.11. Now only one file must be copied into the directory:
331331

332-
- `~/.arduino15/packages/arduino/hardware/samd/1.8.10/platform.txt`
332+
- `~/.arduino15/packages/arduino/hardware/samd/1.8.11/platform.txt`
333333

334334
Whenever a new version is installed, remember to copy this files into the new version directory. For example, new version is x.yy.zz
335335

0 commit comments

Comments
 (0)