static const uint8_t RX_PIN = 4; // D2 - RX для GPS static const uint8_t TX_PIN = 5; // D1 - TX для GPS static const uint32_t GPS_BAUD = 9600; ...