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
Hi, I have little experience programming on Arduino.
I'm trying to implement firmware update via OTA on nRF52840 custom board (Arduino Nano 33 BLE).
The ArduinoBleOTA library seems very suitable to me.
But after importing it, I get a compilation error, namely:
Error linking for board Arduino Nano 33 BLE(nano33ble)
Build failed for project 'Test_Library_OTA_Nano33BLE'
Test_Library_OTA_Nano33BLE.ino:18: undefined reference to InternalStorage
fair mistake as InternalStorage is under #ifdef card type dependent.
I ask you where I can act to use and compile the library on this hardware, or if I have to implement
an InternalStoragexxxx.cpp and .h interface or what do I need to implement to achieve the goal.
Thanks for any help on how to proceed.
Paolo S.
The text was updated successfully, but these errors were encountered:
Hi, I have little experience programming on Arduino.
I'm trying to implement firmware update via OTA on nRF52840 custom board (Arduino Nano 33 BLE).
The ArduinoBleOTA library seems very suitable to me.
But after importing it, I get a compilation error, namely:
Error linking for board Arduino Nano 33 BLE(nano33ble)
Build failed for project 'Test_Library_OTA_Nano33BLE'
Test_Library_OTA_Nano33BLE.ino:18: undefined reference to InternalStorage
fair mistake as InternalStorage is under #ifdef card type dependent.
I ask you where I can act to use and compile the library on this hardware, or if I have to implement
an InternalStoragexxxx.cpp and .h interface or what do I need to implement to achieve the goal.
Thanks for any help on how to proceed.
Paolo S.
The text was updated successfully, but these errors were encountered: