diff options
author | SCratORS <scrators@mail.ru> | 2021-10-23 12:15:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 12:15:59 +0200 |
commit | fc321f557244ef928097a8c771e5b0732fe3b009 (patch) | |
tree | f5ad1941bf9d57b2123a0c5cd3a62cc62edb44e5 | |
parent | Add files via upload (diff) | |
download | FTPCLientServer-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.h | 2 |
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 { |