general both build types

This commit is contained in:
geeksville
2020-02-14 14:00:08 -08:00
parent 6edce4ae69
commit 52b398083a
6 changed files with 35 additions and 26 deletions

View File

@@ -18,4 +18,4 @@ void dumpCharacteristic(BLECharacteristic *c);
uint32_t getValue32(BLECharacteristic *c, uint32_t defaultValue);
void loopBLE();
BLEServer *initBLE(std::string devName, std::string hwVendor, std::string swVersion);
BLEServer *initBLE(std::string devName, std::string hwVendor, std::string swVersion, std::string hwVersion);