-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Grigorii Merkushev
committed
Sep 24, 2021
1 parent
0595868
commit b930337
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Terrarium Controller | ||
|
||
It consists of 2 parts, IoT esp32 based controller and server that works as a proxy for other data storages. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
#define CONFIG | ||
|
||
#define SENSORS_COUNT 2 | ||
#define TERRARIUM_ID 1 | ||
#define TERRARIUM_ID 3 | ||
|
||
#endif |