Skip to content

Commit

Permalink
Update transmission delay
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiancristea00 committed Dec 19, 2023
1 parent 4a0b3e5 commit 081df54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sensors/src/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void Application_Run(void)
BME280_SerializeSensorData(&weatherClick, &serializedSensorsData);
BLUETOOTH_SendData(&bluetooth, &serializedSensorsData, BME280_SERIALIZED_SIZE);
DisplayData(&weatherClick.data);
PauseMiliseconds(5000);
PauseMiliseconds(20000);
}
}
}

0 comments on commit 081df54

Please sign in to comment.