R85: ESPEasy.ino:203:22: fatal error: Base64.h: No such file or directory
Moderators: grovkillen, Stuntteam, TD-er
R85: ESPEasy.ino:203:22: fatal error: Base64.h: No such file or directory
Seems that something in this pre-release went wrong...
Any ideas?
Forgot to mention: Arduino Software Version 1.6.5 with ESP8266 ver. 2.0.0
Any ideas?
Forgot to mention: Arduino Software Version 1.6.5 with ESP8266 ver. 2.0.0
Re: R85: ESPEasy.ino:203:22: fatal error: Base64.h: No such file or directory
Hello,
I had same problem, but found that the file exists under a slightly different name.
Just rewrite it to #include <base64.h>
It works on Windows so the app will compile, but Linux is case-sensitive so the compilation failed.
Edit: However, if you have 2.0.0 you will probably need to change first line to ESP_CORE 200 because there will be a mismatch elsewhere.
I had same problem, but found that the file exists under a slightly different name.
Just rewrite it to #include <base64.h>
It works on Windows so the app will compile, but Linux is case-sensitive so the compilation failed.
Edit: However, if you have 2.0.0 you will probably need to change first line to ESP_CORE 200 because there will be a mismatch elsewhere.
Re: R85: ESPEasy.ino:203:22: fatal error: Base64.h: No such file or directory
Thanks a lot.
That hit the spot.
That hit the spot.

Re: R85: ESPEasy.ino:203:22: fatal error: Base64.h: No such file or directory
My Current compiling from github remarks this:
1.65 Arduino Windows,
1.65 Arduino Windows,
Code: Select all
Hardware.ino: In function 'void hardwareInit()':
Hardware:41: error: 'class TwoWire' has no member named 'setClockStretchLimit'
_C001.ino: In function 'boolean CPlugin_001(byte, EventStruct*, String&)':
_C001:42: error: 'base64' was not declared in this scope
_C001:42: error: expected ';' before 'encoder'
_C001:46: error: 'encoder' was not declared in this scope
_P012_LCD.ino: In function 'boolean Plugin_012(byte, EventStruct*, String&)':
_P012_LCD:164: error: 'class LiquidCrystal_I2C' has no member named 'init'
_P020_Ser2Net.ino: In function 'boolean Plugin_020(byte, EventStruct*, String&)':
_P020_Ser2Net:116: error: 'SerialConfig' was not declared in this scope
'class TwoWire' has no member named 'setClockStretchLimit'
Re: R85: ESPEasy.ino:203:22: fatal error: Base64.h: No such file or directory
Fixed in R89RappaSan wrote:Seems that something in this pre-release went wrong...
Any ideas?
Forgot to mention: Arduino Software Version 1.6.5 with ESP8266 ver. 2.0.0
Re: R85: ESPEasy.ino:203:22: fatal error: Base64.h: No such file or directory
It looks like you're not using Core 2.1.0Barb232 wrote:My Current compiling from github remarks this:
1.65 Arduino Windows,
Code: Select all
Hardware.ino: In function 'void hardwareInit()': Hardware:41: error: 'class TwoWire' has no member named 'setClockStretchLimit' _C001.ino: In function 'boolean CPlugin_001(byte, EventStruct*, String&)': _C001:42: error: 'base64' was not declared in this scope _C001:42: error: expected ';' before 'encoder' _C001:46: error: 'encoder' was not declared in this scope _P012_LCD.ino: In function 'boolean Plugin_012(byte, EventStruct*, String&)': _P012_LCD:164: error: 'class LiquidCrystal_I2C' has no member named 'init' _P020_Ser2Net.ino: In function 'boolean Plugin_020(byte, EventStruct*, String&)': _P020_Ser2Net:116: error: 'SerialConfig' was not declared in this scope 'class TwoWire' has no member named 'setClockStretchLimit'
Re: R85: ESPEasy.ino:203:22: fatal error: Base64.h: No such file or directory
hm. i just downloaded from github the newest version. Where do i find 2.1.0
Re: R85: ESPEasy.ino:203:22: fatal error: Base64.h: No such file or directory
Under Tools...Board:....Boards Manager... click on "esp8266 by ESP8266 community".
In the left corner (last row) you will find a "Select Version"...
In the left corner (last row) you will find a "Select Version"...
Re: R85: ESPEasy.ino:203:22: fatal error: Base64.h: No such file or directory
Thanks RappaSan (Fhem Forum?), it finally works. Updated to R88.
There was a small problem with the missing pgmspace.h but now ok.
Robin
There was a small problem with the missing pgmspace.h but now ok.
Robin
Re: R85: ESPEasy.ino:203:22: fatal error: Base64.h: No such file or directory
Yes, FHEM.
Hallo Robin, alles im Lot?
Hallo Robin, alles im Lot?
Who is online
Users browsing this forum: No registered users and 11 guests