Skip to content

Commit

Permalink
Merge pull request #2 from descipher/secplus.timing
Browse files Browse the repository at this point in the history
Secplus.timing
  • Loading branch information
descipher authored Oct 7, 2024
2 parents 871fc71 + d124a3e commit 98a9a02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/gdo.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ typedef struct {
gpio_num_t uart_tx_pin; // UART TX pin
gpio_num_t uart_rx_pin; // UART RX pin
gpio_num_t obst_in_pin; // Obstruction input pin
gpio_num_t rf_tx_pin; // UART TX pin
gpio_num_t rf_rx_pin; // UART RX pin
} gdo_config_t;

#define GDO_PAIRED_DEVICE_COUNT_UNKNOWN 0xff
Expand Down

0 comments on commit 98a9a02

Please sign in to comment.