-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PacketSerial Needs Mocking For Testing Library #57
Comments
I'll have a stab at it. |
A problem: PacketSerial depends on Stream, which depends on Print, which depends on WString, which happens to define a macro called F. This causes a clash with arduino-mock/Arduino.h which defines a different macro F. This is the relevant line in the AYAB fork of arduino-mock: It might be possible to |
I have a fix for this, but it's on top of a lot of other changes which are not necessary for v1.0, so I'm going to suggest postponing this issue. |
#56 disabled tests that expected the old serial library, but we need to migrate PacketSerial to using our mocking strategy.
The text was updated successfully, but these errors were encountered: