This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2 files changed
+15
-3
lines changedLines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
56 | 68 |
| |
57 | 69 |
| |
58 | 70 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
|
3 commit comments
grimmers65 commentedon Jul 9, 2021
sorry if this is a NOOB question but the example code 12 (UART) won't compile for nano (and uno is same size flash) because it is too big. But it is targetted at Uno? has this latest library update pushed it over the limit? I'm learning, please forgive me.
PaulZC commentedon Jul 9, 2021
Hi @grimmers65 ,
I've made some improvements to the memory usage in v2.0.9.
Please see the release notes for more details.
Best wishes,
Paul
grimmers65 commentedon Jul 9, 2021