Skip to content

Commit

Permalink
Merge pull request #563 from doudar/Big_Table_2
Browse files Browse the repository at this point in the history
Big table 2
  • Loading branch information
doudar authored Aug 6, 2024
2 parents e5e9701 + f5e2069 commit 843a5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Increased ERG mode sensitivity.
- removed extra logging when loading table.
- prevent table returns from going in the wrong direction.
- many small bug fixes.


### Hardware
Expand Down
2 changes: 1 addition & 1 deletion src/ERG_Mode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ bool PowerTable::_manageSaveState() {
this->tableRow[i].tableEntry[j].targetPosition = savedTargetPosition;
this->tableRow[i].tableEntry[j].readings = savedReadings;
//SS2K_LOG(POWERTABLE_LOG_TAG, "Position %d, %d, Target %d, Readings %d, loaded", i, j, this->tableRow[i].tableEntry[j].targetPosition,
this->tableRow[i].tableEntry[j].readings);
// this->tableRow[i].tableEntry[j].readings);
}
}

Expand Down

0 comments on commit 843a5f7

Please sign in to comment.