PowerTuneDigital / PowerTuneDigitalOfficial

Official PowerTune Digital Repo
GNU General Public License v3.0
18 stars 7 forks source link

Show and Evaluate HDOP #41

Closed PowerTuneDigital closed 2 years ago

PowerTuneDigital commented 2 years ago

Evaluate HDOP Show HDOP in GPS Dash Only show GPS Speed if HDOP is greater 20 or Speed is greater 15 Km/h (This ensures the speed does not bounce when stationary )

github-actions[bot] commented 2 years ago

Here are the first 10 encountered errors:

dashboard.cpp(14): error cpplint: [whitespace/comments] At least two spaces is best between code and comments [2]
dashboard.cpp(16): error cpplint: [whitespace/comments] At least two spaces is best between code and comments [2]
dashboard.cpp(23): error cpplint: [whitespace/comments] At least two spaces is best between code and comments [2]
dashboard.cpp(24): error cpplint: [whitespace/comments] At least two spaces is best between code and comments [2]
dashboard.cpp(25): error cpplint: [whitespace/comments] At least two spaces is best between code and comments [2]
dashboard.cpp(68): error cpplint: [whitespace/comments] At least two spaces is best between code and comments [2]
dashboard.cpp(68): error cpplint: [whitespace/comments] Should have a space between // and comment [4]
dashboard.cpp(69): error cpplint: [whitespace/comments] At least two spaces is best between code and comments [2]
dashboard.cpp(69): error cpplint: [whitespace/comments] Should have a space between // and comment [4]

Done processing dashboard.cpp Done processing dashboard.h Done processing gps.cpp Category 'build' errors found: 6 Category 'readability' errors found: 3 Category 'runtime' errors found: 10 Category 'whitespace' errors found: 369 Total errors found: 388