tcpTest started
This commit is contained in:
@ -17,9 +17,7 @@
|
||||
#include <frontend.h>
|
||||
#include <eeprom.h>
|
||||
#include <wizHelper.h>
|
||||
|
||||
#include <mqtt_interface.h>
|
||||
#include <mqttComm.h>
|
||||
#include <tcpTest.h>
|
||||
|
||||
void my_setup_1() {
|
||||
schInit();
|
||||
@ -193,7 +191,8 @@ void my_setup_2() {
|
||||
|
||||
wizInit();
|
||||
|
||||
mqttCommInit(NULL);
|
||||
tcpTestInit();
|
||||
|
||||
|
||||
// frontendInit();
|
||||
// frontendSetThreshold(240);
|
||||
@ -211,9 +210,6 @@ void my_loop() {
|
||||
void SYSTICK_Callback() {
|
||||
// Pont Scheduler
|
||||
schUpdate();
|
||||
|
||||
// MQTT Interface
|
||||
MilliTimer_Handler();
|
||||
}
|
||||
|
||||
void HAL_GPIO_EXTI_Callback(uint16_t pin) {
|
||||
|
Reference in New Issue
Block a user