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

Commit d7657fa

Browse files
authored
v1.0.1
### New in v1.0.1 1. Add support to ENC28J60 Ethernet module/shield using UIPEthernet library. 2. Fix bugs 3. Optimize code 4. Enhance examples 5. Add UIPEthernet Library Patches for SAMD21/SAMD51
1 parent cc3b35c commit d7657fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ This file must be copied into the directory:
146146

147147
- `~/.arduino15/packages/arduino/hardware/sam/x.yy.zz/platform.txt`
148148

149-
4. ***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.8](Packages_Patches/arduino/hardware/samd/1.8.7) directory into Arduino SAMD directory (~/.arduino15/packages/arduino/hardware/samd/1.8.8).
149+
4. ***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.8](Packages_Patches/arduino/hardware/samd/1.8.8) directory into Arduino SAMD directory (~/.arduino15/packages/arduino/hardware/samd/1.8.8).
150150

151151
Supposing the Arduino SAMD version is 1.8.8. These files must be copied into the directory:
152152
- `~/.arduino15/packages/arduino/hardware/samd/1.8.8/platform.txt`

0 commit comments

Comments
 (0)