Skip to content

Commit

Permalink
fix spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bahildebrand committed Jul 19, 2024
1 parent c7d8fae commit 0cd2381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-07-18-schematic-review-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ voltage of < CUTOFF VOLTAGE and the device did not detect a second power source
(measured by a GPIO being pulled high), the device would sit in a
`while (!external_power_okay()) {pet_watchdog();}` style loop, keeping at least
external flash ok. We also upgraded our external flash filesystem to a version
that was much more reliant to boot loops.
that was much more resilient to boot loops.

After this story, I always look to see if a battery powered device can both: (1)
effectively monitor battery state of charge, and (2) shutdown in a low state of
Expand Down

0 comments on commit 0cd2381

Please sign in to comment.