Fixed lcd_display_text
This commit is contained in:
@@ -35,10 +35,6 @@
|
||||
#include "tcp_cmd.h"
|
||||
#include "website_backend.h"
|
||||
|
||||
#include "cmd.h"
|
||||
#include <tcp.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
/* USER CODE END Includes */
|
||||
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
@@ -132,8 +128,10 @@ int main(void) {
|
||||
/* Initialize the LCD */
|
||||
lcd_init(true);
|
||||
|
||||
/* Initialize the filesystem */
|
||||
llfs_init();
|
||||
/* Initialize the filesystem */
|
||||
llfs_init();
|
||||
tcp_cmd_init();
|
||||
/* USER CODE END 2 */
|
||||
|
||||
/* Initialize the tftp server */
|
||||
tftp_server_init();
|
||||
|
||||
Reference in New Issue
Block a user