File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ FirmataClass::FirmataClass()
65
65
{
66
66
firmwareVersionCount = 0 ;
67
67
firmwareVersionVector = 0 ;
68
+ blinkVersionDisabled = false ;
68
69
systemReset ();
69
70
}
70
71
Original file line number Diff line number Diff line change 1
1
/*
2
2
Firmata.h - Firmata library v2.5.3 - 2016-06-18
3
3
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
4
- Copyright (C) 2009-2015 Jeff Hoefs. All rights reserved.
4
+ Copyright (C) 2009-2016 Jeff Hoefs. All rights reserved.
5
5
6
6
This library is free software; you can redistribute it and/or
7
7
modify it under the terms of the GNU Lesser General Public
@@ -201,7 +201,7 @@ class FirmataClass
201
201
stringCallbackFunction currentStringCallback;
202
202
sysexCallbackFunction currentSysexCallback;
203
203
204
- boolean blinkVersionDisabled = false ;
204
+ boolean blinkVersionDisabled;
205
205
206
206
/* private methods ------------------------------ */
207
207
void processSysexMessage (void );
You can’t perform that action at this time.
0 commit comments