Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.46 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.46 KB

home-sensors

Reads data from (1) Smart Meter and (2) Texas Instruments SensorTag (CC2540/CC2541) and uploads the data to home-server. Application is intended to run on a Raspberry PI.

Build home-sensors SonarCloud SonarCloud SonarCloud SonarCloud

Common development tasks

Update versions

Gradle

For this, you can use the following command: gradlew wrapper --gradle-version <new version>

Dependencies

For this, you can use the following command: gradlew dependencyUpdates. Inspect the output of the command, update build.gradle manually and test if the application still builds and executes correctly.