summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSCratORS <scrators@mail.ru>2021-10-23 12:15:59 +0200
committerGitHub <noreply@github.com>2021-10-23 12:15:59 +0200
commitfc321f557244ef928097a8c771e5b0732fe3b009 (patch)
treef5ad1941bf9d57b2123a0c5cd3a62cc62edb44e5
parentAdd files via upload (diff)
downloadFTPCLientServer-fc321f557244ef928097a8c771e5b0732fe3b009.tar
FTPCLientServer-fc321f557244ef928097a8c771e5b0732fe3b009.tar.gz
FTPCLientServer-fc321f557244ef928097a8c771e5b0732fe3b009.tar.bz2
FTPCLientServer-fc321f557244ef928097a8c771e5b0732fe3b009.tar.lz
FTPCLientServer-fc321f557244ef928097a8c771e5b0732fe3b009.tar.xz
FTPCLientServer-fc321f557244ef928097a8c771e5b0732fe3b009.tar.zst
FTPCLientServer-fc321f557244ef928097a8c771e5b0732fe3b009.zip
-rw-r--r--esp8266compat/PolledTimeout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266compat/PolledTimeout.h b/esp8266compat/PolledTimeout.h
index dc12bba..fe9c9ca 100644
--- a/esp8266compat/PolledTimeout.h
+++ b/esp8266compat/PolledTimeout.h
@@ -27,7 +27,7 @@
#include <Arduino.h>
-namespace ESP8266
+namespace esp8266
{