Merge branch 'main' into MQTT

This commit is contained in:
RobinVdB8
2023-11-23 09:55:50 +01:00
19 changed files with 10505 additions and 2667 deletions

View File

@@ -29,6 +29,7 @@
#include "llfs.h"
#include "lcd_api.h"
#include "mug.h"
#include "tftp.h"
/* USER CODE END Includes */
@@ -121,7 +122,7 @@ int main(void)
BSP_QSPI_MemoryMappedMode();
WRITE_REG(QUADSPI->LPTR, 0xFFF);
// Clear terminal
/* Clear terminal */
printf(CLEAR_SCREEN);
/* Initialize the LCD */
@@ -130,6 +131,8 @@ int main(void)
/* Initialize the filesystem */
llfs_init();
/* Initialize the tftp server */
tftp_server_init();
/* USER CODE END 2 */
/* Infinite loop */