Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b3be84

Browse files
authoredJul 2, 2022
README: Add known bugs
1 parent fe54804 commit 9b3be84

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ $ git clone git@github.com:arduino/ArduinoCore-API # Any location
2929
$ ln -s /<your>/<location>/ArduinoCore-API/api cores/arduino/.
3030
```
3131

32+
**Known Bugs:**
33+
While compiling with the ArduinoCore-API `WCharacter.h` produces many errors. It needs to be deleted from ArduinoAPI.h (it is unused in this port.) We are looking into resolving the issue.
34+
35+
3236
**Maintainers**:
3337
- beriberikix
3438
- szczys
@@ -37,4 +41,4 @@ $ ln -s /<your>/<location>/ArduinoCore-API/api cores/arduino/.
3741
**Contributor**: [DhruvaG2000](https://github.com/DhruvaG2000)
3842

3943
## License
40-
Please note that the current license is Apache 2. Previously it was LGPL 2.1 but after careful review it was determined that no LGPL code or derivates was used and the more permissive license was chosen.
44+
Please note that the current license is Apache 2. Previously it was LGPL 2.1 but after careful review it was determined that no LGPL code or derivates was used and the more permissive license was chosen.

0 commit comments

Comments
 (0)
Please sign in to comment.