mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-10 18:24:27 +05:00
upd readme
upd gitignore add ino file for arduino ide
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,5 +1,2 @@
|
|||||||
.pio
|
.pio
|
||||||
.vscode/.browse.c_cpp.db*
|
.vscode
|
||||||
.vscode/c_cpp_properties.json
|
|
||||||
.vscode/launch.json
|
|
||||||
.vscode/ipch
|
|
||||||
@@ -28,10 +28,11 @@
|
|||||||

|

|
||||||
|
|
||||||
## Tested on
|
## Tested on
|
||||||
| Boiler | Master Member ID |
|
| Boiler | Master Member ID | Notes |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| BAXI ECO Nova | default or 4 |
|
| BAXI ECO Nova | default or 4 | Pressure sensor not supported, modulation level not stable |
|
||||||
| BAXI Ampera | 1028 |
|
| BAXI Ampera | 1028 | Pressure sensor not supported, only heating (DHW not tested) |
|
||||||
|
| [Remeha Calenta Ace 40C](https://github.com/Laxilef/OTGateway/issues/1#issuecomment-1726081554) | default | - |
|
||||||
|
|
||||||
## PCB
|
## PCB
|
||||||
<img src="/assets/pcb.svg" width="25%" /> <img src="/assets/pcb_3d.png" width="30%" /> <img src="/assets/after_assembly.png" width="37%" />
|
<img src="/assets/pcb.svg" width="25%" /> <img src="/assets/pcb_3d.png" width="30%" /> <img src="/assets/after_assembly.png" width="37%" />
|
||||||
|
|||||||
4
otgateway.ino
Normal file
4
otgateway.ino
Normal 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
|
||||||
|
*/
|
||||||
Reference in New Issue
Block a user