Project

General

Profile

Revision 1773

Wireless: updated library and test code for the new library.

View differences:

wireless_send.c
367 367
      WL_DEBUG_PRINT_P("|send_buf:");
368 368
      for(int i=send_buf_first;i<send_buf_last;i++)
369 369
        WL_DEBUG_PRINT_HEX(send_buf[i]);
370
      while(1) { delay_ms(1000); }
370 371
      if (send_buf_get(&val) != num) {
371 372
        // not the correct packet, so continue
372 373
        WL_DEBUG_PRINT_P("|not correct packet");

Also available in: Unified diff