diff options
author | SCratORS <scrators@mail.ru> | 2021-10-23 11:20:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 11:20:25 +0200 |
commit | 4bf6163f4766be231935e5a24f2b8db688e4c62d (patch) | |
tree | 641f890b52013c94a1472cf9f0cbd7cadd7f0a12 /esp32compat | |
parent | Update FTPCommon.h (diff) | |
download | FTPCLientServer-4bf6163f4766be231935e5a24f2b8db688e4c62d.tar FTPCLientServer-4bf6163f4766be231935e5a24f2b8db688e4c62d.tar.gz FTPCLientServer-4bf6163f4766be231935e5a24f2b8db688e4c62d.tar.bz2 FTPCLientServer-4bf6163f4766be231935e5a24f2b8db688e4c62d.tar.lz FTPCLientServer-4bf6163f4766be231935e5a24f2b8db688e4c62d.tar.xz FTPCLientServer-4bf6163f4766be231935e5a24f2b8db688e4c62d.tar.zst FTPCLientServer-4bf6163f4766be231935e5a24f2b8db688e4c62d.zip |
Diffstat (limited to 'esp32compat')
-rw-r--r-- | esp32compat/PolledTimeout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp32compat/PolledTimeout.h b/esp32compat/PolledTimeout.h index 64677b7..29118ee 100644 --- a/esp32compat/PolledTimeout.h +++ b/esp32compat/PolledTimeout.h @@ -27,7 +27,7 @@ #include <Arduino.h> -namespace esp32 +namespace ESP32 { |