arduino / uno-r4-wifi-usb-bridge

27 stars 9 forks source link

BossaArduino.h: No such file or directory #19

Closed JAndrassy closed 1 year ago

JAndrassy commented 1 year ago
In file included from ..\at_handler.cpp:14:
..\cmds_ota.h:6:10: fatal error: BossaArduino.h: No such file or directory
 #include <BossaArduino.h>
          ^~~~~~~~~~~~~~~~
compilation terminated.

is it some private library?

pennam commented 1 year ago

@JAndrassy Is it ? Code comes from here https://github.com/pennam/BOSSA/commits/esp-library and i thought it is public. I need to mainline the changes into the Arduino org

pennam commented 1 year ago

the compile script should take care of downloading the library and checkout the correct branch

https://github.com/arduino/uno-r4-wifi-usb-bridge/blob/65101b8987733c1f9d19672707c4440e2fa855eb/compile.sh#L20

JAndrassy commented 1 year ago

sorry and thank you. I didn't use the script and search on GitHub somehow didn't find the library. I made it compile in IDE to fix some errors in the AT part