Go to the documentation of this file.
11 #define PROGNAME "AGirs"
70 #define NAMED_COMMANDS
79 #define DONT_REPORT_DECODES
85 #define CONFIGURABLE_LEDS
118 #define TRANSMITLED 8
164 #define SDCARD_ON_ETHERSHIELD_PIN 4
192 #define MACADDRESS 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED
195 #define IPADDRESS 192,168,1,29
196 #define GATEWAY 192,168,1,254
197 #define DNSSERVER 192,168,1,4
198 #define SUBNETMASK 255,255,255,0
221 #define LCD_0x3F_20_4
228 #define LCD_0x27_20_4
237 #define LCD_0x27_16_2
247 #if defined(ARDUINO_AVR_MEGA2560)
256 #define DEFAULT_BEGINTIMEOUT 10000UL
263 #define DEFAULT_RECEIVE_ENDINGTIMEOUT 30L
265 #define DEFAULT_RECEIVE_ENDINGTIMEOUT 50L
272 #define DEFAULT_CAPTURE_ENDINGTIMEOUT 100L
278 #if defined(CAPTURE) | defined(RECEIVE)
280 #define DEFAULT_CAPTURESIZE 500U
282 #define DEFAULT_CAPTURESIZE 400U
290 #define IRRECEIVER_MARK_EXCESS 50
297 #define IRSENSOR_MARK_EXCESS -10
300 #if !defined(ETHERNET) | defined(SERIAL_DEBUG)
304 #define SERIALBAUD 115200
309 #define SERIALTIMEOUT 5000L