upd readme

upd gitignore
add ino file for arduino ide
This commit is contained in:
Yurii
2023-09-19 21:59:29 +03:00
parent 98a8dfccda
commit 3ff68f544f
3 changed files with 9 additions and 7 deletions

4
otgateway.ino Normal file
View File

@@ -0,0 +1,4 @@
/*
This file is needed by the Arduino IDE because the ino file needs to be named as the directory name.
Don't worry, the Arduino compiler will "merge" all files, including src/main.cpp
*/