Project

General

Profile

Revision 1744

Wireless testing, made changes to wireless library (xbee.c, debugging changes only) and test_wireless2.c for continued wireless tests.

View differences:

xbee.c
451 451
              continue; // get escaped character
452 452
          }
453 453
          framenum = apitype; // get the frame number
454
          if (check_last_receive(source,framenum) != WL_SUCCESS) {
454
/*          if (check_last_receive(source,framenum) != WL_SUCCESS) {
455 455
            // we've already received this frame
456 456
            ptr = 0xFF; // signal to skip processing
457 457
            break;
458 458
          }
459
        }
459
*/      }
460 460
        else if (i==6) {
461 461
          if (getStatus(XBEE_API_MASK) == XBEE_API_ESCAPE
462 462
              && apitype == ESCAPE_MARKER)

Also available in: Unified diff