-->
Page 1 of 1

struct sniffer_buf2{ struct RxControl rx_ctrl; u8 buf[112];

PostPosted: Mon Dec 18, 2017 6:47 pm
by stern0m1
Page 100 of the "esp8266-technical_reference_en" states:
struct sniffer_buf2{
struct RxControl rx_ctrl;
u8 buf[112]; //may be 240, please refer to the real source code
u16 cnt;
u16 len; //length of packet
};

What is it referring to when it says"may be 240, please refer to the real source code"

Thanks