1
0
forked from me/IronOS

Enable SWD back, Add Off mode for Sleep

This commit is contained in:
Ben V. Brown
2018-03-30 19:16:38 +11:00
parent fe5ee91104
commit 8eadb98496
8 changed files with 61 additions and 31 deletions

View File

@@ -66,7 +66,7 @@ void restoreSettings() {
*/
uint8_t lookupVoltageLevel(uint8_t level) {
if (level == 0)
return 100; //10V since iron does not function effectively below this
return 90; //9V since iron does not function effectively below this
else
return (level * 33) + (33 * 2);
}