We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557968e commit 418c866Copy full SHA for 418c866
airrohr-firmware/airrohr-firmware.ino
@@ -4468,6 +4468,7 @@ void loop(void) {
4468
add_Value2Json(data, F("samples"), String(sample_count));
4469
add_Value2Json(data, F("min_micro"), String(min_micro));
4470
add_Value2Json(data, F("max_micro"), String(max_micro));
4471
+ add_Value2Json(data, F("interval"), String(cfg::sending_intervall_ms));
4472
add_Value2Json(data, F("signal"), String(last_signal_strength));
4473
4474
if ((unsigned)(data.lastIndexOf(',') + 1) == data.length()) {
0 commit comments