This commit is contained in:
Lucidiot 2021-06-01 18:10:10 +02:00
parent ecce8922c5
commit c74693ec89
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include "ESP8266WiFi.h" #include "ESP8266WiFi.h"
#define LED_PIN LED_BUILTIN #define LED_PIN LED_BUILTIN
#define COLUMN_SEPARATOR "," #define COLUMN_SEPARATOR "\t"
#define ROW_SEPARATOR "\n" #define ROW_SEPARATOR "\n"
void setup() { void setup() {