Skip to content

Commit 64bdebb

Browse files
authored
Merge pull request #238 from floBik/main
Add new configuration constants
2 parents 01c906e + 3921fbe commit 64bdebb

File tree

5 files changed

+878
-2
lines changed

5 files changed

+878
-2
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
file(GLOB SOURCES src/*.cpp)
2+
idf_component_register(
3+
SRCS ${SOURCES}
4+
INCLUDE_DIRS src
5+
REQUIRES arduino
6+
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ For I<sup>2</sup>C communication, please be sure to remove all additional pull-u
114114

115115
## Compatibility
116116

117-
v2 of the library provides support for generation 8, 9 and 10 u-blox GNSS modules. For generation 6 and 7, please see [this example (depricated)](https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library/tree/master/examples/Series_6_7/Example1_GetPositionAndTime_Series_6_7).
117+
v2 of the library provides support for generation 8, 9 and 10 u-blox GNSS modules. For generation 6 and 7, please see [this example (deprecated)](https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library/tree/master/examples/Series_6_7/Example1_GetPositionAndTime_Series_6_7).
118118

119119
## Contributing
120120

0 commit comments

Comments
 (0)