From 8fdd0c7277481582a3a2d9e3b246c0ad0428e7f1 Mon Sep 17 00:00:00 2001 From: Funkeleinhorn Date: Fri, 23 Aug 2024 19:35:06 +0200 Subject: [PATCH] Remove known limitations comment from serprog.c Connecting over tcp is already possible by specifying net:: as a port. Performance is already good and further improvements would require custom AVR read/write logic to batch operations which seems not worth the maintenance effort for now. --- src/serprog.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/serprog.c b/src/serprog.c index c6622254e..c47b41b15 100644 --- a/src/serprog.c +++ b/src/serprog.c @@ -20,9 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * Known limitations: - * - performance is suboptimal - * - connecting over TCP/IP to programmers is not implemented yet */ #include "ac_cfg.h"