Increased N_PACKET_BUFFERS from 10 to 20.

This commit is contained in:
Joe Kearney 2025-08-16 15:54:04 -05:00
parent 6a3f12819c
commit e0e7fdf1ae

View file

@ -24,7 +24,7 @@
#include "SystemK.h"
#define N_PACKET_BUFFERS 10
#define N_PACKET_BUFFERS 20
static BLE_Packet_T Packet_Buffers[N_PACKET_BUFFERS];
static BLE_AdvertisingData_T Advertising_Data;
static uint8_t my_BD_ADDR[6];