Skip to content

Commit

Permalink
selftest update power consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
WantClue committed Apr 27, 2024
1 parent 4359500 commit 6b41f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/self_test/self_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static bool power_consumption_pass()
{
float power = INA260_read_power() / 1000;
ESP_LOGI(TAG, "Power: %f", power);
if (power > 9 && power < 13) {
if (power > 9 && power < 15) {
return true;
}
return false;
Expand Down

0 comments on commit 6b41f52

Please sign in to comment.