Rename Boards/ to Devices/ (#414)
This commit is contained in:
committed by
GitHub
parent
c7c9618f48
commit
c1ff024657
@@ -275,7 +275,7 @@ void registerApps() {
|
||||
}
|
||||
|
||||
void run(const Configuration& config) {
|
||||
TT_LOG_I(TAG, "Tactility v%s on %s (%s)", TT_VERSION, CONFIG_TT_BOARD_NAME, CONFIG_TT_BOARD_ID);
|
||||
TT_LOG_I(TAG, "Tactility v%s on %s (%s)", TT_VERSION, CONFIG_TT_DEVICE_NAME, CONFIG_TT_DEVICE_ID);
|
||||
|
||||
assert(config.hardware);
|
||||
const hal::Configuration& hardware = *config.hardware;
|
||||
|
||||
@@ -29,7 +29,7 @@ std::string getUrlFromCrashData() {
|
||||
stream << "https://oops.tactility.one";
|
||||
stream << "?v=" << TT_VERSION; // Version
|
||||
stream << "&a=" << CONFIG_IDF_TARGET; // Architecture
|
||||
stream << "&b=" << CONFIG_TT_BOARD_ID; // Board identifier
|
||||
stream << "&b=" << CONFIG_TT_DEVICE_ID; // Board identifier
|
||||
stream << "&s="; // Stacktrace
|
||||
|
||||
for (int i = crash_data.callstackLength - 1; i >= 0; --i) {
|
||||
|
||||
Reference in New Issue
Block a user