Skip to content

Commit

Permalink
fix not uploading (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
GP authored Sep 17, 2019
1 parent 4429b54 commit 3275d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/nz/org/cacophony/birdmonitor/Prefs.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class Prefs {

private static final String LATITUDE_KEY = "LATITUDE";
private static final String LONGITUDE_KEY = "LONGITUDE";
private static final String DEVICE_ID = "UNKNOWN";
private static final String DEVICE_ID = "DEVICE_ID";
private static final String RECORDING_DURATION_SECONDS_KEY = "RECORDING_DURATION_SECONDS";
private static final double RECORDING_DURATION_SECONDS = 60;

Expand Down

0 comments on commit 3275d10

Please sign in to comment.