From c74693ec89f38badc17beec9f73696ddb4141557 Mon Sep 17 00:00:00 2001 From: Lucidiot Date: Tue, 1 Jun 2021 18:10:10 +0200 Subject: [PATCH] Use TSV --- src/main.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ino b/src/main.ino index 1389e6d..89f082a 100644 --- a/src/main.ino +++ b/src/main.ino @@ -1,6 +1,6 @@ #include "ESP8266WiFi.h" #define LED_PIN LED_BUILTIN -#define COLUMN_SEPARATOR "," +#define COLUMN_SEPARATOR "\t" #define ROW_SEPARATOR "\n" void setup() {