#ifdef PRODUCTION_MODEL_1_40 #define MY_IP_ADDRESS "192.168.1.40" #define MY_NETMASK "255.255.255.0" #define MY_GATEWAY "192.168.1.1" #define BASE_PORT 9000 #define PORTB_BAUD 38400 #define PORTC_BAUD 38400 #define PORTD_BAUD 38400 #define PORTB_TCP_PORT BASE_PORT + 0 #define PORTC_TCP_PORT BASE_PORT + 1 #define PORTD_TCP_PORT BASE_PORT + 2 #endif #ifdef PRODUCTION_MODEL_1_240 #define MY_IP_ADDRESS "192.168.1.240" #define MY_NETMASK "255.255.255.0" #define MY_GATEWAY "192.168.1.1" #define BASE_PORT 9000 #define PORTB_BAUD 38400 #define PORTC_BAUD 38400 #define PORTD_BAUD 38400 #define PORTB_TCP_PORT BASE_PORT + 0 #define PORTC_TCP_PORT BASE_PORT + 1 #define PORTD_TCP_PORT BASE_PORT + 2 #endif #ifdef MIKE_LUDDY #define MY_IP_ADDRESS "192.168.1.66" #define MY_NETMASK "255.255.255.0" #define MY_GATEWAY "192.168.1.1" #define BASE_PORT 9000 #define PORTB_BAUD 38400 #define PORTC_BAUD 38400 #define PORTD_BAUD 38400 #define PORTB_TCP_PORT BASE_PORT + 0 #define PORTC_TCP_PORT BASE_PORT + 1 #define PORTD_TCP_PORT BASE_PORT + 2 #endif