Compare commits
No commits in common. "92c120eb6d9ac0187e3f929cb5b2f139c2469874" and "81c89dfe7a63687faf0869bc1008022bcc84c59f" have entirely different histories.
92c120eb6d
...
81c89dfe7a
|
@ -3,4 +3,3 @@
|
||||||
.vscode/c_cpp_properties.json
|
.vscode/c_cpp_properties.json
|
||||||
.vscode/launch.json
|
.vscode/launch.json
|
||||||
.vscode/ipch
|
.vscode/ipch
|
||||||
.vs/
|
|
|
@ -6,7 +6,7 @@ Peripheral Initialization Routine
|
||||||
*/
|
*/
|
||||||
void user_pre_init()
|
void user_pre_init()
|
||||||
{
|
{
|
||||||
|
nexInit();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <ESPMegaPRO.h>
|
#include <ESPMegaPRO.h>
|
||||||
|
#include <Nextion.h>
|
||||||
#include <PubSubClient.h>
|
#include <PubSubClient.h>
|
||||||
#include <PubSubClientTools.h>
|
#include <PubSubClientTools.h>
|
||||||
#include "espmega_iot_timer.hpp"
|
#include "espmega_iot_timer.hpp"
|
||||||
|
|
Loading…
Reference in New Issue