comparison gara/main.c @ 91:19cccf6e866a

Added Epi photo reels.
author June Park <parkjune1995@gmail.com>
date Thu, 01 Jan 2026 16:34:51 -0800
parents a0f0ad5e42eb
children
comparison
equal deleted inserted replaced
90:1aeee370837b 91:19cccf6e866a
1 #include "seobeo/seobeo.h" 1 #include "seobeo/seobeo.h"
2 #include "stdio.h" 2 #include "stdio.h"
3 3
4 void HandleClientRequest(Seobeo_Handle *p_cli_handle) { 4 void HandleClientRequest(Seobeo_Handle *p_cli_handle)
5 {
5 char *hello = "Hello good sir"; 6 char *hello = "Hello good sir";
6 Seobeo_Handle_Queue(p_cli_handle, (uint8_t*)hello, 14); 7 Seobeo_Handle_Queue(p_cli_handle, (uint8_t*)hello, 14);
7 Seobeo_Handle_Flush(p_cli_handle); 8 Seobeo_Handle_Flush(p_cli_handle);
8 9
9 while (1) 10 while (1)