This commit is contained in:
bach 2025-05-23 15:34:37 +02:00
commit e4ea2fa623
3 changed files with 13 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "node-server"]
path = node-server
url = https://gitea.esadhar.fr/el-yazide.mohamed/loop

1
node-server Submodule

@ -0,0 +1 @@
Subproject commit c63d1cc49eb4a5ee4206f25d269571238db0ff73

View File

@ -0,0 +1,9 @@
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}