mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
httpUpdate: fix case sensitivity issues
On Linux (presumably Mac too), the header of the library could not be included, caps changed to match the filename. The line 'architectures=ESP8266' in library.properties caused: WARNING: library ESP8266httpUpdate claims to run on [ESP8266] architecture(s) and may be incompatible with your current board which runs on [esp8266] architecture(s).
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ESP8266HTTPUpdate.h"
|
||||
#include "ESP8266httpUpdate.h"
|
||||
|
||||
ESP8266HTTPUpdate::ESP8266HTTPUpdate(void) {
|
||||
|
||||
|
Reference in New Issue
Block a user