Skip to content

Commit

Permalink
Don't use pcnt when serial
Browse files Browse the repository at this point in the history
  • Loading branch information
steadramon authored and steadramon committed Apr 14, 2023
1 parent b3e7ca1 commit 45f464c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ESPGeiger/src/Counter/Counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ static int _geiger_txpin = GEIGER_TXPIN;
#include <SoftwareSerial.h>
static int _geiger_baud = GEIGER_BAUDRATE;
static EspSoftwareSerial::UART geigerPort;
#define IGNORE_PCNT
#elif GEIGER_TYPE == GEIGER_TYPE_TEST
#ifndef GEIGER_MODEL
#define GEIGER_MODEL "test"
Expand Down

0 comments on commit 45f464c

Please sign in to comment.