Convert compile-time module attributes to runtime functions to avoid dialyzer warnings about compile-time constant comparisons: - tick_interval_ms: function instead of @tick_interval_ms - debounce_ms: function instead of @debounce_ms This fixes warnings where dialyzer knew the comparisons could never be false/true based on compile-time values. |
||
|---|---|---|
| .. | ||
| mix/tasks | ||
| snmpkit | ||
| towerops | ||
| towerops_web | ||
| snmp_lib.ex | ||
| snmp_mgr.ex | ||
| snmpkit.ex | ||
| towerops.ex | ||
| towerops_native.ex | ||
| towerops_web.ex | ||