thelsing / knx

knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
GNU General Public License v3.0
276 stars 95 forks source link

fix #247 - TPUART Error Message #249

Closed thewhobox closed 1 year ago

thewhobox commented 1 year ago

This PR fixes the problem described in Issue #247

This will block the core at startup for "RESET_TIMEOUT" (100ms). Message "ERROR, TPUART not responding" will now only appear at startup if the TPUART is really not responding.

More detailed error messages (like letting now if tpuart is not responding after start) may included later.