remove external display component

This commit is contained in:
Siwat Sirichai 2023-11-06 23:23:29 +07:00
parent 64313dce64
commit 92c120eb6d
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -1,6 +1,5 @@
#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"