Compare commits

...

2 Commits

Author SHA1 Message Date
Siwat Sirichai 92c120eb6d remove external display component 2023-11-06 23:23:29 +07:00
Siwat Sirichai 64313dce64 ignore visual studio files 2023-11-06 23:23:00 +07:00
3 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
.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,6 +1,5 @@
#pragma once
#include <ESPMegaPRO.h>
#include <Nextion.h>
#include <PubSubClient.h>
#include <PubSubClientTools.h>
#include "espmega_iot_timer.hpp"