From 979313ee229ada19d56a8e6d9fae3e44b040aeb6 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 18 Jul 2018 06:46:03 -0700 Subject: [PATCH] Move example sketch to its own folder The Arduino IDE opens all files from a sketch folder as tabs of one project. So multiple sketches in the same folder causes compilation to fail with "redefinition of" errors. --- .../WebClientReadResponse.ino | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{WebClient => WebClientReadResponse}/WebClientReadResponse.ino (100%) diff --git a/examples/WebClient/WebClientReadResponse.ino b/examples/WebClientReadResponse/WebClientReadResponse.ino similarity index 100% rename from examples/WebClient/WebClientReadResponse.ino rename to examples/WebClientReadResponse/WebClientReadResponse.ino