From eabab7d57badb122a159418b3d51ddc064994ccf Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Tue, 24 Mar 2020 11:49:17 +0100 Subject: [PATCH] update header fix default value for empty notification setting --- esp3d/configuration.h | 24 ++--- esp3d/esp3d.ino | 4 +- esp3d/src/core/commands.cpp | 6 +- esp3d/src/core/commands.h | 6 +- esp3d/src/core/debug_esp3d.cpp | 6 +- esp3d/src/core/debug_esp3d.h | 6 +- esp3d/src/core/esp3d.h | 6 +- esp3d/src/core/esp3doutput.cpp | 6 +- esp3d/src/core/esp3doutput.h | 6 +- esp3d/src/core/espcmd/ESP100.cpp | 6 +- esp3d/src/core/espcmd/ESP101.cpp | 6 +- esp3d/src/core/espcmd/ESP102.cpp | 6 +- esp3d/src/core/espcmd/ESP103.cpp | 6 +- esp3d/src/core/espcmd/ESP105.cpp | 6 +- esp3d/src/core/espcmd/ESP106.cpp | 6 +- esp3d/src/core/espcmd/ESP107.cpp | 6 +- esp3d/src/core/espcmd/ESP108.cpp | 6 +- esp3d/src/core/espcmd/ESP110.cpp | 6 +- esp3d/src/core/espcmd/ESP111.cpp | 6 +- esp3d/src/core/espcmd/ESP112.cpp | 6 +- esp3d/src/core/espcmd/ESP115.cpp | 6 +- esp3d/src/core/espcmd/ESP120.cpp | 6 +- esp3d/src/core/espcmd/ESP121.cpp | 6 +- esp3d/src/core/espcmd/ESP130.cpp | 6 +- esp3d/src/core/espcmd/ESP131.cpp | 6 +- esp3d/src/core/espcmd/ESP140.cpp | 6 +- esp3d/src/core/espcmd/ESP150.cpp | 6 +- esp3d/src/core/espcmd/ESP160.cpp | 6 +- esp3d/src/core/espcmd/ESP161.cpp | 6 +- esp3d/src/core/espcmd/ESP170.cpp | 6 +- esp3d/src/core/espcmd/ESP171.cpp | 6 +- esp3d/src/core/espcmd/ESP172.cpp | 6 +- esp3d/src/core/espcmd/ESP180.cpp | 6 +- esp3d/src/core/espcmd/ESP181.cpp | 6 +- esp3d/src/core/espcmd/ESP200.cpp | 6 +- esp3d/src/core/espcmd/ESP201.cpp | 6 +- esp3d/src/core/espcmd/ESP210.cpp | 6 +- esp3d/src/core/espcmd/ESP214.cpp | 6 +- esp3d/src/core/espcmd/ESP215.cpp | 6 +- esp3d/src/core/espcmd/ESP216.cpp | 6 +- esp3d/src/core/espcmd/ESP250.cpp | 6 +- esp3d/src/core/espcmd/ESP290.cpp | 6 +- esp3d/src/core/espcmd/ESP400.cpp | 97 +++++++++---------- esp3d/src/core/espcmd/ESP401.cpp | 6 +- esp3d/src/core/espcmd/ESP410.cpp | 6 +- esp3d/src/core/espcmd/ESP420.cpp | 12 +-- esp3d/src/core/espcmd/ESP444.cpp | 6 +- esp3d/src/core/espcmd/ESP550.cpp | 6 +- esp3d/src/core/espcmd/ESP555.cpp | 6 +- esp3d/src/core/espcmd/ESP600.cpp | 6 +- esp3d/src/core/espcmd/ESP610.cpp | 6 +- esp3d/src/core/espcmd/ESP700.cpp | 6 +- esp3d/src/core/espcmd/ESP710.cpp | 6 +- esp3d/src/core/espcmd/ESP715.cpp | 6 +- esp3d/src/core/espcmd/ESP720.cpp | 6 +- esp3d/src/core/espcmd/ESP730.cpp | 6 +- esp3d/src/core/espcmd/ESP740.cpp | 6 +- esp3d/src/core/espcmd/ESP750.cpp | 6 +- esp3d/src/core/espcmd/ESP780.cpp | 6 +- esp3d/src/core/espcmd/ESP790.cpp | 6 +- esp3d/src/core/espcmd/ESP800.cpp | 6 +- esp3d/src/core/espcmd/ESP900.cpp | 6 +- esp3d/src/core/espcmd/ESP910.cpp | 6 +- esp3d/src/core/genLinkedList.h | 8 +- esp3d/src/core/hal.cpp | 6 +- esp3d/src/core/hal.h | 6 +- esp3d/src/core/settings_esp3d.cpp | 24 ++--- esp3d/src/core/settings_esp3d.h | 6 +- esp3d/src/include/defines.h | 6 +- esp3d/src/include/esp3d_config.h | 6 +- esp3d/src/include/pins.h | 6 +- esp3d/src/include/sanity_esp3d.h | 6 +- esp3d/src/include/version.h | 6 +- .../authentication/authentication_service.cpp | 6 +- .../authentication/authentication_service.h | 6 +- esp3d/src/modules/bluetooth/BT_service.cpp | 6 +- esp3d/src/modules/bluetooth/BT_service.h | 6 +- esp3d/src/modules/boot_delay/boot_delay.cpp | 6 +- esp3d/src/modules/boot_delay/boot_delay.h | 6 +- esp3d/src/modules/buzzer/buzzer.cpp | 6 +- esp3d/src/modules/buzzer/buzzer.h | 6 +- esp3d/src/modules/camera/camera.cpp | 6 +- esp3d/src/modules/camera/camera.h | 6 +- .../src/modules/devices/devices_services.cpp | 6 +- esp3d/src/modules/devices/devices_services.h | 6 +- esp3d/src/modules/dht/dht.cpp | 6 +- esp3d/src/modules/dht/dht.h | 6 +- .../display/advanced_ILI9341_320X240.h | 10 +- .../display/advanced_ILI9488_480X320.h | 10 +- esp3d/src/modules/display/advanced_SSD1306 .h | 10 +- .../src/modules/display/advanced_SSDSH1106.h | 10 +- esp3d/src/modules/display/advanceddisplay.cpp | 8 +- esp3d/src/modules/display/advanceddisplay.h | 8 +- .../modules/display/basic_ILI9341_320X240.h | 32 +++--- .../modules/display/basic_ILI9488_480X320.h | 32 +++--- esp3d/src/modules/display/basic_SSD1306.h | 38 ++++---- esp3d/src/modules/display/basic_SSDSH1106.h | 36 +++---- esp3d/src/modules/display/basicdisplay.cpp | 8 +- esp3d/src/modules/display/basicdisplay.h | 8 +- esp3d/src/modules/display/display.h | 6 +- esp3d/src/modules/display/esp3d_logo.h | 6 +- esp3d/src/modules/display/esp3d_logob.h | 6 +- esp3d/src/modules/display/lv_flash_drv.cpp | 6 +- esp3d/src/modules/display/lv_flash_drv.h | 6 +- esp3d/src/modules/ethernet/ethconfig.cpp | 6 +- esp3d/src/modules/ethernet/ethconfig.h | 6 +- .../src/modules/filesystem/esp_filesystem.cpp | 6 +- esp3d/src/modules/filesystem/esp_filesystem.h | 6 +- esp3d/src/modules/filesystem/esp_globalFS.cpp | 6 +- esp3d/src/modules/filesystem/esp_globalFS.h | 6 +- esp3d/src/modules/filesystem/esp_sd.cpp | 6 +- esp3d/src/modules/filesystem/esp_sd.h | 6 +- .../filesystem/flash/fat_esp32_filesystem.cpp | 6 +- .../flash/littlefs_esp8266_filesystem .cpp | 6 +- .../flash/spiffs_esp32_filesystem.cpp | 6 +- .../flash/spiffs_esp8266_filesystem.cpp | 6 +- .../modules/filesystem/sd/sd_native_esp32.cpp | 6 +- .../filesystem/sd/sd_native_esp8266.cpp | 6 +- .../modules/filesystem/sd/sd_sdfat_esp32.cpp | 6 +- .../src/modules/filesystem/sd/sdio_esp32.cpp | 6 +- esp3d/src/modules/ftp/ExtStreaming.h | 6 +- esp3d/src/modules/gcode_host/gcode_host.cpp | 6 +- esp3d/src/modules/gcode_host/gcode_host.h | 6 +- esp3d/src/modules/host/host_services.cpp | 6 +- esp3d/src/modules/host/host_services.h | 6 +- esp3d/src/modules/http/embedded.h | 8 +- .../modules/http/handles/handle-SD-files.cpp | 6 +- .../modules/http/handles/handle-command.cpp | 6 +- .../modules/http/handles/handle-config.cpp | 6 +- .../http/handles/handle-description_xml.cpp | 6 +- .../http/handles/handle-filenotfound.cpp | 6 +- .../src/modules/http/handles/handle-files.cpp | 6 +- .../src/modules/http/handles/handle-login.cpp | 6 +- .../src/modules/http/handles/handle-root.cpp | 6 +- .../modules/http/handles/handle-updatefw.cpp | 6 +- .../modules/http/handles/upload-SD-files.cpp | 6 +- .../src/modules/http/handles/upload-files.cpp | 6 +- .../modules/http/handles/upload-updatefw.cpp | 6 +- esp3d/src/modules/http/http_server.cpp | 6 +- esp3d/src/modules/http/http_server.h | 6 +- esp3d/src/modules/input/input.cpp | 6 +- esp3d/src/modules/input/input.h | 6 +- .../lua_interpreter_service.cpp | 6 +- .../lua_interpreter/lua_interpreter_service.h | 6 +- esp3d/src/modules/network/netconfig.cpp | 6 +- esp3d/src/modules/network/netconfig.h | 6 +- esp3d/src/modules/network/netservices.cpp | 6 +- esp3d/src/modules/network/netservices.h | 6 +- .../notifications/notifications_service.cpp | 10 +- .../notifications/notifications_service.h | 6 +- .../src/modules/recovery/recovery_service.cpp | 6 +- esp3d/src/modules/recovery/recovery_service.h | 6 +- esp3d/src/modules/serial/serial_service.cpp | 6 +- esp3d/src/modules/serial/serial_service.h | 6 +- esp3d/src/modules/telnet/telnet_server.cpp | 6 +- esp3d/src/modules/telnet/telnet_server.h | 6 +- esp3d/src/modules/time/time_server.cpp | 6 +- esp3d/src/modules/time/time_server.h | 6 +- .../modules/websocket/websocket_server.cpp | 16 +-- .../src/modules/websocket/websocket_server.h | 6 +- esp3d/src/modules/wifi/wificonfig.cpp | 10 +- esp3d/src/modules/wifi/wificonfig.h | 6 +- 162 files changed, 633 insertions(+), 630 deletions(-) diff --git a/esp3d/configuration.h b/esp3d/configuration.h index 1c7727c3..8251c76e 100644 --- a/esp3d/configuration.h +++ b/esp3d/configuration.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _CONFIGURATION_H @@ -43,12 +43,12 @@ #define TELNET_FEATURE //WS_DATA_FEATURE: allow to connect serial from Websocket -#define WS_DATA_FEATURE +//#define WS_DATA_FEATURE //DISPLAY_DEVICE: allow screen output -//OLED_I2C_SSD1306 1 -//OLED_I2C_SSDSH1106 2 -//TFT_SPI_ILI9341_320X240 3 +//OLED_I2C_SSD1306 1 +//OLED_I2C_SSDSH1106 2 +//TFT_SPI_ILI9341_320X240 3 //TFT_SPI_ILI9488_480X320 4 //#define DISPLAY_DEVICE TFT_SPI_ILI9488_480X320 @@ -70,17 +70,17 @@ #define DISPLAY_I2C_PIN_SDA 4 #define DISPLAY_I2C_PIN_SCL 15 #define DISPLAY_I2C_PIN_RST 16 //comment if not applicable -#define DISPLAY_I2C_ADDR 0x3c +#define DISPLAY_I2C_ADDR 0x3c #endif //(DISPLAY_DEVICE == OLED_I2C_SSD1306) || (DISPLAY_DEVICE == OLED_I2C_SSDSH1106) #define DISPLAY_FLIP_VERTICALY 1 //comment to disable #if (DISPLAY_DEVICE == TFT_SPI_ILI9341_320X240) || (DISPLAY_DEVICE == TFT_SPI_ILI9488_480X320) -#define DISPLAY_TOUCH_DRIVER XPT2046_SPI +#define DISPLAY_TOUCH_DRIVER XPT2046_SPI #define DISPLAY_LED_PIN 33 //-1 if none #endif //(DISPLAY_DEVICE == TFT_SPI_ILI9341_320X240) || (DISPLAY_DEVICE == TFT_SPI_ILI9488_480X320) #endif //DISPLAY_DEVICE //INPUT_DEVICE: allow input -//ROTARY_ENCODER 1 +//ROTARY_ENCODER 1 //#define INPUT_DEVICE ROTARY_ENCODER //DHT_DEVICE: send update of temperature / humidity based on DHT 11/22 @@ -107,7 +107,7 @@ //ESP_SD_NATIVE 1 //esp32 / esp8266 //ESP_SDIO 2 //esp32 only //ESP_SDFAT 3 //esp8266 (same as native) / esp32 -#define SD_DEVICE ESP_SDFAT +//#define SD_DEVICE ESP_SDFAT //pin if reader has insert detection feature //let -1 or comment if none @@ -206,7 +206,7 @@ //DEBUG_OUTPUT_SERIAL2 3 //DEBUG_OUTPUT_TELNET 4 //DEBUG_OUTPUT_WEBSOCKET 5 -//#define ESP_DEBUG_FEATURE DEBUG_OUTPUT_SERIAL0 +#define ESP_DEBUG_FEATURE DEBUG_OUTPUT_SERIAL0 #ifdef ESP_DEBUG_FEATURE #define DEBUG_ESP3D_OUTPUT_PORT 8000 diff --git a/esp3d/esp3d.ino b/esp3d/esp3d.ino index 3243c8ce..fc845da7 100644 --- a/esp3d/esp3d.ino +++ b/esp3d/esp3d.ino @@ -3,12 +3,12 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. diff --git a/esp3d/src/core/commands.cpp b/esp3d/src/core/commands.cpp index 27dbf2be..681fa4fa 100644 --- a/esp3d/src/core/commands.cpp +++ b/esp3d/src/core/commands.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../include/esp3d_config.h" diff --git a/esp3d/src/core/commands.h b/esp3d/src/core/commands.h index 3103d719..52a6deeb 100644 --- a/esp3d/src/core/commands.h +++ b/esp3d/src/core/commands.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/core/debug_esp3d.cpp b/esp3d/src/core/debug_esp3d.cpp index a8302959..f9e8dc30 100644 --- a/esp3d/src/core/debug_esp3d.cpp +++ b/esp3d/src/core/debug_esp3d.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/core/debug_esp3d.h b/esp3d/src/core/debug_esp3d.h index 06f2ad15..5ebb0402 100644 --- a/esp3d/src/core/debug_esp3d.h +++ b/esp3d/src/core/debug_esp3d.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/core/esp3d.h b/esp3d/src/core/esp3d.h index 5149a50f..76748e59 100644 --- a/esp3d/src/core/esp3d.h +++ b/esp3d/src/core/esp3d.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/core/esp3doutput.cpp b/esp3d/src/core/esp3doutput.cpp index 7b5e3a48..548ffc98 100644 --- a/esp3d/src/core/esp3doutput.cpp +++ b/esp3d/src/core/esp3doutput.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/core/esp3doutput.h b/esp3d/src/core/esp3doutput.h index e71c51c0..8dc9e3c1 100644 --- a/esp3d/src/core/esp3doutput.h +++ b/esp3d/src/core/esp3doutput.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/core/espcmd/ESP100.cpp b/esp3d/src/core/espcmd/ESP100.cpp index de87cb47..ab5f2845 100644 --- a/esp3d/src/core/espcmd/ESP100.cpp +++ b/esp3d/src/core/espcmd/ESP100.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP101.cpp b/esp3d/src/core/espcmd/ESP101.cpp index 569e939b..209d1f24 100644 --- a/esp3d/src/core/espcmd/ESP101.cpp +++ b/esp3d/src/core/espcmd/ESP101.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP102.cpp b/esp3d/src/core/espcmd/ESP102.cpp index cd451708..3a14c77b 100644 --- a/esp3d/src/core/espcmd/ESP102.cpp +++ b/esp3d/src/core/espcmd/ESP102.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP103.cpp b/esp3d/src/core/espcmd/ESP103.cpp index eeb14221..4b3d045e 100644 --- a/esp3d/src/core/espcmd/ESP103.cpp +++ b/esp3d/src/core/espcmd/ESP103.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP105.cpp b/esp3d/src/core/espcmd/ESP105.cpp index 58ca3b08..55d59104 100644 --- a/esp3d/src/core/espcmd/ESP105.cpp +++ b/esp3d/src/core/espcmd/ESP105.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP106.cpp b/esp3d/src/core/espcmd/ESP106.cpp index 7bd55385..251078df 100644 --- a/esp3d/src/core/espcmd/ESP106.cpp +++ b/esp3d/src/core/espcmd/ESP106.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP107.cpp b/esp3d/src/core/espcmd/ESP107.cpp index 420cbacd..b255abcf 100644 --- a/esp3d/src/core/espcmd/ESP107.cpp +++ b/esp3d/src/core/espcmd/ESP107.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP108.cpp b/esp3d/src/core/espcmd/ESP108.cpp index 8a79b850..9e2afe27 100644 --- a/esp3d/src/core/espcmd/ESP108.cpp +++ b/esp3d/src/core/espcmd/ESP108.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP110.cpp b/esp3d/src/core/espcmd/ESP110.cpp index a77f033f..a94db365 100644 --- a/esp3d/src/core/espcmd/ESP110.cpp +++ b/esp3d/src/core/espcmd/ESP110.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP111.cpp b/esp3d/src/core/espcmd/ESP111.cpp index 299ee2ee..06dd7454 100644 --- a/esp3d/src/core/espcmd/ESP111.cpp +++ b/esp3d/src/core/espcmd/ESP111.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP112.cpp b/esp3d/src/core/espcmd/ESP112.cpp index b7ba97ab..ea57f4c6 100644 --- a/esp3d/src/core/espcmd/ESP112.cpp +++ b/esp3d/src/core/espcmd/ESP112.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP115.cpp b/esp3d/src/core/espcmd/ESP115.cpp index 533c9ea9..c0eb1603 100644 --- a/esp3d/src/core/espcmd/ESP115.cpp +++ b/esp3d/src/core/espcmd/ESP115.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP120.cpp b/esp3d/src/core/espcmd/ESP120.cpp index 81eab120..f159517b 100644 --- a/esp3d/src/core/espcmd/ESP120.cpp +++ b/esp3d/src/core/espcmd/ESP120.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP121.cpp b/esp3d/src/core/espcmd/ESP121.cpp index a4f21505..bee5941a 100644 --- a/esp3d/src/core/espcmd/ESP121.cpp +++ b/esp3d/src/core/espcmd/ESP121.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP130.cpp b/esp3d/src/core/espcmd/ESP130.cpp index 73034b26..71f4df44 100644 --- a/esp3d/src/core/espcmd/ESP130.cpp +++ b/esp3d/src/core/espcmd/ESP130.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP131.cpp b/esp3d/src/core/espcmd/ESP131.cpp index 5745c8da..f77b464a 100644 --- a/esp3d/src/core/espcmd/ESP131.cpp +++ b/esp3d/src/core/espcmd/ESP131.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP140.cpp b/esp3d/src/core/espcmd/ESP140.cpp index 9005d34e..d1da1d71 100644 --- a/esp3d/src/core/espcmd/ESP140.cpp +++ b/esp3d/src/core/espcmd/ESP140.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP150.cpp b/esp3d/src/core/espcmd/ESP150.cpp index 73c5e2a4..abe84d7a 100644 --- a/esp3d/src/core/espcmd/ESP150.cpp +++ b/esp3d/src/core/espcmd/ESP150.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP160.cpp b/esp3d/src/core/espcmd/ESP160.cpp index 2c084f33..32d79fb2 100644 --- a/esp3d/src/core/espcmd/ESP160.cpp +++ b/esp3d/src/core/espcmd/ESP160.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP161.cpp b/esp3d/src/core/espcmd/ESP161.cpp index 35d931f3..cc368509 100644 --- a/esp3d/src/core/espcmd/ESP161.cpp +++ b/esp3d/src/core/espcmd/ESP161.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP170.cpp b/esp3d/src/core/espcmd/ESP170.cpp index 763860de..c29c3fe0 100644 --- a/esp3d/src/core/espcmd/ESP170.cpp +++ b/esp3d/src/core/espcmd/ESP170.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP171.cpp b/esp3d/src/core/espcmd/ESP171.cpp index 0545b008..d2b23b17 100644 --- a/esp3d/src/core/espcmd/ESP171.cpp +++ b/esp3d/src/core/espcmd/ESP171.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP172.cpp b/esp3d/src/core/espcmd/ESP172.cpp index f2117947..8f517883 100644 --- a/esp3d/src/core/espcmd/ESP172.cpp +++ b/esp3d/src/core/espcmd/ESP172.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP180.cpp b/esp3d/src/core/espcmd/ESP180.cpp index 5a1d1878..9bb5ce1d 100644 --- a/esp3d/src/core/espcmd/ESP180.cpp +++ b/esp3d/src/core/espcmd/ESP180.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP181.cpp b/esp3d/src/core/espcmd/ESP181.cpp index 7dba49a7..64d4ab78 100644 --- a/esp3d/src/core/espcmd/ESP181.cpp +++ b/esp3d/src/core/espcmd/ESP181.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP200.cpp b/esp3d/src/core/espcmd/ESP200.cpp index 55917ad4..c09e790f 100644 --- a/esp3d/src/core/espcmd/ESP200.cpp +++ b/esp3d/src/core/espcmd/ESP200.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP201.cpp b/esp3d/src/core/espcmd/ESP201.cpp index 321c9af4..27a6fdb9 100644 --- a/esp3d/src/core/espcmd/ESP201.cpp +++ b/esp3d/src/core/espcmd/ESP201.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP210.cpp b/esp3d/src/core/espcmd/ESP210.cpp index a4495348..818ca791 100644 --- a/esp3d/src/core/espcmd/ESP210.cpp +++ b/esp3d/src/core/espcmd/ESP210.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP214.cpp b/esp3d/src/core/espcmd/ESP214.cpp index 2ade3f7d..cd413459 100644 --- a/esp3d/src/core/espcmd/ESP214.cpp +++ b/esp3d/src/core/espcmd/ESP214.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP215.cpp b/esp3d/src/core/espcmd/ESP215.cpp index ca4d8547..ead4bd0b 100644 --- a/esp3d/src/core/espcmd/ESP215.cpp +++ b/esp3d/src/core/espcmd/ESP215.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP216.cpp b/esp3d/src/core/espcmd/ESP216.cpp index f7f89cf6..e05e3f0f 100644 --- a/esp3d/src/core/espcmd/ESP216.cpp +++ b/esp3d/src/core/espcmd/ESP216.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP250.cpp b/esp3d/src/core/espcmd/ESP250.cpp index 3539df8e..e78bbbbf 100644 --- a/esp3d/src/core/espcmd/ESP250.cpp +++ b/esp3d/src/core/espcmd/ESP250.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP290.cpp b/esp3d/src/core/espcmd/ESP290.cpp index 75fe809f..350f24f9 100644 --- a/esp3d/src/core/espcmd/ESP290.cpp +++ b/esp3d/src/core/espcmd/ESP290.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP400.cpp b/esp3d/src/core/espcmd/ESP400.cpp index f2e3e475..0ea7e111 100644 --- a/esp3d/src/core/espcmd/ESP400.cpp +++ b/esp3d/src/core/espcmd/ESP400.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" @@ -37,7 +37,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, #endif //AUTHENTICATION_FEATURE (void)cmd_params; //Start JSON - output->printLN ("{\"Settings\":["); + output->print ("{\"Settings\":["); //1- Baud Rate output->print ("{\"F\":\"printer\",\"P\":\""); output->print (ESP_BAUD_RATE); @@ -52,7 +52,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, } output->printf("{\"%ld\":\"%ld\"}", bl[i], bl[i]); } - output->printLN ("]}"); + output->print ("]}"); #if defined (WIFI_FEATURE) || defined (ETH_FEATURE) || defined(BT_FEATURE) //2 - Hostname @@ -64,7 +64,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_string_size(ESP_HOSTNAME)); output->print ("\", \"M\":\""); output->print (Settings_ESP3D::get_min_string_size(ESP_HOSTNAME)); - output->printLN ("\"}"); + output->print ("\"}"); #endif //WIFI_FEATURE || ETH_FEATURE || BT_FEATURE //3 - radio mode output->print (",{\"F\":\"network\",\"P\":\""); @@ -81,7 +81,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, #ifdef ETH_FEATURE output->print (",{\"ETH-STA\":\"4\"}"); #endif //ETH_FEATURE - output->printLN ("]}"); + output->print ("]}"); #ifdef WIFI_FEATURE //4 - STA SSID output->print (",{\"F\":\"network\",\"P\":\""); @@ -92,7 +92,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_string_size(ESP_STA_SSID)); output->print ("\",\"H\":\"Station SSID\",\"M\":\""); output->print (Settings_ESP3D::get_min_string_size(ESP_STA_SSID)); - output->printLN ("\"}"); + output->print ("\"}"); //5 - STA password output->print (",{\"F\":\"network\",\"P\":\""); @@ -103,7 +103,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_string_size(ESP_STA_PASSWORD)); output->print ("\",\"H\":\"Station Password\",\"M\":\""); output->print (Settings_ESP3D::get_min_string_size(ESP_STA_PASSWORD)); - output->printLN ("\"}"); + output->print ("\"}"); //6-Station Network Mode //output->print (",{\"F\":\"network\",\"P\":\""); @@ -116,7 +116,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, //output->print (WIFI_PHY_MODE_11G); //output->print ("\"},{\"11n\":\""); //output->print (WIFI_PHY_MODE_11N); - //output->printLN ("\"}]}"); + //output->print ("\"}]}"); #endif //WIFI_FEATURE #if defined(WIFI_FEATURE) || defined(ETH_FEATURE) // 7 - STA IP mode @@ -124,28 +124,28 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (ESP_STA_IP_MODE); output->print ("\",\"T\":\"B\",\"V\":\""); output->print (Settings_ESP3D::read_byte(ESP_STA_IP_MODE)); - output->printLN ("\",\"H\":\"Station IP Mode\",\"O\":[{\"DHCP\":\"0\"},{\"Static\":\"1\"}]}"); + output->print ("\",\"H\":\"Station IP Mode\",\"O\":[{\"DHCP\":\"0\"},{\"Static\":\"1\"}]}"); //8-STA static IP output->print (",{\"F\":\"network\",\"P\":\""); output->print (ESP_STA_IP_VALUE); output->print ("\",\"T\":\"A\",\"V\":\""); output->print (Settings_ESP3D::read_IP_String(ESP_STA_IP_VALUE)); - output->printLN ("\",\"H\":\"Station Static IP\"}"); + output->print ("\",\"H\":\"Station Static IP\"}"); //9-STA static Gateway output->print (",{\"F\":\"network\",\"P\":\""); output->print (ESP_STA_GATEWAY_VALUE); output->print ("\",\"T\":\"A\",\"V\":\""); output->print (Settings_ESP3D::read_IP_String(ESP_STA_GATEWAY_VALUE)); - output->printLN ("\",\"H\":\"Station Static Gateway\"}"); + output->print ("\",\"H\":\"Station Static Gateway\"}"); //10-STA static Mask output->print (",{\"F\":\"network\",\"P\":\""); output->print (ESP_STA_MASK_VALUE); output->print ("\",\"T\":\"A\",\"V\":\""); output->print (Settings_ESP3D::read_IP_String(ESP_STA_MASK_VALUE)); - output->printLN ("\",\"H\":\"Station Static Mask\"}"); + output->print ("\",\"H\":\"Station Static Mask\"}"); #endif //WIFI_FEATURE || ETH_FEATURE #if defined(WIFI_FEATURE) //11 - AP SSID @@ -157,7 +157,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_string_size(ESP_AP_SSID)); output->print ("\",\"H\":\"AP SSID\",\"M\":\""); output->print (Settings_ESP3D::get_min_string_size(ESP_AP_SSID)); - output->printLN ("\"}"); + output->print ("\"}"); //12 - AP password output->print (",{\"F\":\"network\",\"P\":\""); @@ -168,14 +168,14 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_string_size(ESP_AP_PASSWORD)); output->print ("\",\"H\":\"AP Password\",\"M\":\""); output->print (Settings_ESP3D::get_max_string_size(ESP_AP_PASSWORD)); - output->printLN ("\"}"); + output->print ("\"}"); //13 - AP static IP output->print (",{\"F\":\"network\",\"P\":\""); output->print (ESP_AP_IP_VALUE); output->print ("\",\"T\":\"A\",\"V\":\""); output->print (Settings_ESP3D::read_IP_String(ESP_AP_IP_VALUE)); - output->printLN ("\",\"H\":\"AP Static IP\"}"); + output->print ("\",\"H\":\"AP Static IP\"}"); //14 - AP Channel output->print (",{\"F\":\"network\",\"P\":\""); @@ -189,7 +189,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, } output->printf("{\"%d\":\"%d\"}", i, i); } - output->printLN ("]}"); + output->print ("]}"); #endif //WIFI_FEATURE #ifdef HTTP_FEATURE @@ -198,7 +198,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (ESP_HTTP_ON); output->print ("\",\"T\":\"B\",\"V\":\""); output->print (Settings_ESP3D::read_byte(ESP_HTTP_ON)); - output->printLN ("\",\"H\":\"Enable HTTP\",\"O\":[{\"No\":\"0\"},{\"Yes\":\"1\"}]}"); + output->print ("\",\"H\":\"Enable HTTP\",\"O\":[{\"No\":\"0\"},{\"Yes\":\"1\"}]}"); //19-HTTP Port output->print (",{\"F\":\"network\",\"P\":\""); @@ -209,7 +209,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_int32_value(ESP_HTTP_PORT)); output->print ("\",\"M\":\""); output->print (Settings_ESP3D::get_min_int32_value(ESP_HTTP_PORT)); - output->printLN ("\"}"); + output->print ("\"}"); #endif //HTTP_FEATURE #ifdef TELNET_FEATURE @@ -218,7 +218,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (ESP_TELNET_ON); output->print ("\",\"T\":\"B\",\"V\":\""); output->print (Settings_ESP3D::read_byte(ESP_TELNET_ON)); - output->printLN ("\",\"H\":\"Enable Telnet\",\"O\":[{\"No\":\"0\"},{\"Yes\":\"1\"}]}"); + output->print ("\",\"H\":\"Enable Telnet\",\"O\":[{\"No\":\"0\"},{\"Yes\":\"1\"}]}"); //21-TELNET Port output->print (",{\"F\":\"network\",\"P\":\""); @@ -229,7 +229,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_int32_value(ESP_TELNET_PORT)); output->print ("\",\"M\":\""); output->print (Settings_ESP3D::get_min_int32_value(ESP_TELNET_PORT)); - output->printLN ("\"}"); + output->print ("\"}"); #endif //TELNET #ifdef FTP_FEATURE @@ -238,7 +238,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (ESP_FTP_ON); output->print ("\",\"T\":\"B\",\"V\":\""); output->print (Settings_ESP3D::read_byte(ESP_FTP_ON)); - output->printLN ("\",\"H\":\"Enable Ftp\",\"O\":[{\"No\":\"0\"},{\"Yes\":\"1\"}]}"); + output->print ("\",\"H\":\"Enable Ftp\",\"O\":[{\"No\":\"0\"},{\"Yes\":\"1\"}]}"); //FTP Ports output->print (",{\"F\":\"network\",\"P\":\""); @@ -249,7 +249,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_int32_value(ESP_FTP_CTRL_PORT)); output->print ("\",\"M\":\""); output->print (Settings_ESP3D::get_min_int32_value(ESP_FTP_CTRL_PORT)); - output->printLN ("\"}"); + output->print ("\"}"); output->print (",{\"F\":\"network\",\"P\":\""); output->print (ESP_FTP_DATA_ACTIVE_PORT); @@ -259,7 +259,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_int32_value(ESP_FTP_DATA_ACTIVE_PORT)); output->print ("\",\"M\":\""); output->print (Settings_ESP3D::get_min_int32_value(ESP_FTP_DATA_ACTIVE_PORT)); - output->printLN ("\"}"); + output->print ("\"}"); output->print (",{\"F\":\"network\",\"P\":\""); output->print (ESP_FTP_DATA_PASSIVE_PORT); @@ -269,7 +269,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_int32_value(ESP_FTP_DATA_PASSIVE_PORT)); output->print ("\",\"M\":\""); output->print (Settings_ESP3D::get_min_int32_value(ESP_FTP_DATA_PASSIVE_PORT)); - output->printLN ("\"}"); + output->print ("\"}"); #endif //FTP_FEATURE #ifdef CAMERA_DEVICE @@ -282,7 +282,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_int32_value(ESP_CAMERA_PORT)); output->print ("\",\"M\":\""); output->print (Settings_ESP3D::get_min_int32_value(ESP_CAMERA_PORT)); - output->printLN ("\"}"); + output->print ("\"}"); #endif //CAMERA_DEVICE #ifdef AUTHENTICATION_FEATURE @@ -295,7 +295,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_string_size(ESP_ADMIN_PWD)); output->print ("\",\"H\":\"Admin Password\",\"M\":\""); output->print (Settings_ESP3D::get_min_string_size(ESP_ADMIN_PWD)); - output->printLN ("\"}"); + output->print ("\"}"); //23-User password output->print (",{\"F\":\"network\",\"P\":\""); @@ -306,7 +306,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_string_size(ESP_USER_PWD)); output->print ("\",\"H\":\"User Password\",\"M\":\""); output->print (Settings_ESP3D::get_min_string_size(ESP_USER_PWD)); - output->printLN ("\"}"); + output->print ("\"}"); #endif //AUTHENTICATION_FEATURE #ifdef TIMESTAMP_FEATURE @@ -316,7 +316,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (ESP_INTERNET_TIME); output->print("\",\"T\":\"B\",\"V\":\""); output->print ((int8_t)Settings_ESP3D::read_byte(ESP_INTERNET_TIME)); - output->printLN("\",\"H\":\"Internet Time\",\"O\":[{\"No\":\"0\"},{\"Yes\":\"1\"}]}"); + output->print("\",\"H\":\"Internet Time\",\"O\":[{\"No\":\"0\"},{\"Yes\":\"1\"}]}"); //24b-Time zone output->print (",{\"F\":\"network\",\"P\":\""); @@ -330,14 +330,14 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, } output->printf("{\"%d\":\"%d\"}", i, i); } - output->printLN("]}"); + output->print("]}"); //25- DST output->print (",{\"F\":\"network\",\"P\":\""); output->print (ESP_TIME_IS_DST); output->print("\",\"T\":\"B\",\"V\":\""); output->print (Settings_ESP3D::read_byte(ESP_TIME_IS_DST)); - output->printLN("\",\"H\":\"Day Saving Time\",\"O\":[{\"No\":\"0\"},{\"Yes\":\"1\"}]}"); + output->print("\",\"H\":\"Day Saving Time\",\"O\":[{\"No\":\"0\"},{\"Yes\":\"1\"}]}"); //26- Time Server1 output->print (",{\"F\":\"network\",\"P\":\""); @@ -348,7 +348,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_string_size(ESP_TIME_SERVER1)); output->print ("\",\"H\":\"Time Server 1\",\"M\":\""); output->print (Settings_ESP3D::get_min_string_size(ESP_TIME_SERVER1)); - output->printLN ("\"}"); + output->print ("\"}"); //27- Time Server2 output->print (",{\"F\":\"network\",\"P\":\""); @@ -359,7 +359,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_string_size(ESP_TIME_SERVER2)); output->print ("\",\"H\":\"Time Server 2\",\"M\":\""); output->print (Settings_ESP3D::get_min_string_size(ESP_TIME_SERVER2)); - output->printLN ("\"}"); + output->print ("\"}"); //28- Time Server3 output->print (",{\"F\":\"network\",\"P\":\""); @@ -370,7 +370,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_string_size(ESP_TIME_SERVER3)); output->print ("\",\"H\":\"Time Server 3\",\"M\":\""); output->print (Settings_ESP3D::get_min_string_size(ESP_TIME_SERVER3)); - output->printLN ("\"}"); + output->print ("\"}"); #endif //TIMESTAMP_FEATURE #ifdef NOTIFICATION_FEATURE //Auto notification @@ -378,7 +378,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (ESP_AUTO_NOTIFICATION); output->print("\",\"T\":\"B\",\"V\":\""); output->print (Settings_ESP3D::read_byte(ESP_AUTO_NOTIFICATION)); - output->printLN("\",\"H\":\"Auto notification\",\"O\":[{\"No\":\"0\"},{\"Yes\":\"1\"}]}"); + output->print("\",\"H\":\"Auto notification\",\"O\":[{\"No\":\"0\"},{\"Yes\":\"1\"}]}"); //Notification type output->print (",{\"F\":\"network\",\"P\":\""); output->print (ESP_NOTIFICATION_TYPE); @@ -390,7 +390,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (ESP_EMAIL_NOTIFICATION); output->print ("\"},{\"Line\":\""); output->print (ESP_LINE_NOTIFICATION); - output->printLN ("\"}]}"); + output->print ("\"}]}"); //Token 1 output->print (",{\"F\":\"network\",\"P\":\""); output->print (ESP_NOTIFICATION_TOKEN1); @@ -400,7 +400,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_string_size(ESP_NOTIFICATION_TOKEN1)); output->print ("\",\"H\":\"Token 1\",\"M\":\""); output->print (Settings_ESP3D::get_min_string_size(ESP_NOTIFICATION_TOKEN1)); - output->printLN ("\"}"); + output->print ("\"}"); //Token 2 output->print (",{\"F\":\"network\",\"P\":\""); output->print (ESP_NOTIFICATION_TOKEN2); @@ -410,7 +410,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_string_size(ESP_NOTIFICATION_TOKEN2)); output->print ("\",\"H\":\"Token 2\",\"M\":\""); output->print (Settings_ESP3D::get_min_string_size(ESP_NOTIFICATION_TOKEN2)); - output->printLN ("\"}"); + output->print ("\"}"); //Notifications Settings output->print (",{\"F\":\"network\",\"P\":\""); output->print (ESP_NOTIFICATION_SETTINGS); @@ -420,7 +420,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_string_size(ESP_NOTIFICATION_SETTINGS)); output->print ("\",\"H\":\"Notifications Settings\",\"M\":\""); output->print (Settings_ESP3D::get_min_string_size(ESP_NOTIFICATION_SETTINGS)); - output->printLN ("\"}"); + output->print ("\"}"); #endif //NOTIFICATION_FEATURE #ifdef BUZZER_DEVICE //Buzzer state @@ -428,7 +428,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (ESP_BUZZER); output->print ("\",\"T\":\"B\",\"V\":\""); output->print (Settings_ESP3D::read_byte(ESP_BUZZER)); - output->printLN ("\",\"H\":\"Buzzer\",\"O\":[{\"No\":\"0\"},{\"Yes\":\"1\"}]}"); + output->print ("\",\"H\":\"Buzzer\",\"O\":[{\"No\":\"0\"},{\"Yes\":\"1\"}]}"); #endif //BUZZER_DEVICE //Target FW output->print (",{\"F\":\"printer\",\"P\":\""); @@ -449,7 +449,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (GRBL); output->print ("\"},{\"Unknown\":\""); output->print (UNKNOWN_FW); - output->printLN ("\"}]}"); + output->print ("\"}]}"); #ifdef DHT_DEVICE //DHT type output->print (",{\"F\":\"printer\",\"P\":\""); @@ -460,7 +460,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (DHT11_DEVICE); output->print ("\"},{\"DHT22\":\""); output->print (DHT22_DEVICE); - output->printLN ("\"}]}"); + output->print ("\"}]}"); //DHT interval output->print (",{\"F\":\"printer\",\"P\":\""); @@ -471,7 +471,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_int32_value(ESP_DHT_INTERVAL)); output->print ("\",\"M\":\""); output->print (Settings_ESP3D::get_min_int32_value(ESP_DHT_INTERVAL)); - output->printLN ("\"}"); + output->print ("\"}"); #endif //DHT_DEVICE //Start delay output->print (",{\"F\":\"printer\",\"P\":\""); @@ -482,7 +482,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print (Settings_ESP3D::get_max_int32_value(ESP_BOOT_DELAY)); output->print ("\",\"M\":\""); output->print (Settings_ESP3D::get_min_int32_value(ESP_BOOT_DELAY)); - output->printLN ("\"}"); + output->print ("\"}"); //Output flag output->print (",{\"F\":\"printer\",\"P\":\""); output->print (ESP_OUTPUT_FLAG); @@ -502,7 +502,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, #ifdef TELNET_FEATURE output->printf (",{\"Telnet\":\"%d\"}", ESP_TELNET_CLIENT); #endif //TELNET_FEATURE - output->printLN ("]}"); + output->print ("]}"); #ifdef SD_DEVICE //Direct SD output->print(",{\"F\":\"printer\",\"P\":\""); @@ -510,7 +510,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print("\",\"T\":\"B\",\"V\":\""); output->print (Settings_ESP3D::read_byte(ESP_SD_DEVICE_TYPE)); //hard coded for readibility but should use ESP_NO_SD / ESP_DIRECT_SD / ESP_SHARED_SD - output->printLN("\",\"H\":\"SD Device\",\"O\":[{\"None\":\"0\"},{\"Direct\":\"1\"},{\"Shared\":\"2\"}]}"); + output->print("\",\"H\":\"SD Device\",\"O\":[{\"None\":\"0\"},{\"Direct\":\"1\"},{\"Shared\":\"2\"}]}"); //SPI SD Divider output->print(",{\"F\":\"printer\",\"P\":\""); output->print(ESP_SD_SPEED_DIV); @@ -519,7 +519,6 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type, output->print("\",\"H\":\"SD speed divider\",\"O\":[{\"1\":\"1\"},{\"2\":\"2\"},{\"3\":\"3\"},{\"4\":\"4\"},{\"6\":\"6\"},{\"8\":\"8\"},{\"16\":\"16\"},{\"32\":\"32\"}]}"); #endif //SD_DEVICE - output->printLN ("]}"); - + output->print ("]}"); return true; } diff --git a/esp3d/src/core/espcmd/ESP401.cpp b/esp3d/src/core/espcmd/ESP401.cpp index c0ec38ed..350a264b 100644 --- a/esp3d/src/core/espcmd/ESP401.cpp +++ b/esp3d/src/core/espcmd/ESP401.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP410.cpp b/esp3d/src/core/espcmd/ESP410.cpp index 1ebee713..1bf39025 100644 --- a/esp3d/src/core/espcmd/ESP410.cpp +++ b/esp3d/src/core/espcmd/ESP410.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP420.cpp b/esp3d/src/core/espcmd/ESP420.cpp index b5441566..7180980f 100644 --- a/esp3d/src/core/espcmd/ESP420.cpp +++ b/esp3d/src/core/espcmd/ESP420.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" @@ -1174,13 +1174,13 @@ bool Commands::ESP420(const char* cmd_params, level_authenticate_type auth_type, #endif //DEBUG_OUTPUT_SERIAL1 #if ESP_DEBUG_FEATURE == DEBUG_OUTPUT_SERIAL2 output->print ("Serial2"); -#endif //DEBUG_OUTPUT_SERIAL2 +#endif //DEBUG_OUTPUT_SERIAL2 #if ESP_DEBUG_FEATURE == DEBUG_OUTPUT_TELNET output->printf ("Telnet(%d)", DEBUG_ESP3D_OUTPUT_PORT); -#endif //DEBUG_OUTPUT_TELNET +#endif //DEBUG_OUTPUT_TELNET #if ESP_DEBUG_FEATURE == DEBUG_OUTPUT_WEBSOCKET output->printf ("Websocket(%d)", DEBUG_ESP3D_OUTPUT_PORT); -#endif //DEBUG_OUTPUT_WEBSOCKET +#endif //DEBUG_OUTPUT_WEBSOCKET if (!plain) { output->print ("\"}"); } else { diff --git a/esp3d/src/core/espcmd/ESP444.cpp b/esp3d/src/core/espcmd/ESP444.cpp index 58a76400..5fe93c70 100644 --- a/esp3d/src/core/espcmd/ESP444.cpp +++ b/esp3d/src/core/espcmd/ESP444.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP550.cpp b/esp3d/src/core/espcmd/ESP550.cpp index 97441b6b..127fca1e 100644 --- a/esp3d/src/core/espcmd/ESP550.cpp +++ b/esp3d/src/core/espcmd/ESP550.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP555.cpp b/esp3d/src/core/espcmd/ESP555.cpp index 11b88403..20e74f27 100644 --- a/esp3d/src/core/espcmd/ESP555.cpp +++ b/esp3d/src/core/espcmd/ESP555.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP600.cpp b/esp3d/src/core/espcmd/ESP600.cpp index 8295a404..05244351 100644 --- a/esp3d/src/core/espcmd/ESP600.cpp +++ b/esp3d/src/core/espcmd/ESP600.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP610.cpp b/esp3d/src/core/espcmd/ESP610.cpp index e74a533e..191b71fc 100644 --- a/esp3d/src/core/espcmd/ESP610.cpp +++ b/esp3d/src/core/espcmd/ESP610.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP700.cpp b/esp3d/src/core/espcmd/ESP700.cpp index 618c215e..410dd00f 100644 --- a/esp3d/src/core/espcmd/ESP700.cpp +++ b/esp3d/src/core/espcmd/ESP700.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP710.cpp b/esp3d/src/core/espcmd/ESP710.cpp index 6ccc3c09..5b20c07b 100644 --- a/esp3d/src/core/espcmd/ESP710.cpp +++ b/esp3d/src/core/espcmd/ESP710.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP715.cpp b/esp3d/src/core/espcmd/ESP715.cpp index b87bdf94..2f6a633a 100644 --- a/esp3d/src/core/espcmd/ESP715.cpp +++ b/esp3d/src/core/espcmd/ESP715.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP720.cpp b/esp3d/src/core/espcmd/ESP720.cpp index e2da6dd9..1d41f001 100644 --- a/esp3d/src/core/espcmd/ESP720.cpp +++ b/esp3d/src/core/espcmd/ESP720.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP730.cpp b/esp3d/src/core/espcmd/ESP730.cpp index fb59fa34..9e7d2ed3 100644 --- a/esp3d/src/core/espcmd/ESP730.cpp +++ b/esp3d/src/core/espcmd/ESP730.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP740.cpp b/esp3d/src/core/espcmd/ESP740.cpp index 386a9150..3ccb2d07 100644 --- a/esp3d/src/core/espcmd/ESP740.cpp +++ b/esp3d/src/core/espcmd/ESP740.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP750.cpp b/esp3d/src/core/espcmd/ESP750.cpp index b0e64f17..9f286906 100644 --- a/esp3d/src/core/espcmd/ESP750.cpp +++ b/esp3d/src/core/espcmd/ESP750.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP780.cpp b/esp3d/src/core/espcmd/ESP780.cpp index 502ddc07..1559a623 100644 --- a/esp3d/src/core/espcmd/ESP780.cpp +++ b/esp3d/src/core/espcmd/ESP780.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP790.cpp b/esp3d/src/core/espcmd/ESP790.cpp index 11ac9d42..16874055 100644 --- a/esp3d/src/core/espcmd/ESP790.cpp +++ b/esp3d/src/core/espcmd/ESP790.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP800.cpp b/esp3d/src/core/espcmd/ESP800.cpp index 00e91309..0177a021 100644 --- a/esp3d/src/core/espcmd/ESP800.cpp +++ b/esp3d/src/core/espcmd/ESP800.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP900.cpp b/esp3d/src/core/espcmd/ESP900.cpp index 9c75b800..495093b6 100644 --- a/esp3d/src/core/espcmd/ESP900.cpp +++ b/esp3d/src/core/espcmd/ESP900.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/espcmd/ESP910.cpp b/esp3d/src/core/espcmd/ESP910.cpp index 691fc7a5..177a388e 100644 --- a/esp3d/src/core/espcmd/ESP910.cpp +++ b/esp3d/src/core/espcmd/ESP910.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/core/genLinkedList.h b/esp3d/src/core/genLinkedList.h index e708c3e6..6a1ec760 100644 --- a/esp3d/src/core/genLinkedList.h +++ b/esp3d/src/core/genLinkedList.h @@ -4,18 +4,18 @@ Copyright (c) 2018 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _GENLINKEDLIST_H @@ -57,7 +57,7 @@ private: //First GenNode GenNode *_head; //Last GenNode - GenNode *_tail; + GenNode *_tail; }; //Constructor diff --git a/esp3d/src/core/hal.cpp b/esp3d/src/core/hal.cpp index 2155d8da..9331624d 100644 --- a/esp3d/src/core/hal.cpp +++ b/esp3d/src/core/hal.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/core/hal.h b/esp3d/src/core/hal.h index a4e243ec..376f9c9f 100644 --- a/esp3d/src/core/hal.h +++ b/esp3d/src/core/hal.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/core/settings_esp3d.cpp b/esp3d/src/core/settings_esp3d.cpp index 165d8fb9..caaf6621 100644 --- a/esp3d/src/core/settings_esp3d.cpp +++ b/esp3d/src/core/settings_esp3d.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ @@ -26,7 +26,7 @@ #if ESP_SAVE_SETTINGS == SETTINGS_IN_EEPROM #include //EEPROM SIZE (Up to 4096) -#define EEPROM_SIZE 2048 //max is 2048 +#define EEPROM_SIZE 2048 //max is 2048 #endif //SETTINGS_IN_EEPROM #if defined (WIFI_FEATURE) || defined(ETH_FEATURE) @@ -51,8 +51,8 @@ #define MAX_LOCAL_PASSWORD_LENGTH 20 #define MIN_LOCAL_PASSWORD_LENGTH 1 #define MAX_VERSION_LENGTH 7 //ESP3DXX -#define MAX_BOOT_DELAY 40000 -#define MIN_BOOT_DELAY 0 +#define MAX_BOOT_DELAY 40000 +#define MIN_BOOT_DELAY 0 #define MIN_NOTIFICATION_TOKEN_LENGTH 0 #define MIN_NOTIFICATION_SETTINGS_LENGTH 0 #define MAX_NOTIFICATION_TOKEN_LENGTH 63 @@ -109,7 +109,7 @@ #define DEFAULT_NOTIFICATION_TYPE 0 #define DEFAULT_NOTIFICATION_TOKEN1 "" #define DEFAULT_NOTIFICATION_TOKEN2 "" -#define DEFAULT_NOTIFICATION_SETTINGS "" +#define DEFAULT_NOTIFICATION_SETTINGS "#NONE#" #define DEFAULT_AUTO_NOTIFICATION_STATE 1 @@ -124,7 +124,7 @@ #define DEFAULT_CAMERA_PORT 9600L #define DEFAULT_TELNET_PORT 23L #define DEFAULT_DHT_INTERVAL 30000L -#define DEFAULT_BOOT_DELAY 10000L +#define DEFAULT_BOOT_DELAY 10000L #define DEFAULT_CALIBRATION_VALUE 0 #define DEFAULT_CALIBRATION_DONE 0 @@ -144,11 +144,11 @@ const char DEFAULT_ADMIN_PWD [] = "admin"; const char DEFAULT_USER_PWD [] = "user"; #endif //AUTHENTICATION_FEATURE #ifdef TIMESTAMP_FEATURE -const char DEFAULT_TIME_SERVER1 [] = "1.pool.ntp.org"; -const char DEFAULT_TIME_SERVER2 [] = "2.pool.ntp.org"; -const char DEFAULT_TIME_SERVER3 [] = "0.pool.ntp.org"; +const char DEFAULT_TIME_SERVER1 [] = "1.pool.ntp.org"; +const char DEFAULT_TIME_SERVER2 [] = "2.pool.ntp.org"; +const char DEFAULT_TIME_SERVER3 [] = "0.pool.ntp.org"; #endif //TIMESTAMP_FEATURE -const char DEFAULT_SETTINGS_VERSION [] = "ESP3D"; +const char DEFAULT_SETTINGS_VERSION [] = "ESP3D"; #if defined (WIFI_FEATURE) ||defined (ETH_FEATURE) //default IP values diff --git a/esp3d/src/core/settings_esp3d.h b/esp3d/src/core/settings_esp3d.h index 67e582d7..93b34ca9 100644 --- a/esp3d/src/core/settings_esp3d.h +++ b/esp3d/src/core/settings_esp3d.h @@ -4,18 +4,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/include/defines.h b/esp3d/src/include/defines.h index da8b624f..b168ccfd 100644 --- a/esp3d/src/include/defines.h +++ b/esp3d/src/include/defines.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/include/esp3d_config.h b/esp3d/src/include/esp3d_config.h index 7388f935..6baf0968 100644 --- a/esp3d/src/include/esp3d_config.h +++ b/esp3d/src/include/esp3d_config.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/include/pins.h b/esp3d/src/include/pins.h index e9cb105f..db1bd516 100644 --- a/esp3d/src/include/pins.h +++ b/esp3d/src/include/pins.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/include/sanity_esp3d.h b/esp3d/src/include/sanity_esp3d.h index 7816cfac..378c2c5f 100644 --- a/esp3d/src/include/sanity_esp3d.h +++ b/esp3d/src/include/sanity_esp3d.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/include/version.h b/esp3d/src/include/version.h index 45f7a23e..a34fc4f6 100644 --- a/esp3d/src/include/version.h +++ b/esp3d/src/include/version.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/authentication/authentication_service.cpp b/esp3d/src/modules/authentication/authentication_service.cpp index 0c12438e..24cf1a32 100644 --- a/esp3d/src/modules/authentication/authentication_service.cpp +++ b/esp3d/src/modules/authentication/authentication_service.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/authentication/authentication_service.h b/esp3d/src/modules/authentication/authentication_service.h index 7ec2f575..420a16a6 100644 --- a/esp3d/src/modules/authentication/authentication_service.h +++ b/esp3d/src/modules/authentication/authentication_service.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/bluetooth/BT_service.cpp b/esp3d/src/modules/bluetooth/BT_service.cpp index e94fa646..4afd5c00 100644 --- a/esp3d/src/modules/bluetooth/BT_service.cpp +++ b/esp3d/src/modules/bluetooth/BT_service.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/bluetooth/BT_service.h b/esp3d/src/modules/bluetooth/BT_service.h index 6c865cec..2771f197 100644 --- a/esp3d/src/modules/bluetooth/BT_service.h +++ b/esp3d/src/modules/bluetooth/BT_service.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _BT_SERVICE_H diff --git a/esp3d/src/modules/boot_delay/boot_delay.cpp b/esp3d/src/modules/boot_delay/boot_delay.cpp index 43b57c61..f2b3e2d0 100644 --- a/esp3d/src/modules/boot_delay/boot_delay.cpp +++ b/esp3d/src/modules/boot_delay/boot_delay.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/boot_delay/boot_delay.h b/esp3d/src/modules/boot_delay/boot_delay.h index 2f792e5f..a17d08d2 100644 --- a/esp3d/src/modules/boot_delay/boot_delay.h +++ b/esp3d/src/modules/boot_delay/boot_delay.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/buzzer/buzzer.cpp b/esp3d/src/modules/buzzer/buzzer.cpp index 335473e0..e9d6456b 100644 --- a/esp3d/src/modules/buzzer/buzzer.cpp +++ b/esp3d/src/modules/buzzer/buzzer.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/buzzer/buzzer.h b/esp3d/src/modules/buzzer/buzzer.h index 1e8d1df5..57065366 100644 --- a/esp3d/src/modules/buzzer/buzzer.h +++ b/esp3d/src/modules/buzzer/buzzer.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _BUZZER_H diff --git a/esp3d/src/modules/camera/camera.cpp b/esp3d/src/modules/camera/camera.cpp index f604c5f3..6d31a9a7 100644 --- a/esp3d/src/modules/camera/camera.cpp +++ b/esp3d/src/modules/camera/camera.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/camera/camera.h b/esp3d/src/modules/camera/camera.h index d8ae55b2..7d28d357 100644 --- a/esp3d/src/modules/camera/camera.h +++ b/esp3d/src/modules/camera/camera.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/devices/devices_services.cpp b/esp3d/src/modules/devices/devices_services.cpp index d1468b68..d7853c8b 100644 --- a/esp3d/src/modules/devices/devices_services.cpp +++ b/esp3d/src/modules/devices/devices_services.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/devices/devices_services.h b/esp3d/src/modules/devices/devices_services.h index 8086ffb8..25670965 100644 --- a/esp3d/src/modules/devices/devices_services.h +++ b/esp3d/src/modules/devices/devices_services.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/dht/dht.cpp b/esp3d/src/modules/dht/dht.cpp index 2f72862e..cbb59016 100644 --- a/esp3d/src/modules/dht/dht.cpp +++ b/esp3d/src/modules/dht/dht.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/dht/dht.h b/esp3d/src/modules/dht/dht.h index a1eafe15..6a7ead74 100644 --- a/esp3d/src/modules/dht/dht.h +++ b/esp3d/src/modules/dht/dht.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/display/advanced_ILI9341_320X240.h b/esp3d/src/modules/display/advanced_ILI9341_320X240.h index 442fa297..eb9788fc 100644 --- a/esp3d/src/modules/display/advanced_ILI9341_320X240.h +++ b/esp3d/src/modules/display/advanced_ILI9341_320X240.h @@ -3,23 +3,23 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ //Screen size -#define SCREEN_WIDTH 320 -#define SCREEN_HEIGHT 240 +#define SCREEN_WIDTH 320 +#define SCREEN_HEIGHT 240 #define SNAP_SIZE (SCREEN_WIDTH * SCREEN_HEIGHT * 4) #define CALIBRATION_BG TFT_WHITE diff --git a/esp3d/src/modules/display/advanced_ILI9488_480X320.h b/esp3d/src/modules/display/advanced_ILI9488_480X320.h index 25d4d5c9..ba6798e2 100644 --- a/esp3d/src/modules/display/advanced_ILI9488_480X320.h +++ b/esp3d/src/modules/display/advanced_ILI9488_480X320.h @@ -3,23 +3,23 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ //Screen size -#define SCREEN_WIDTH 480 -#define SCREEN_HEIGHT 320 +#define SCREEN_WIDTH 480 +#define SCREEN_HEIGHT 320 #define SNAP_SIZE (SCREEN_WIDTH * SCREEN_HEIGHT * 4) #define CALIBRATION_BG TFT_WHITE diff --git a/esp3d/src/modules/display/advanced_SSD1306 .h b/esp3d/src/modules/display/advanced_SSD1306 .h index 029d6d2b..77bab020 100644 --- a/esp3d/src/modules/display/advanced_SSD1306 .h +++ b/esp3d/src/modules/display/advanced_SSD1306 .h @@ -3,20 +3,20 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ //Screen size -#define SCREEN_WIDTH 128 -#define SCREEN_HEIGHT 64 +#define SCREEN_WIDTH 128 +#define SCREEN_HEIGHT 64 diff --git a/esp3d/src/modules/display/advanced_SSDSH1106.h b/esp3d/src/modules/display/advanced_SSDSH1106.h index a18bdf11..b0cac7e6 100644 --- a/esp3d/src/modules/display/advanced_SSDSH1106.h +++ b/esp3d/src/modules/display/advanced_SSDSH1106.h @@ -3,23 +3,23 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ //Screen size -#define SCREEN_WIDTH 132 -#define SCREEN_HEIGHT 64 +#define SCREEN_WIDTH 132 +#define SCREEN_HEIGHT 64 #define CALIBRATION_BG TFT_BLACK #define CALIBRATION_FG TFT_GREEN diff --git a/esp3d/src/modules/display/advanceddisplay.cpp b/esp3d/src/modules/display/advanceddisplay.cpp index 470848aa..e2f91333 100644 --- a/esp3d/src/modules/display/advanceddisplay.cpp +++ b/esp3d/src/modules/display/advanceddisplay.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ @@ -322,7 +322,7 @@ bool Display::display_IP(bool force) case ESP_WIFI_AP: s = WiFi.softAPIP().toString(); break; -#endif //WIFI_FEATURE +#endif //WIFI_FEATURE #if defined (ETH_FEATURE) case ESP_ETH_STA: s = ETH.localIP().toString(); diff --git a/esp3d/src/modules/display/advanceddisplay.h b/esp3d/src/modules/display/advanceddisplay.h index d9b057fa..338c7afc 100644 --- a/esp3d/src/modules/display/advanceddisplay.h +++ b/esp3d/src/modules/display/advanceddisplay.h @@ -3,23 +3,23 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #define SPLASH_SCREEN 0 -#define CALIBRATION_SCREEN 1 +#define CALIBRATION_SCREEN 1 #define MAIN_SCREEN 2 #ifndef _ADVANCEDDISPLAY_H diff --git a/esp3d/src/modules/display/basic_ILI9341_320X240.h b/esp3d/src/modules/display/basic_ILI9341_320X240.h index 474967f7..8209ea1a 100644 --- a/esp3d/src/modules/display/basic_ILI9341_320X240.h +++ b/esp3d/src/modules/display/basic_ILI9341_320X240.h @@ -3,43 +3,43 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "esp3d_logob.h" //Screen size -#define SCREEN_WIDTH 320 -#define SCREEN_HEIGHT 240 +#define SCREEN_WIDTH 320 +#define SCREEN_HEIGHT 240 //Colors -#define SPLASH_FG TFT_BLACK -#define SPLASH_BG TFT_WHITE -#define SCREEN_BG TFT_BLACK -#define PROGRESS_FG TFT_WHITE -#define SIGNAL_FG TFT_WHITE -#define SSID_FG TFT_WHITE -#define IP_FG TFT_WHITE -#define STATUS_FG TFT_WHITE +#define SPLASH_FG TFT_BLACK +#define SPLASH_BG TFT_WHITE +#define SCREEN_BG TFT_BLACK +#define PROGRESS_FG TFT_WHITE +#define SIGNAL_FG TFT_WHITE +#define SSID_FG TFT_WHITE +#define IP_FG TFT_WHITE +#define STATUS_FG TFT_WHITE #define CALIBRATION_BG TFT_BLACK #define CALIBRATION_FG TFT_GREEN #define CALIBRATION_CORNER TFT_RED //Fonts #define FONTSIGNAL 2 -#define FONTSSID 2 -#define FONTIP 2 -#define FONTSTATUS 2 +#define FONTSSID 2 +#define FONTIP 2 +#define FONTSTATUS 2 #define FONTCALIBRATION 2 //Positions diff --git a/esp3d/src/modules/display/basic_ILI9488_480X320.h b/esp3d/src/modules/display/basic_ILI9488_480X320.h index ccbcbfae..3f9043eb 100644 --- a/esp3d/src/modules/display/basic_ILI9488_480X320.h +++ b/esp3d/src/modules/display/basic_ILI9488_480X320.h @@ -3,44 +3,44 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "esp3d_logob.h" //Screen size -#define SCREEN_WIDTH 480 -#define SCREEN_HEIGHT 320 +#define SCREEN_WIDTH 480 +#define SCREEN_HEIGHT 320 //Colors -#define SPLASH_FG TFT_BLACK -#define SPLASH_BG TFT_WHITE -#define SCREEN_BG TFT_BLACK -#define PROGRESS_FG TFT_WHITE -#define SIGNAL_FG TFT_WHITE -#define SSID_FG TFT_WHITE -#define IP_FG TFT_WHITE -#define STATUS_FG TFT_WHITE +#define SPLASH_FG TFT_BLACK +#define SPLASH_BG TFT_WHITE +#define SCREEN_BG TFT_BLACK +#define PROGRESS_FG TFT_WHITE +#define SIGNAL_FG TFT_WHITE +#define SSID_FG TFT_WHITE +#define IP_FG TFT_WHITE +#define STATUS_FG TFT_WHITE #define CALIBRATION_BG TFT_BLACK #define CALIBRATION_FG TFT_GREEN #define CALIBRATION_CORNER TFT_RED //Fonts #define FONTSIGNAL 2 -#define FONTSSID 2 -#define FONTIP 2 -#define FONTSTATUS 2 +#define FONTSSID 2 +#define FONTIP 2 +#define FONTSTATUS 2 #define FONTCALIBRATION 2 //Positions diff --git a/esp3d/src/modules/display/basic_SSD1306.h b/esp3d/src/modules/display/basic_SSD1306.h index bfff02a7..03232c60 100644 --- a/esp3d/src/modules/display/basic_SSD1306.h +++ b/esp3d/src/modules/display/basic_SSD1306.h @@ -3,41 +3,41 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "esp3d_logo.h" //Screen size -#define SCREEN_WIDTH 128 -#define SCREEN_HEIGHT 64 +#define SCREEN_WIDTH 128 +#define SCREEN_HEIGHT 64 //Colors -#define TFT_BLACK BLACK -#define TFT_WHITE WHITE -#define SPLASH_FG TFT_BLACK -#define SPLASH_BG TFT_WHITE -#define SCREEN_BG TFT_BLACK -#define PROGRESS_FG TFT_WHITE -#define SIGNAL_FG TFT_WHITE -#define SSID_FG TFT_WHITE -#define IP_FG TFT_WHITE -#define STATUS_FG TFT_WHITE +#define TFT_BLACK BLACK +#define TFT_WHITE WHITE +#define SPLASH_FG TFT_BLACK +#define SPLASH_BG TFT_WHITE +#define SCREEN_BG TFT_BLACK +#define PROGRESS_FG TFT_WHITE +#define SIGNAL_FG TFT_WHITE +#define SSID_FG TFT_WHITE +#define IP_FG TFT_WHITE +#define STATUS_FG TFT_WHITE //Fonts -#define FONTSIGNAL 2 -#define FONTSSID 2 -#define FONTIP 3 -#define FONTSTATUS 2 +#define FONTSIGNAL 2 +#define FONTSSID 2 +#define FONTIP 3 +#define FONTSTATUS 2 //Positions #define SIGNAL_X 128-27 diff --git a/esp3d/src/modules/display/basic_SSDSH1106.h b/esp3d/src/modules/display/basic_SSDSH1106.h index 2e98a822..43ad7f48 100644 --- a/esp3d/src/modules/display/basic_SSDSH1106.h +++ b/esp3d/src/modules/display/basic_SSDSH1106.h @@ -3,41 +3,41 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "esp3d_logo.h" //Screen size -#define SCREEN_WIDTH 132 -#define SCREEN_HEIGHT 64 +#define SCREEN_WIDTH 132 +#define SCREEN_HEIGHT 64 //Colors -#define TFT_BLACK BLACK -#define TFT_WHITE WHITE -#define SPLASH_FG TFT_BLACK -#define SPLASH_BG TFT_WHITE -#define SCREEN_BG TFT_BLACK -#define PROGRESS_FG TFT_WHITE -#define SIGNAL_FG TFT_WHITE -#define SSID_FG TFT_WHITE -#define IP_FG TFT_WHITE -#define STATUS_FG TFT_WHITE +#define TFT_BLACK BLACK +#define TFT_WHITE WHITE +#define SPLASH_FG TFT_BLACK +#define SPLASH_BG TFT_WHITE +#define SCREEN_BG TFT_BLACK +#define PROGRESS_FG TFT_WHITE +#define SIGNAL_FG TFT_WHITE +#define SSID_FG TFT_WHITE +#define IP_FG TFT_WHITE +#define STATUS_FG TFT_WHITE //Fonts #define FONTSIGNAL 2 -#define FONTSSID 2 -#define FONTIP 3 -#define FONTSTATUS 2 +#define FONTSSID 2 +#define FONTIP 3 +#define FONTSTATUS 2 //Positions #define SIGNAL_X 132-27 diff --git a/esp3d/src/modules/display/basicdisplay.cpp b/esp3d/src/modules/display/basicdisplay.cpp index 8b65c62a..c83bad83 100644 --- a/esp3d/src/modules/display/basicdisplay.cpp +++ b/esp3d/src/modules/display/basicdisplay.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ @@ -391,7 +391,7 @@ bool Display::display_IP(bool force) case ESP_WIFI_AP: s = WiFi.softAPIP().toString(); break; -#endif //WIFI_FEATURE +#endif //WIFI_FEATURE #if defined (ETH_FEATURE) case ESP_ETH_STA: s = ETH.localIP().toString(); diff --git a/esp3d/src/modules/display/basicdisplay.h b/esp3d/src/modules/display/basicdisplay.h index 23649592..74c2ede1 100644 --- a/esp3d/src/modules/display/basicdisplay.h +++ b/esp3d/src/modules/display/basicdisplay.h @@ -3,24 +3,24 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #define SPLASH_SCREEN 0 #define MAIN_SCREEN 1 -#define CALIBRATION_SCREEN 2 +#define CALIBRATION_SCREEN 2 #ifndef _BASICDISPLAY_H #define _BASICDISPLAY_H diff --git a/esp3d/src/modules/display/display.h b/esp3d/src/modules/display/display.h index 6cbe6945..8b3c9a55 100644 --- a/esp3d/src/modules/display/display.h +++ b/esp3d/src/modules/display/display.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/defines.h" diff --git a/esp3d/src/modules/display/esp3d_logo.h b/esp3d/src/modules/display/esp3d_logo.h index 7677bb78..adbb7489 100644 --- a/esp3d/src/modules/display/esp3d_logo.h +++ b/esp3d/src/modules/display/esp3d_logo.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/display/esp3d_logob.h b/esp3d/src/modules/display/esp3d_logob.h index 508a8245..d9ed3942 100644 --- a/esp3d/src/modules/display/esp3d_logob.h +++ b/esp3d/src/modules/display/esp3d_logob.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/display/lv_flash_drv.cpp b/esp3d/src/modules/display/lv_flash_drv.cpp index 1cc2962f..af74943a 100644 --- a/esp3d/src/modules/display/lv_flash_drv.cpp +++ b/esp3d/src/modules/display/lv_flash_drv.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/modules/display/lv_flash_drv.h b/esp3d/src/modules/display/lv_flash_drv.h index 8679a589..e811ac3f 100644 --- a/esp3d/src/modules/display/lv_flash_drv.h +++ b/esp3d/src/modules/display/lv_flash_drv.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _LV_FLASH_DRV_H diff --git a/esp3d/src/modules/ethernet/ethconfig.cpp b/esp3d/src/modules/ethernet/ethconfig.cpp index bbfdd905..ab21e245 100644 --- a/esp3d/src/modules/ethernet/ethconfig.cpp +++ b/esp3d/src/modules/ethernet/ethconfig.cpp @@ -3,18 +3,18 @@ Copyright (c) 2018 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/ethernet/ethconfig.h b/esp3d/src/modules/ethernet/ethconfig.h index bf458314..ef825cff 100644 --- a/esp3d/src/modules/ethernet/ethconfig.h +++ b/esp3d/src/modules/ethernet/ethconfig.h @@ -3,18 +3,18 @@ Copyright (c) 2018 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/filesystem/esp_filesystem.cpp b/esp3d/src/modules/filesystem/esp_filesystem.cpp index dff85859..8456aac8 100644 --- a/esp3d/src/modules/filesystem/esp_filesystem.cpp +++ b/esp3d/src/modules/filesystem/esp_filesystem.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../include/esp3d_config.h" diff --git a/esp3d/src/modules/filesystem/esp_filesystem.h b/esp3d/src/modules/filesystem/esp_filesystem.h index 0ef4fed3..6436147e 100644 --- a/esp3d/src/modules/filesystem/esp_filesystem.h +++ b/esp3d/src/modules/filesystem/esp_filesystem.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/filesystem/esp_globalFS.cpp b/esp3d/src/modules/filesystem/esp_globalFS.cpp index 06914b8a..bf4fef05 100644 --- a/esp3d/src/modules/filesystem/esp_globalFS.cpp +++ b/esp3d/src/modules/filesystem/esp_globalFS.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/filesystem/esp_globalFS.h b/esp3d/src/modules/filesystem/esp_globalFS.h index 5608214b..448e75e3 100644 --- a/esp3d/src/modules/filesystem/esp_globalFS.h +++ b/esp3d/src/modules/filesystem/esp_globalFS.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/filesystem/esp_sd.cpp b/esp3d/src/modules/filesystem/esp_sd.cpp index 75349c90..5e994ce1 100644 --- a/esp3d/src/modules/filesystem/esp_sd.cpp +++ b/esp3d/src/modules/filesystem/esp_sd.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/filesystem/esp_sd.h b/esp3d/src/modules/filesystem/esp_sd.h index 6843d45f..5e31e3f6 100644 --- a/esp3d/src/modules/filesystem/esp_sd.h +++ b/esp3d/src/modules/filesystem/esp_sd.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/filesystem/flash/fat_esp32_filesystem.cpp b/esp3d/src/modules/filesystem/flash/fat_esp32_filesystem.cpp index b7b79a45..535a7cd8 100644 --- a/esp3d/src/modules/filesystem/flash/fat_esp32_filesystem.cpp +++ b/esp3d/src/modules/filesystem/flash/fat_esp32_filesystem.cpp @@ -3,18 +3,18 @@ fat_esp32_filesystem.cpp - ESP3D fat filesystem configuration class Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/filesystem/flash/littlefs_esp8266_filesystem .cpp b/esp3d/src/modules/filesystem/flash/littlefs_esp8266_filesystem .cpp index 9a997e90..26e20eab 100644 --- a/esp3d/src/modules/filesystem/flash/littlefs_esp8266_filesystem .cpp +++ b/esp3d/src/modules/filesystem/flash/littlefs_esp8266_filesystem .cpp @@ -3,18 +3,18 @@ littlefs_esp8266_filesystem.cpp - ESP3D littlefs filesystem configuration class Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/filesystem/flash/spiffs_esp32_filesystem.cpp b/esp3d/src/modules/filesystem/flash/spiffs_esp32_filesystem.cpp index e74bd2c0..1fdabe3d 100644 --- a/esp3d/src/modules/filesystem/flash/spiffs_esp32_filesystem.cpp +++ b/esp3d/src/modules/filesystem/flash/spiffs_esp32_filesystem.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/filesystem/flash/spiffs_esp8266_filesystem.cpp b/esp3d/src/modules/filesystem/flash/spiffs_esp8266_filesystem.cpp index 04d890e9..dfaa6037 100644 --- a/esp3d/src/modules/filesystem/flash/spiffs_esp8266_filesystem.cpp +++ b/esp3d/src/modules/filesystem/flash/spiffs_esp8266_filesystem.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/filesystem/sd/sd_native_esp32.cpp b/esp3d/src/modules/filesystem/sd/sd_native_esp32.cpp index 3fbc0c29..7e3cd081 100644 --- a/esp3d/src/modules/filesystem/sd/sd_native_esp32.cpp +++ b/esp3d/src/modules/filesystem/sd/sd_native_esp32.cpp @@ -3,18 +3,18 @@ sd_native_esp32.cpp - ESP3D sd support class Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/filesystem/sd/sd_native_esp8266.cpp b/esp3d/src/modules/filesystem/sd/sd_native_esp8266.cpp index 686af605..c879ebe0 100644 --- a/esp3d/src/modules/filesystem/sd/sd_native_esp8266.cpp +++ b/esp3d/src/modules/filesystem/sd/sd_native_esp8266.cpp @@ -3,18 +3,18 @@ sd_native_esp8266.cpp - ESP3D sd support class Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/filesystem/sd/sd_sdfat_esp32.cpp b/esp3d/src/modules/filesystem/sd/sd_sdfat_esp32.cpp index 83b5c1b8..12db83df 100644 --- a/esp3d/src/modules/filesystem/sd/sd_sdfat_esp32.cpp +++ b/esp3d/src/modules/filesystem/sd/sd_sdfat_esp32.cpp @@ -3,18 +3,18 @@ sd_native_esp8266.cpp - ESP3D sd support class Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/filesystem/sd/sdio_esp32.cpp b/esp3d/src/modules/filesystem/sd/sdio_esp32.cpp index bed2add4..1b1f6f97 100644 --- a/esp3d/src/modules/filesystem/sd/sdio_esp32.cpp +++ b/esp3d/src/modules/filesystem/sd/sdio_esp32.cpp @@ -3,18 +3,18 @@ sdio_esp32.cpp - ESP3D sd support class Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/ftp/ExtStreaming.h b/esp3d/src/modules/ftp/ExtStreaming.h index c1798fb0..21e62670 100644 --- a/esp3d/src/modules/ftp/ExtStreaming.h +++ b/esp3d/src/modules/ftp/ExtStreaming.h @@ -5,18 +5,18 @@ Copyright (c) 2010-2012 Mikal Hart. All rights reserved. ExtStreaming.h by Jean-Michel Gallego is a copy of Streaming.h. endl had been removed and replaced by eol for compatibility with SdFat. -This library is free software; you can redistribute it and/or +This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. -This library is distributed in the hope that it will be useful, +This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software +License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/gcode_host/gcode_host.cpp b/esp3d/src/modules/gcode_host/gcode_host.cpp index f67a789c..b3c07dc1 100644 --- a/esp3d/src/modules/gcode_host/gcode_host.cpp +++ b/esp3d/src/modules/gcode_host/gcode_host.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/gcode_host/gcode_host.h b/esp3d/src/modules/gcode_host/gcode_host.h index 78523fbf..922060fe 100644 --- a/esp3d/src/modules/gcode_host/gcode_host.h +++ b/esp3d/src/modules/gcode_host/gcode_host.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/host/host_services.cpp b/esp3d/src/modules/host/host_services.cpp index 1665c429..9c1045c9 100644 --- a/esp3d/src/modules/host/host_services.cpp +++ b/esp3d/src/modules/host/host_services.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/host/host_services.h b/esp3d/src/modules/host/host_services.h index 242e3ab8..b3b0fa6d 100644 --- a/esp3d/src/modules/host/host_services.h +++ b/esp3d/src/modules/host/host_services.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/http/embedded.h b/esp3d/src/modules/http/embedded.h index 855d94a5..8c759b7c 100644 --- a/esp3d/src/modules/http/embedded.h +++ b/esp3d/src/modules/http/embedded.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ @@ -450,4 +450,4 @@ const unsigned char tool_html_gz[6741] PROGMEM = { 0x79, 0x02, 0xFE, 0xF8, 0x48, 0xFE, 0xF0, 0x86, 0xFE, 0xE9, 0xEC, 0xFF, 0x01, 0x22, 0x5D, 0x2E, 0xF8, 0x41, 0x5B, 0x00, 0x00 }; -#endif //__embedded_h \ No newline at end of file +#endif //__embedded_h diff --git a/esp3d/src/modules/http/handles/handle-SD-files.cpp b/esp3d/src/modules/http/handles/handle-SD-files.cpp index cdf46f5f..6c281ad2 100644 --- a/esp3d/src/modules/http/handles/handle-SD-files.cpp +++ b/esp3d/src/modules/http/handles/handle-SD-files.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/http/handles/handle-command.cpp b/esp3d/src/modules/http/handles/handle-command.cpp index 74116847..9800ca61 100644 --- a/esp3d/src/modules/http/handles/handle-command.cpp +++ b/esp3d/src/modules/http/handles/handle-command.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/http/handles/handle-config.cpp b/esp3d/src/modules/http/handles/handle-config.cpp index cc6a2fa8..3481dc79 100644 --- a/esp3d/src/modules/http/handles/handle-config.cpp +++ b/esp3d/src/modules/http/handles/handle-config.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/http/handles/handle-description_xml.cpp b/esp3d/src/modules/http/handles/handle-description_xml.cpp index 1d8d23fa..63046cfa 100644 --- a/esp3d/src/modules/http/handles/handle-description_xml.cpp +++ b/esp3d/src/modules/http/handles/handle-description_xml.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/http/handles/handle-filenotfound.cpp b/esp3d/src/modules/http/handles/handle-filenotfound.cpp index 6a475aba..0a79b688 100644 --- a/esp3d/src/modules/http/handles/handle-filenotfound.cpp +++ b/esp3d/src/modules/http/handles/handle-filenotfound.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/http/handles/handle-files.cpp b/esp3d/src/modules/http/handles/handle-files.cpp index f177dacd..77fc86f8 100644 --- a/esp3d/src/modules/http/handles/handle-files.cpp +++ b/esp3d/src/modules/http/handles/handle-files.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/http/handles/handle-login.cpp b/esp3d/src/modules/http/handles/handle-login.cpp index dcf59050..12609bcb 100644 --- a/esp3d/src/modules/http/handles/handle-login.cpp +++ b/esp3d/src/modules/http/handles/handle-login.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/http/handles/handle-root.cpp b/esp3d/src/modules/http/handles/handle-root.cpp index 4e6d7087..bcdbfb40 100644 --- a/esp3d/src/modules/http/handles/handle-root.cpp +++ b/esp3d/src/modules/http/handles/handle-root.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/http/handles/handle-updatefw.cpp b/esp3d/src/modules/http/handles/handle-updatefw.cpp index eb0319d7..21abb215 100644 --- a/esp3d/src/modules/http/handles/handle-updatefw.cpp +++ b/esp3d/src/modules/http/handles/handle-updatefw.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/http/handles/upload-SD-files.cpp b/esp3d/src/modules/http/handles/upload-SD-files.cpp index 666eb889..b3ef0ce8 100644 --- a/esp3d/src/modules/http/handles/upload-SD-files.cpp +++ b/esp3d/src/modules/http/handles/upload-SD-files.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/http/handles/upload-files.cpp b/esp3d/src/modules/http/handles/upload-files.cpp index 4e65b2fc..b3ca7726 100644 --- a/esp3d/src/modules/http/handles/upload-files.cpp +++ b/esp3d/src/modules/http/handles/upload-files.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/http/handles/upload-updatefw.cpp b/esp3d/src/modules/http/handles/upload-updatefw.cpp index 84cbb8de..442c886c 100644 --- a/esp3d/src/modules/http/handles/upload-updatefw.cpp +++ b/esp3d/src/modules/http/handles/upload-updatefw.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../../../include/esp3d_config.h" diff --git a/esp3d/src/modules/http/http_server.cpp b/esp3d/src/modules/http/http_server.cpp index bd67637d..2a14d811 100644 --- a/esp3d/src/modules/http/http_server.cpp +++ b/esp3d/src/modules/http/http_server.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/http/http_server.h b/esp3d/src/modules/http/http_server.h index e22719db..7b620887 100644 --- a/esp3d/src/modules/http/http_server.h +++ b/esp3d/src/modules/http/http_server.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/input/input.cpp b/esp3d/src/modules/input/input.cpp index d0b80808..331b1013 100644 --- a/esp3d/src/modules/input/input.cpp +++ b/esp3d/src/modules/input/input.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/input/input.h b/esp3d/src/modules/input/input.h index ca081120..cef1d072 100644 --- a/esp3d/src/modules/input/input.h +++ b/esp3d/src/modules/input/input.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _INPUT_H diff --git a/esp3d/src/modules/lua_interpreter/lua_interpreter_service.cpp b/esp3d/src/modules/lua_interpreter/lua_interpreter_service.cpp index d6fbcf4a..ddcfab01 100644 --- a/esp3d/src/modules/lua_interpreter/lua_interpreter_service.cpp +++ b/esp3d/src/modules/lua_interpreter/lua_interpreter_service.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/lua_interpreter/lua_interpreter_service.h b/esp3d/src/modules/lua_interpreter/lua_interpreter_service.h index 80fb8860..23a0aec4 100644 --- a/esp3d/src/modules/lua_interpreter/lua_interpreter_service.h +++ b/esp3d/src/modules/lua_interpreter/lua_interpreter_service.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _LUA_INTERPRETER_H diff --git a/esp3d/src/modules/network/netconfig.cpp b/esp3d/src/modules/network/netconfig.cpp index 20f981d1..1d11d2ad 100644 --- a/esp3d/src/modules/network/netconfig.cpp +++ b/esp3d/src/modules/network/netconfig.cpp @@ -3,18 +3,18 @@ Copyright (c) 2018 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/network/netconfig.h b/esp3d/src/modules/network/netconfig.h index f7e600f3..5886f3a6 100644 --- a/esp3d/src/modules/network/netconfig.h +++ b/esp3d/src/modules/network/netconfig.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/network/netservices.cpp b/esp3d/src/modules/network/netservices.cpp index e732f2bb..8700d221 100644 --- a/esp3d/src/modules/network/netservices.cpp +++ b/esp3d/src/modules/network/netservices.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/network/netservices.h b/esp3d/src/modules/network/netservices.h index 77e1923c..45d5e166 100644 --- a/esp3d/src/modules/network/netservices.h +++ b/esp3d/src/modules/network/netservices.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/notifications/notifications_service.cpp b/esp3d/src/modules/notifications/notifications_service.cpp index 04cb3945..8bbd3b0f 100644 --- a/esp3d/src/modules/notifications/notifications_service.cpp +++ b/esp3d/src/modules/notifications/notifications_service.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ //Inspired by following sources @@ -56,11 +56,11 @@ typedef WiFiClientSecure TSecureClient; #define PUSHOVERTIMEOUT 5000 #define PUSHOVERSERVER "api.pushover.net" -#define PUSHOVERPORT 443 +#define PUSHOVERPORT 443 #define LINETIMEOUT 5000 #define LINESERVER "notify-api.line.me" -#define LINEPORT 443 +#define LINEPORT 443 #define EMAILTIMEOUT 5000 diff --git a/esp3d/src/modules/notifications/notifications_service.h b/esp3d/src/modules/notifications/notifications_service.h index 8081a107..af2a0210 100644 --- a/esp3d/src/modules/notifications/notifications_service.h +++ b/esp3d/src/modules/notifications/notifications_service.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/recovery/recovery_service.cpp b/esp3d/src/modules/recovery/recovery_service.cpp index c8fc716b..db96269c 100644 --- a/esp3d/src/modules/recovery/recovery_service.cpp +++ b/esp3d/src/modules/recovery/recovery_service.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/recovery/recovery_service.h b/esp3d/src/modules/recovery/recovery_service.h index 34a38276..500c9df4 100644 --- a/esp3d/src/modules/recovery/recovery_service.h +++ b/esp3d/src/modules/recovery/recovery_service.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/serial/serial_service.cpp b/esp3d/src/modules/serial/serial_service.cpp index 23fca9fd..aa0cb2c4 100644 --- a/esp3d/src/modules/serial/serial_service.cpp +++ b/esp3d/src/modules/serial/serial_service.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/serial/serial_service.h b/esp3d/src/modules/serial/serial_service.h index 9bdbfaa6..8cf8d173 100644 --- a/esp3d/src/modules/serial/serial_service.h +++ b/esp3d/src/modules/serial/serial_service.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/telnet/telnet_server.cpp b/esp3d/src/modules/telnet/telnet_server.cpp index 7ce4f084..a7469b6c 100644 --- a/esp3d/src/modules/telnet/telnet_server.cpp +++ b/esp3d/src/modules/telnet/telnet_server.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/telnet/telnet_server.h b/esp3d/src/modules/telnet/telnet_server.h index 35a155ca..6aacd5da 100644 --- a/esp3d/src/modules/telnet/telnet_server.h +++ b/esp3d/src/modules/telnet/telnet_server.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/time/time_server.cpp b/esp3d/src/modules/time/time_server.cpp index de3d5e1f..d4077455 100644 --- a/esp3d/src/modules/time/time_server.cpp +++ b/esp3d/src/modules/time/time_server.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/time/time_server.h b/esp3d/src/modules/time/time_server.h index b03d7412..b719afa6 100644 --- a/esp3d/src/modules/time/time_server.h +++ b/esp3d/src/modules/time/time_server.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/websocket/websocket_server.cpp b/esp3d/src/modules/websocket/websocket_server.cpp index fe43e922..d4aaaeb5 100644 --- a/esp3d/src/modules/websocket/websocket_server.cpp +++ b/esp3d/src/modules/websocket/websocket_server.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ @@ -36,13 +36,17 @@ WebSocket_Server websocket_data_server; #endif //WS_DATA_FEATURE void WebSocket_Server::pushMSG (const char * data) { + if (_websocket_server) { _websocket_server->broadcastTXT(data); + log_esp3d("[%u]Broadcast %s", _current_id,data); + } } void WebSocket_Server::pushMSG (uint num, const char * data) { if (_websocket_server) { _websocket_server->sendTXT(num, data); + log_esp3d("[%u]Send %s", num,data); } } @@ -234,7 +238,7 @@ size_t WebSocket_Server::write(const uint8_t *buffer, size_t size) _TXbufferSize++; } //if(!_isdebug) { - // log_esp3d("[SOCKET]buffer size %d",_TXbufferSize); + // log_esp3d("[SOCKET]buffer size %d",_TXbufferSize); //} return size; } @@ -323,11 +327,11 @@ void WebSocket_Server::flushTXbuffer(void) if (_started) { if ((_TXbufferSize > 0) && (_websocket_server->connectedClients() > 0 )) { //if(!_isdebug) { - // log_esp3d("[SOCKET]flush data, buffer size %d",_TXbufferSize); + // log_esp3d("[SOCKET]flush data, buffer size %d",_TXbufferSize); //} if (_websocket_server) { _websocket_server->broadcastBIN(_TXbuffer,_TXbufferSize); - log_esp3d("WS Broadcast bin port %d", port()); + log_esp3d("WS Broadcast bin port %d: %d bytes", port(), _TXbufferSize); } //refresh timout _lastTXflush = millis(); diff --git a/esp3d/src/modules/websocket/websocket_server.h b/esp3d/src/modules/websocket/websocket_server.h index 3fc50c15..d3edd6eb 100644 --- a/esp3d/src/modules/websocket/websocket_server.h +++ b/esp3d/src/modules/websocket/websocket_server.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/esp3d/src/modules/wifi/wificonfig.cpp b/esp3d/src/modules/wifi/wificonfig.cpp index aba6e617..47dd6c61 100644 --- a/esp3d/src/modules/wifi/wificonfig.cpp +++ b/esp3d/src/modules/wifi/wificonfig.cpp @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ @@ -510,7 +510,7 @@ const char * WiFiConfig::getConnectedSTA(uint8_t * totalcount, bool reset) while (station) { //go next record count++; - station = STAILQ_NEXT (station, next); + station = STAILQ_NEXT (station, next); } station = station_tmp; } @@ -520,7 +520,7 @@ const char * WiFiConfig::getConnectedSTA(uint8_t * totalcount, bool reset) data += NetConfig::mac2str(station->bssid); data += ")"; current++; - station = STAILQ_NEXT (station, next); + station = STAILQ_NEXT (station, next); if ((current == count) || !station) { wifi_softap_free_station_info(); } diff --git a/esp3d/src/modules/wifi/wificonfig.h b/esp3d/src/modules/wifi/wificonfig.h index d2b2ba0b..fafacb13 100644 --- a/esp3d/src/modules/wifi/wificonfig.h +++ b/esp3d/src/modules/wifi/wificonfig.h @@ -3,18 +3,18 @@ Copyright (c) 2014 Luc Lebosse. All rights reserved. - This library is free software; you can redistribute it and/or + This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, + This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software + License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */