You've already forked TEF6686_ESP32
this code was written by clowns? No it was AI
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
class RdsPiBuffer
|
||||
{
|
||||
public:
|
||||
enum State : uint8_t
|
||||
{
|
||||
enum State : uint8_t {
|
||||
STATE_CORRECT = 0,
|
||||
STATE_VERY_LIKELY = 1,
|
||||
STATE_LIKELY = 2,
|
||||
@@ -20,7 +19,6 @@ public:
|
||||
void clear();
|
||||
|
||||
private:
|
||||
/* BUFF_SIZE must be a multiple of 8 */
|
||||
static constexpr uint8_t BUFF_SIZE = 64;
|
||||
uint16_t buff[BUFF_SIZE];
|
||||
uint8_t errorBuff[BUFF_SIZE/8];
|
||||
|
||||
Reference in New Issue
Block a user