diff --git a/bsp_q7s/boardconfig/busConf.h b/bsp_q7s/boardconfig/busConf.h index 3f83828a..74c91708 100644 --- a/bsp_q7s/boardconfig/busConf.h +++ b/bsp_q7s/boardconfig/busConf.h @@ -44,7 +44,7 @@ static constexpr uint32_t GPIO_MGM_1_RM3100_CS = 16; static constexpr uint32_t GPIO_MGM_3_RM3100_CS = 10; // Active low reset pin -static constexpr uint32_t GPIO_RESET_GNSS_0 = 8; // D22 +static constexpr uint32_t GPIO_RESET_GNSS_0 = 9; // C22 static constexpr uint32_t GPIO_RESET_GNSS_1 = 12; // B21 static constexpr uint32_t GPIO_RAD_SENSOR_CS = 19; // R18 diff --git a/mission/devices/GPSHyperionHandler.cpp b/mission/devices/GPSHyperionHandler.cpp index 30529474..80331c58 100644 --- a/mission/devices/GPSHyperionHandler.cpp +++ b/mission/devices/GPSHyperionHandler.cpp @@ -138,7 +138,7 @@ ReturnValue_t GPSHyperionHandler::scanForReply(const uint8_t *start, size_t len, printf("Altitude: %f meters\n", gpsData.altitude); } #if FSFW_DEV_HYPERION_GPS_CREATE_NMEA_CSV == 1 - std::string filename = "/mnt/sd0/gps_log_070921.txt"; + std::string filename = "/mnt/sd0/gps_log.txt"; std::ofstream gpsFile; if(not std::filesystem::exists(filename)) { gpsFile.open(filename, std::ofstream::out); diff --git a/tmtc b/tmtc index cce04cc1..90f85b7d 160000 --- a/tmtc +++ b/tmtc @@ -1 +1 @@ -Subproject commit cce04cc163c769136b7d6e3effa381a72d6f4c16 +Subproject commit 90f85b7dae63e93a3c5686fab9dd0d4a8147e96b