From 3c43f18510e39e919d8f3dbcd935d3ee6698729d Mon Sep 17 00:00:00 2001 From: david gauchard Date: Thu, 16 Jun 2022 00:11:18 +0200 Subject: [PATCH] style --- libraries/FSTools/examples/Basic_example/Basic_example.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/FSTools/examples/Basic_example/Basic_example.ino b/libraries/FSTools/examples/Basic_example/Basic_example.ino index acacb362a..efa8b5740 100644 --- a/libraries/FSTools/examples/Basic_example/Basic_example.ino +++ b/libraries/FSTools/examples/Basic_example/Basic_example.ino @@ -32,7 +32,7 @@ FSTools fstools; #ifndef STASSID #define STASSID "xxxx" -#define STAPSK "xxxx" +#define STAPSK "xxxx" #endif const char* ssid = STASSID;