Skip to content

Commit

Permalink
Support for the ClimateGuard RadSens Geiger-Muller tube
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-b authored and fifieldt committed Nov 23, 2024
1 parent 5aaf322 commit 701ed08
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "protobufs"]
path = protobufs
url = https://github.com/jake-b/meshtastic-protobufs.git
url = https://github.com/meshtastic/protobufs.git
[submodule "meshtestic"]
path = meshtestic
url = https://github.com/meshtastic/meshTestic
2 changes: 1 addition & 1 deletion bin/regen-protos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ echo "prebuilt binaries for your computer into nanopb-0.4.9"

# the nanopb tool seems to require that the .options file be in the current directory!
cd protobufs
protoc --experimental_allow_proto3_optional "--nanopb_out=-S.cpp -v:../src/mesh/generated/" -I=../protobufs meshtastic/*.proto
../nanopb-0.4.9/generator-bin/protoc --experimental_allow_proto3_optional "--nanopb_out=-S.cpp -v:../src/mesh/generated/" -I=../protobufs meshtastic/*.proto
2 changes: 1 addition & 1 deletion src/modules/Telemetry/Sensor/CGRadSensSensor.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Support for the ClimateGuard RadSens Dosimeter
* A fun and educational sensor for Meshtastic; not for saftey critical applications.
* A fun and educational sensor for Meshtastic; not for safety critical applications.
*/
#include "configuration.h"

Expand Down
4 changes: 4 additions & 0 deletions src/modules/Telemetry/Sensor/CGRadSensSensor.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Support for the ClimateGuard RadSens Dosimeter
* A fun and educational sensor for Meshtastic; not for safety critical applications.
*/
#include "configuration.h"

#if !MESHTASTIC_EXCLUDE_ENVIRONMENTAL_SENSOR
Expand Down

0 comments on commit 701ed08

Please sign in to comment.