Utility new min/max clearing now an option in GUI
Also, tripod Spacebrew names are unique "Active Tripod" + appId
This commit is contained in:
Binary file not shown.
@@ -33,7 +33,7 @@ void DataManager::setup()
|
||||
void DataManager::setupSpacebrew()
|
||||
{
|
||||
string host = "54.194.189.129"; // Spacebrew::SPACEBREW_CLOUD; // "localhost";
|
||||
string name = "CRITICAL INFRASTRUCTURE";
|
||||
string name = "Active Tripod " + ofToString(appId);
|
||||
string description = "Description goes here. Not sure why. Let me know if you see this and tell me if you need it";
|
||||
|
||||
spacebrew.addSubscribe(publisher0Name, Spacebrew::TYPE_STRING);
|
||||
|
||||
Reference in New Issue
Block a user