mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-10 18:55:15 -04:00
Remove TPMS commented code.
This commit is contained in:
parent
4d5697cda7
commit
d888c77661
1 changed files with 0 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue