Decrease telemetry rate on the pad to 1/sec instead of 20/sec
[fw/altos] / ao_ee.c
diff --git a/ao_ee.c b/ao_ee.c
index bce293cdbc1b739db8f3501697c2bde9cf738a4a..a0f2e23a3f9392e4d1ed781d156f43c6cdf815d1 100644 (file)
--- a/ao_ee.c
+++ b/ao_ee.c
@@ -331,6 +331,7 @@ ao_ee_write_config(uint8_t *buf, uint16_t len) __reentrant
                ao_ee_fill(AO_EE_CONFIG_BLOCK);
                memcpy(ao_ee_data, buf, len);
                ao_ee_block_dirty = 1;
+               ao_ee_flush_internal();
        } ao_mutex_put(&ao_ee_mutex);
        return 1;
 }