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
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
Im hoping to put compile this into my code for obvious reporting and troubleshooting reasons. However Id like to use it from within packages/targets/etc that wont know the name of the module. How about generating #define YOTTA_NAME BLE_GAPBUTTON?
The text was updated successfully, but these errors were encountered:
I see the only reason I have those defines is because my top level module is one of a set of all modules which are included. See my PR which sadly duplicates those defines, but theres no way to dig them out of the existing defines
Much to my happy surprise, I recently found the module.json version string in the yotta.
Im hoping to put compile this into my code for obvious reporting and troubleshooting reasons. However Id like to use it from within packages/targets/etc that wont know the name of the module. How about generating
#define YOTTA_NAME BLE_GAPBUTTON
?The text was updated successfully, but these errors were encountered: