xdripswift/xdrip/Constants/ConstantsNightScout.swift

11 lines
295 B
Swift
Raw Normal View History

2019-09-12 22:53:28 +02:00
enum ConstantsNightScout {
/// maximum number of days to upload
static let maxDaysToUpload = 7
/// - default nightscout url
/// - used in settings, when setting first time nightscout url
static let defaultNightScoutUrl = "https://yoursitename.herokuapp.com"
2019-09-12 22:53:28 +02:00
}