Files
espurna/code
Maxim Prokhorov 6d982284c9 uartmqtt: clean-up and hex encode / decode
- fix initialization routine to auto-select appropriate port between
  either hardware-only serial or hardware-plus-software serial
  both depend on which TX and RX pins are selected
- allow to use 'swapped' uart0 mode with pinx 13 and 15
- software serial is no longer forced upon the user, setup depends on
  which tx and rx are used in config
- allow to either send or receive data as HEX strings
  mqtt received `616263` gets written as `abc` and vice versa
- (optional) send termination byte when writing to serial
2022-09-23 03:09:13 +03:00
..
2022-05-05 17:50:21 +03:00
2022-09-21 04:31:20 +03:00
2019-07-11 00:34:17 +03:00
2022-05-05 17:50:21 +03:00
2022-09-21 04:21:23 +03:00
2019-07-11 00:34:17 +03:00