From fa32959963f47bc633e8192d7ca7b12de4a9d8de Mon Sep 17 00:00:00 2001 From: luc lebosse Date: Mon, 5 Sep 2016 15:34:36 +0200 Subject: [PATCH] Rename last esp8266 reference to ESP3D --- esp3d/command.cpp | 2 +- esp3d/command.h | 2 +- esp3d/config.cpp | 2 +- esp3d/webinterface.h | 2 +- esp3d/wifi.cpp | 2 +- esp3d/wifi.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esp3d/command.cpp b/esp3d/command.cpp index b1b32a77..7bb47a12 100644 --- a/esp3d/command.cpp +++ b/esp3d/command.cpp @@ -1,5 +1,5 @@ /* - command.cpp - esp8266 configuration class + command.cpp - ESP3D configuration class Copyright (c) 2014 Luc Lebosse. All rights reserved. diff --git a/esp3d/command.h b/esp3d/command.h index a7d89992..1c393398 100644 --- a/esp3d/command.h +++ b/esp3d/command.h @@ -1,5 +1,5 @@ /* - command.h - esp8266 configuration class + command.h - ESP3D configuration class Copyright (c) 2014 Luc Lebosse. All rights reserved. diff --git a/esp3d/config.cpp b/esp3d/config.cpp index 2cad125b..61999104 100644 --- a/esp3d/config.cpp +++ b/esp3d/config.cpp @@ -1,5 +1,5 @@ /* - CONFIG.CPP- esp8266 configuration class + config.cpp- ESP3D configuration class Copyright (c) 2014 Luc Lebosse. All rights reserved. diff --git a/esp3d/webinterface.h b/esp3d/webinterface.h index 0a8f17f7..57346649 100644 --- a/esp3d/webinterface.h +++ b/esp3d/webinterface.h @@ -1,5 +1,5 @@ /* - webinterface.h - esp8266 configuration class + webinterface.h - ESP3D configuration class Copyright (c) 2014 Luc Lebosse. All rights reserved. diff --git a/esp3d/wifi.cpp b/esp3d/wifi.cpp index 782fe3bb..b8c398bb 100644 --- a/esp3d/wifi.cpp +++ b/esp3d/wifi.cpp @@ -1,5 +1,5 @@ /* - wifi.cpp - esp8266 configuration class + wifi.cpp - ESP3D configuration class Copyright (c) 2014 Luc Lebosse. All rights reserved. diff --git a/esp3d/wifi.h b/esp3d/wifi.h index 8fe8327c..1b59e485 100644 --- a/esp3d/wifi.h +++ b/esp3d/wifi.h @@ -1,5 +1,5 @@ /* - wifi.h - esp8266 configuration class + wifi.h - ESP3D configuration class Copyright (c) 2014 Luc Lebosse. All rights reserved.