Espressif Firmware for OpenShock, Controlling shock collars via Reverse engineered proprietary Sub-1 GHz Protocols.
GNU Affero General Public License v3.0
33
stars
12
forks
source link
Allow setting/disabling Emergency Stop during setup/via Serial commands #269
Closed
hhvrc closed 1 month ago
Allows enabling/disabling EStop without needing to change the compile-time constant.
Default pin is still obtained via
OPENSHOCK_ESTOP_PIN
Using a pin of 0 (
GPIO_INVALID
in Common.h) in either the Captive Portal or via Serial will disable the EStop manager.Remaining tasks:
Original PR: #228 by @nullstalgia