update reset comments for HSMini

This commit is contained in:
Morgan Redfield
2019-12-23 11:14:37 -05:00
parent ef2268ca22
commit 70bd364473
15 changed files with 17 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ void setup() {
pinMode(SWITCH_PIN, INPUT_PULLUP);
// set up the reset control pin
// NOTE: HamShieldMini doesn't have a reset pin, so this has no effect
pinMode(RESET_PIN, OUTPUT);
// turn on radio
digitalWrite(RESET_PIN, HIGH);