Project

General

Profile

Revision 194

Fixed wireless network speed.

View differences:

trunk/code/lib/include/libwireless/wl_defs.h
24 24

  
25 25
// timing constants
26 26
#ifndef FIREFLY
27
#define BOM_DELAY 100
27
#define BOM_DELAY 50
28 28
#else
29 29
#define BOM_DELAY 100
30 30
#endif
trunk/code/projects/libwireless/robotTest/Makefile
211 211
AVRDUDE_PROGRAMMER = avrisp
212 212

  
213 213
# com1 = serial port. Use lpt1 to connect to parallel port.
214
AVRDUDE_PORT = /dev/ttyUSB0
214
AVRDUDE_PORT = /dev/ttyUSB2
215 215
# programmer connected to serial device
216 216

  
217 217
AVRDUDE_WRITE_FLASH = -b 57600 -U flash:w:$(TARGET).hex
trunk/code/projects/libwireless/lib/wl_defs.h
24 24

  
25 25
// timing constants
26 26
#ifndef FIREFLY
27
#define BOM_DELAY 100
27
#define BOM_DELAY 50
28 28
#else
29 29
#define BOM_DELAY 100
30 30
#endif

Also available in: Unified diff