Fixed typo.
This commit is contained in:
parent
74432dd24a
commit
19829c8c6b
|
|
@ -1,2 +1,3 @@
|
|||
.development
|
||||
src.ino
|
||||
src/src.ino
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
// This is a placeholder .ino file that allows you to easily edit the contents of this library using the Arduino IDE,
|
||||
// as well as compile and test from this point. This file is ignored when the library is included in other sketchges.
|
||||
// as well as compile and test from this point. This file is ignored when the library is included in other sketches.
|
||||
|
||||
#include "HomeSpan.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue