Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
fix: add battery to initial cloud publication
Browse files Browse the repository at this point in the history
Closes #27.

Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
  • Loading branch information
simensrostad committed Mar 18, 2020
1 parent 000401a commit dafdf1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ static void cloud_synchronize(void)
{
k_delayed_work_submit(&cloud_configuration_get_work, K_NO_WAIT);
k_delayed_work_submit(&cloud_configuration_send_work, K_SECONDS(5));
k_delayed_work_submit(&cloud_sensor_data_send_work, K_SECONDS(5));
k_delayed_work_submit(&cloud_modem_data_send_work, K_SECONDS(5));
k_delayed_work_submit(&led_device_mode_set_work, K_SECONDS(5));
}
Expand Down

0 comments on commit dafdf1e

Please sign in to comment.