1
0
forked from me/IronOS

Second pass

This commit is contained in:
Ben V. Brown
2021-09-12 14:03:09 +10:00
parent eb2a748e3f
commit 8fd2f6e95c
9 changed files with 18 additions and 21 deletions

View File

@@ -250,3 +250,9 @@ const uint8_t tipResistance = 45; // x10 ohms, 4.5 typical for ts80 tips
const uint32_t tipMass = 45; // TODO
const uint8_t tipResistance = 60; // x10 ohms, ~6 typical
#endif
#ifdef POW_QC_20V
#define QC_SETTINGS_MAX 3
#else
#define QC_SETTINGS_MAX 2
#endif