Skip to content
Discussion options

You must be logged in to vote

@renatobo - first up, great project! Been looking for something like this for ages!
@mr-sneezy - I was having the same issue. I did need v1.4.3 of NimBLE, but the errors you have above aren't actually related to that (read on).

@renatobo - Im not sure if this is of interest, but with a little modification to the cpp file to allow relative includes for Arduino, an empty .ino in the base dir will compile; tested in Arduino 1.8.15 and Arduino 2.3.4.
e.g.

#if __has_include("bonogps_board_settings.h")
#include "bonogps_board_settings.h"
#elif __has_include("include/bonogps_board_settings.h")
#include "include/bonogps_board_settings.h"
#endif

This is needed for the 3 include/ headers i.e. bonog…

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@mr-sneezy
Comment options

@mr-sneezy
Comment options

@micooke
Comment options

Answer selected by renatobo
@mr-sneezy
Comment options

Comment options

You must be logged in to vote
2 replies
@micooke
Comment options

@micooke
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working documentation Improvements or additions to documentation
3 participants