You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
The variables that local operations would like to have access to alter for their systems are below:
pin_mapping (e.g. move HTR to A5 if A2 becomes damaged)
Temp high/low settings (ADPL-electon.ino INCINERATE_LOW_TEMP & INCINERATE_HIGH_TEMP, line 32 & 33)
Time between ignition (ADPL-election.ino IGNITE_DELAY, line 34)
Delay between valve open and ignite (ADPL-electron.ino delay (100), line 74)
Igniter on time (ignitor.h _ignitor_on_time, line 13)
One point of discussion is that most of these variables will only be altered during initial system setup, and once operation is consistent, they will remain unchanged.