From 4ea938b70907d8f22d41769aee4564b7ddb1f547 Mon Sep 17 00:00:00 2001 From: Zach Nelson Date: Wed, 6 May 2026 09:56:35 -0500 Subject: [PATCH] chore: Update SDK to fork in CrossPoint org (#1836) ## Summary Update the Open X4 SDK to point to the CrossPoint organization fork. This allows us to take SDK changes without being blocked on the upstream repository. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**NO**_ --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b0d8e240..80308f05 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "open-x4-sdk"] path = open-x4-sdk - url = https://github.com/open-x4-epaper/community-sdk.git + url = https://github.com/crosspoint-reader/community-sdk.git