Commit 6f93f9b
authored
Pin Ace* libraries at last compatible version in CI workflow
Due to incompatibilities introduced during the initial ArduinoCore-API incorporation, the author of the AceTime and AceCommon libraries has added an #error directive that is triggered when the libraries are compiled by any version of arduino;samd that uses ArduinoCore-API:
- https://github.com/bxparks/AceTime/blob/v1.6/src/AceTime.h#L25-L26
- https://github.com/bxparks/AceCommon/blob/v1.4.3/src/AceCommon.h#L44-L45
Ironically, compilation of the AceTime examples was added specifically to avoid any future breakage of compatibility with that library. Now the shoe is on the other foot.1 parent f6148c3 commit 6f93f9b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
| 252 | + | |
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
| |||
0 commit comments