Mercurial
diff 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 |
line wrap: on
line diff
--- a/gara/main.c Thu Jan 01 14:47:28 2026 -0800 +++ b/gara/main.c Thu Jan 01 16:34:51 2026 -0800 @@ -1,7 +1,8 @@ #include "seobeo/seobeo.h" #include "stdio.h" -void HandleClientRequest(Seobeo_Handle *p_cli_handle) { +void HandleClientRequest(Seobeo_Handle *p_cli_handle) +{ char *hello = "Hello good sir"; Seobeo_Handle_Queue(p_cli_handle, (uint8_t*)hello, 14); Seobeo_Handle_Flush(p_cli_handle);