fixing Phi device upload, adding actions for bidirectionnal git mirrors
Build / build (push) Failing after 58s
Test / build_and_test (push) Failing after 1m6s

This commit is contained in:
2026-07-23 22:26:43 +02:00
parent 9b1b223186
commit 9a2cd20019
11 changed files with 1126 additions and 523 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#include <Daemon.h>
#include <CommandBuffer.h>
#include <Daemon.h>
#include <Logger.h>
#include <Memory.h>
@@ -50,7 +50,7 @@ scif_epd_t StartDaemon()
return 0;
}
if(scif_listen(endpoint, 1) < 0)
if(scif_listen(endpoint, 16) < 0)
{
PhiLogError("Could not listen to SCIF port");
scif_close(endpoint);