Skip to content

Conversation

zjs81
Copy link

@zjs81 zjs81 commented Sep 24, 2025

…PS. Updated platformio.ini to include sensor_base dependencies and modified target files to initialize EnvironmentSensorManager with GPS support conditionally.

…PS. Updated platformio.ini to include sensor_base dependencies and modified target files to initialize EnvironmentSensorManager with GPS support conditionally.
@recrof
Copy link
Collaborator

recrof commented Sep 24, 2025

looks good

rtc_clock.begin(Wire);

// Initialize sensors
sensors.begin();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sensors.begin() is called by the various firmwares already, ie. should Not be in target.cpp

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks I'll make that change this weekend.

@liquidraver
Copy link
Contributor

liquidraver commented Oct 2, 2025

If I attach a GPS to the "GROVE GPS" port, my setup works with this:
-D PIN_GPS_RX 15
-D PIN_GPS_TX 7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants