Typos with Asinc and \ in path

This commit is contained in:
Yuri Trikoz
2020-10-18 09:52:17 +03:00
parent d3ad04eae6
commit 281f338f97
19 changed files with 107 additions and 109 deletions

View File

@@ -1,6 +1,6 @@
#include "Upgrade.h"
#include "Class/NotAsinc.h"
#include "Class/NotAsync.h"
#ifdef ESP8266
#include "ESP8266.h"
#else
@@ -10,13 +10,13 @@
#include "Global.h"
void upgradeInit() {
myNotAsincActions->add(
myNotAsyncActions->add(
do_UPGRADE, [&](void*) {
upgrade_firmware(3);
},
nullptr);
myNotAsincActions->add(
myNotAsyncActions->add(
do_GETLASTVERSION, [&](void*) {
getLastVersion();
},