Skip to content

Commit

Permalink
Merge pull request #18 from EtlamGit/fix-wifi-connection-loss
Browse files Browse the repository at this point in the history
Fix WiFi connection loss
  • Loading branch information
Eisbaeeer authored Jan 21, 2023
2 parents cc9eb2c + eb2a5a7 commit ceaa59b
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 259 deletions.
24 changes: 12 additions & 12 deletions configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,73 +72,73 @@
{
"name": "meter_counter_reading_1",
"label": "KWh Zähler 1",
"type": "int32_t",
"type": "uint32_t",
"value": "0"
},
{
"name": "meter_loops_count_1",
"label": "Umdrehungen / KWh Zähler 1",
"type": "int16_t",
"type": "uint16_t",
"value": "75"
},
{
"name": "debounce_1",
"label": "Entprellzeit Zähler 1 in ms",
"type": "int16_t",
"type": "uint16_t",
"value": "80"
},
{
"name": "meter_counter_reading_2",
"label": "KWh Zähler 2",
"type": "int32_t",
"type": "uint32_t",
"value": "0"
},
{
"name": "meter_loops_count_2",
"label": "Umdrehungen / KWh Zähler 2",
"type": "int16_t",
"type": "uint16_t",
"value": "75"
},
{
"name": "debounce_2",
"label": "Entprellzeit Zähler 2 in ms",
"type": "int16_t",
"type": "uint16_t",
"value": "80"
},
{
"name": "meter_counter_reading_3",
"label": "KWh Zähler 3",
"type": "int32_t",
"type": "uint32_t",
"value": "0"
},
{
"name": "meter_loops_count_3",
"label": "Umdrehungen / KWh Zähler 3",
"type": "int16_t",
"type": "uint16_t",
"value": "75"
},
{
"name": "debounce_3",
"label": "Entprellzeit Zähler 3 in ms",
"type": "int16_t",
"type": "uint16_t",
"value": "80"
},
{
"name": "meter_counter_reading_4",
"label": "KWh Zähler 4",
"type": "int32_t",
"type": "uint32_t",
"value": "0"
},
{
"name": "meter_loops_count_4",
"label": "Umdrehungen / KWh Zähler 4",
"type": "int16_t",
"type": "uint16_t",
"value": "75"
},
{
"name": "debounce_4",
"label": "Entprellzeit Zähler 4 in ms",
"type": "int16_t",
"type": "uint16_t",
"value": "80"
}
]
1 change: 0 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ lib_deps =
build_flags = -DCONFIG_PATH=configuration.json -DDASHBOARD_PATH=dashboard.json -DREBUILD_HTML -DREBUILD_DASHBOARD -DREBUILD_CONFIG
extra_scripts = scripts/preBuild.py


[env:d1]
platform = [email protected]
board = d1
Expand Down
Loading

0 comments on commit ceaa59b

Please sign in to comment.