More debugging.

This commit is contained in:
Afonso Clerigo Mendes de Sousa 2025-02-27 12:39:24 +00:00
parent b8602107b0
commit 09a02b66de

View File

@ -89,6 +89,8 @@ int main(void)
isConnected = 0;
}
printf("Received request for ID: %d\n", req.ID);
// TYPE == 0 is the equivelent of a GET
if (req.type == 0)
{