Merge branch 'main' into MQTT
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user