File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,39 @@ void ButtonCheckTask(void *e)
132
132
133
133
while (true )
134
134
{
135
+ /* RTK Surveyor
136
+
137
+ .----------------------------.
138
+ | |
139
+ V |
140
+ .------------------. |
141
+ | Power On | |
142
+ '------------------' |
143
+ | |
144
+ | Setup button = 0 |
145
+ V |
146
+ .------------------. |
147
+ .------>| Rover Mode | |
148
+ | '------------------' |
149
+ | | |
150
+ | | Setup button = 1 |
151
+ | V |
152
+ | .------------------. |
153
+ '-------| Base Mode | |
154
+ Setup button = 0 '------------------' |
155
+ after long time | | |
156
+ | | Setup button = 0 |
157
+ Setup button = 0 | | after short time |
158
+ after short time | | (< 500 mSec) |
159
+ (< 500 mSec) | | |
160
+ STATE_ROVER_NOT_STARTED | | |
161
+ V V |
162
+ .------------------. .------------------. |
163
+ | Test Mode | | WiFi Config Mode |----------'
164
+ '------------------' '------------------'
165
+
166
+ */
167
+
135
168
if (productVariant == RTK_SURVEYOR)
136
169
{
137
170
setupBtn->read ();
You can’t perform that action at this time.
0 commit comments