Project

General

Profile

Revision 1792

Wireless: Updated library and test program. Library is now capable of sending and receiving basic packets, and low priority function groups in low reliability mode.

View differences:

wireless_send.c
146 146
  }
147 147
  
148 148
  // save in ack system
149
  if (mode == FAST) {
149
  if (mode == FAST || dest == BROADCAST) {
150 150
    setack(nextframe,ACK_OK); // assume the send was successful
151 151
    nextframe = (nextframe == 0xFF)?1:nextframe+1; // increment frame number
152 152
    return ret; // no frame number

Also available in: Unified diff