Compare commits

..

No commits in common. "92c120eb6d9ac0187e3f929cb5b2f139c2469874" and "81c89dfe7a63687faf0869bc1008022bcc84c59f" have entirely different histories.

3 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,4 +3,3 @@
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vs/

View File

@ -6,7 +6,7 @@ Peripheral Initialization Routine
*/
void user_pre_init()
{
nexInit();
}
/*

View File

@ -1,5 +1,6 @@
#pragma once
#include <ESPMegaPRO.h>
#include <Nextion.h>
#include <PubSubClient.h>
#include <PubSubClientTools.h>
#include "espmega_iot_timer.hpp"