tcpTest started

This commit is contained in:
2020-11-11 14:19:02 +01:00
parent a8ded4a4f4
commit e306089188
5 changed files with 43 additions and 9 deletions

View File

@ -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) {