-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Priority: High 🗻Issues with high priority which needs to be solved first.Issues with high priority which needs to be solved first.Status: SolvedThe issue has been resolved and requires no further action.The issue has been resolved and requires no further action.bug 🐞Inconsistencies or issues which will cause a problem for users or implementers.Inconsistencies or issues which will cause a problem for users or implementers.
Milestone
Description
Board
Any
Device Description
n/a
Hardware Configuration
n/a
Version
latest development Release Candidate (RC-X) and in the meantime also the release 3.2.0
IDE Name
Arduino
Operating System
Linux
Flash frequency
n/a
PSRAM enabled
no
Upload speed
n/a
Description
Up to and including R 3.1 using assert was giving the following type of error messages
assert failed: void setup() file_speeds.ino:100 (SD.begin(PIN_AUDIO_KIT_SD_CARD_CS))
Backtrace: 0x40082541:0x3ffb1f30 0x4008d919:0x3ffb1f50 0x40093afe:0x3ffb1f70 0x400d404b:0x3ffb20a0 0x400dbbbf:0x3ffb2270 0x4008e592:0x3ffb2290
Starting R 3.2 asserts are ignored
Sketch
Just add an assert(false); to the setup()
Debug Message
N/A
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.
sylque
Metadata
Metadata
Assignees
Labels
Priority: High 🗻Issues with high priority which needs to be solved first.Issues with high priority which needs to be solved first.Status: SolvedThe issue has been resolved and requires no further action.The issue has been resolved and requires no further action.bug 🐞Inconsistencies or issues which will cause a problem for users or implementers.Inconsistencies or issues which will cause a problem for users or implementers.
Type
Projects
Status
Done