fix hdmi mode DrawBox amd BT output

This commit is contained in:
mars880920 2026-04-13 10:42:53 +08:00
parent a3f3b2f8fc
commit 548cec2d4f
350 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -52,7 +52,7 @@ extern VMF_VSRC_HANDLE_T *g_ptVsrcHandle;
* Simulation: http://192.168.0.114:8081/api/upload
* Production: http://192.168.0.99/api/golf.cgi */
static char s_up_host[64] = "192.168.0.99";
static int s_up_port = 8081;
static int s_up_port = 80;
static char s_up_path[128] = "/api/golf.cgi";
static char s_sd_path[256] = "/tmp/sdcard/events";

Some files were not shown because too many files have changed in this diff Show More