'use strict'
/*
Open Rowing Monitor, https://github.com/laberning/openrowingmonitor
Defines the global state of the app
*/
export const APP_STATE = {
// todo: this is just a test property to see if the concept works...
peripheralMode: 'FTMSROWER'
}