Skip to content

Commit

Permalink
Create config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yar2000T authored Nov 20, 2024
1 parent b45b3d4 commit 3664fa4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"config": {
"server-time-get": 8000,
"device-time-measurement": 10000,
"max-difference": 0.4,
"max-time-difference": 600,
"max_temp_difference_esp": 0.3,
"UDP_host": "192.168.0.255",
"UDP_port": 4210,
"LAN_host": "192.168.0.1"
},
"dev": {
"DEBUG_mode": false,
"RST_board_after_fail": false
}
}

0 comments on commit 3664fa4

Please sign in to comment.