make object accessible

This commit is contained in:
2025-11-12 20:18:57 +00:00
parent e1bbccd755
commit 361424ded3
2 changed files with 6 additions and 2 deletions

View File

@@ -19,4 +19,6 @@ class BLEOTAClass {
BLEDescriptor* _pVersionNumberDescriptor;
};
extern BLEOTAClass BLEota;
#endif /* BLEOTA */