[DEV] First stable manifest

xkeRadio
libEncoder
libPushButton
This commit is contained in:
2022-09-24 22:20:35 +02:00
parent eeaa35e43e
commit da3ac41203

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest> <manifest>
<remote name="ctm" fetch="ssh://git@home.slvtr.fr:222/"/> <remote name="gitea" fetch="ssh://git@home.slvtr.fr:222/"/>
<default revision="refs/heads/master" remote="ctm" sync-j="4"/> <project name="skoulof/libEncoder" remote="gitea" path="libEncoder" revision="master"/>
<project name="skoulof/libEncoder" remote="ctm" path="libEncoder"/> <project name="skoulof/libPushButton" remote="gitea" path="libPushButton" revision="master"/>
<project name="skoulof/libPushButton" remote="ctm" path="libPushButton"/> <project name="skoulof/xkeRadio" remote="gitea" path="xkeRadio" revision="master"/>
<project name="skoulof/xkeRadio" remote="ctm" path="xkeRadio"/>
</manifest> </manifest>