You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SPI.cpp, line 400 is changed to: #elif defined(BOARD_AMB25) || defined(BOARD_AMB26) || defined(BOARD_UBLOX_NORAW30) || defined(BOARD_SPARKFUN_NORAW306) || defined(BOARD_DATALOGGER_AMB26)
In SPI.h, line 134 is changed to: #elif defined(BOARD_AMB25) || defined(BOARD_AMB26) || defined(BOARD_UBLOX_NORAW30) || defined(BOARD_SPARKFUN_NORAW306) || defined(BOARD_DATALOGGER_AMB26)
These adjustments will help avoid compilation errors.
Boards
Datalogger Iot board(AMB26)
External Hardware
none
Hardware Configuration
none
Version
latest dev (checkout manually)
IDE Name
Arduino IDE 2.3.2
Operating System
Windows 10
Auto Flash Mode
Enable
Erase All Flash Memory (4MB)
Disable
Standard Lib
Arduino_STD_PRINTF
Upload Speed
1500000
Description
When compiling SPI applications, an error message appears: ' check the board supported.'
Sketch
Error/Debug Message
Reproduce remarks
No response
I have checked online documentation, FAQ, GitHub Wiki and existing/closed issues.
The text was updated successfully, but these errors were encountered: