We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2a7c4 commit c09d283Copy full SHA for c09d283
source/DeviceManager.mc
@@ -4,7 +4,7 @@ import Toybox.Lang;
4
// datafield app states
5
enum {
6
FL_SEARCH, // 0 = entry state (waiting for pairing & connect)
7
- FL_COLDSTART, // 1 = request FLP & FLV data + start $FLx data stream
+ FL_COLDSTART, // 1 = request $FLP data and start $FLx data stream
8
FL_CONFIG1, // 2 = configuration step 1
9
FL_CONFIG2, // 3 = configuration step 2
10
FL_CONFIG3, // 4 = configuration step 3
0 commit comments