Device license changes (#596)

See https://github.com/TactilityProject/Tactility/pull/596 for author consent.
This commit is contained in:
Ken Van Hoeylandt
2026-07-30 17:19:11 +02:00
committed by GitHub
parent 1cb661469d
commit 606b918f9c
60 changed files with 9793 additions and 23 deletions
+2 -3
View File
@@ -8,7 +8,6 @@
#include <esp_sleep.h>
#include <memory>
#include <Tactility/LogMessages.h>
#include <Tactility/Thread.h>
constexpr auto* TAG = "unPhone";
@@ -97,10 +96,10 @@ static bool power_on() {
}
bool init_boot() {
LOG_I(TAG, LOG_MESSAGE_POWER_ON_START);
LOG_I(TAG, "Power on start");
if (!power_on()) {
LOG_E(TAG, LOG_MESSAGE_POWER_ON_FAILED);
LOG_E(TAG, "Power on failed");
return false;
}