mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-03-10 15:37:12 +01:00
clang format
This commit is contained in:
parent
c8ae26c9cf
commit
3ab673ceaa
|
|
@ -39,7 +39,7 @@ bool OTATask::setup(System &system) {
|
|||
}
|
||||
system.getLogger().log(logging::LoggerLevel::LOGGER_LEVEL_ERROR, getName(), "Error[%d]: %s", error, error_str.c_str());
|
||||
})
|
||||
.onProgress([&](unsigned int received, unsigned int total_size){
|
||||
.onProgress([&](unsigned int received, unsigned int total_size) {
|
||||
esp_task_wdt_reset();
|
||||
});
|
||||
if (system.getUserConfig()->network.hostname.overwrite) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue