mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-02 17:44:42 -05:00
Remove TPMS commented code.
This commit is contained in:
parent
4d5697cda7
commit
d888c77661
@ -157,17 +157,9 @@ void TPMSRecentEntry::update(const tpms::Reading& reading) {
|
||||
|
||||
if( reading.pressure().is_valid() ) {
|
||||
last_pressure = reading.pressure();
|
||||
// pressures.emplace_back(reading.pressure().value());
|
||||
// while( pressures.size() > 20 ) {
|
||||
// pressures.pop_front();
|
||||
// }
|
||||
}
|
||||
if( reading.temperature().is_valid() ) {
|
||||
last_temperature = reading.temperature();
|
||||
// temperatures.emplace_back(reading.temperature().value());
|
||||
// while( temperatures.size() > 20 ) {
|
||||
// temperatures.pop_front();
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user