mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-18 12:55:16 +00:00
fixing a lot of typos
This commit is contained in:
parent
ad4e8491a2
commit
6a852a1bfe
4 changed files with 7 additions and 9 deletions
|
|
@ -19,7 +19,7 @@ bool OTATask::setup(System &system) {
|
|||
} else { // U_SPIFFS
|
||||
type = "filesystem";
|
||||
}
|
||||
system.getLogger().log(logging::LoggerLevel::LOGGER_LEVEL_INFO, getName(), "Start updating %s. please wait, this prozess is taking some time!", type.c_str());
|
||||
system.getLogger().log(logging::LoggerLevel::LOGGER_LEVEL_INFO, getName(), "Start updating %s. please wait, this process is taking some time!", type.c_str());
|
||||
})
|
||||
.onEnd([&]() {
|
||||
system.getLogger().log(logging::LoggerLevel::LOGGER_LEVEL_INFO, getName(), "OTA End");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue