-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
Subject of the issue
Verify compile throws errors. SoftwareSerial is not #ifdef'ed out in all places, and it looks like this does not exist for ATSAMD21G boards. After modifying the library so that SoftwareSerial is not used anywhere using #ifdef, other compiler errors are thrown around various types.
Your workbench
- What platform are you using?
Arduino 1.8.8 - What version of the device are you using? Is there a firmware version?
- How is the device wired to your platform?
Sparkfun ATSAMD21G Breakout board - How is everything being powered?
From ATSAMD21G with USB power - Are there any additional details that may help us help you?
Steps to reproduce
Tell us how to reproduce this issue. Please post stripped down example code demonstrating your issue to a gist.
Download Arduino 1.8.8, install ATSAMD21G support via Sparkfun instructions, try and compile 00_Register_Operator example, using Serial1 for LTE board and SerialUSB for console.
Expected behaviour
Tell us what should happen
Actual behaviour
Tell us what happens instead
Metadata
Metadata
Assignees
Labels
No labels