ESP8266-based WiFi serial modem emulator ROM
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

setup: Default to 300 baud for old computers

+2 -1
+2 -1
util.cpp
··· 44 44 sizeof(settings->magic)); 45 45 settings->revision = EEPROM_REVISION; 46 46 47 - settings->baud = 115200; 47 + /* a slow default for old computers */ 48 + settings->baud = 300; 48 49 49 50 /* enable hardware flow control, disable software */ 50 51 settings->reg_r = REG_R_RTS_ON;