Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 12df793

Browse files
authored
Update LibraryPatches
1 parent cd30109 commit 12df793

File tree

1 file changed

+15
-15
lines changed
  • LibraryPatches/esp32/cores/esp32

1 file changed

+15
-15
lines changed

LibraryPatches/esp32/cores/esp32/Server.h

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
/*
2-
Server.h - Base class that provides Server
3-
Copyright (c) 2011 Adrian McEwen. All right reserved.
2+
Server.h - Base class that provides Server
3+
Copyright (c) 2011 Adrian McEwen. All right reserved.
44
5-
This library is free software; you can redistribute it and/or
6-
modify it under the terms of the GNU Lesser General Public
7-
License as published by the Free Software Foundation; either
8-
version 2.1 of the License, or (at your option) any later version.
5+
This library is free software; you can redistribute it and/or
6+
modify it under the terms of the GNU Lesser General Public
7+
License as published by the Free Software Foundation; either
8+
version 2.1 of the License, or (at your option) any later version.
99
10-
This library is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
Lesser General Public License for more details.
10+
This library is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
Lesser General Public License for more details.
1414
15-
You should have received a copy of the GNU Lesser General Public
16-
License along with this library; if not, write to the Free Software
17-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18-
*/
15+
You should have received a copy of the GNU Lesser General Public
16+
License along with this library; if not, write to the Free Software
17+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18+
*/
1919

2020
#ifndef server_h
2121
#define server_h
@@ -24,7 +24,7 @@
2424

2525
class Server: public Print
2626
{
27-
public:
27+
public:
2828
// KH, change to fix compiler error for EthernetWebServer
2929
// error: cannot declare field 'EthernetWebServer::_server' to be of abstract type 'EthernetServer'
3030
// virtual void begin(uint16_t port=0) =0;

0 commit comments

Comments
 (0)