Device license changes (#596)
See https://github.com/TactilityProject/Tactility/pull/596 for author consent.
This commit is contained in:
committed by
GitHub
parent
1cb661469d
commit
606b918f9c
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user