Report Bugs Here

Moderator: Mmiscool

User avatar
By disco4now
#35492 I am trying to compile the espbasic source. I have successfully compiled before it was split into separate files.
I am getting error
Code: Select allesp8266basic.ino:333:1: error: 'FSInfo' does not name a type


Is there a library not yet listed in the libraries section or any hints as to what may be the issue.

regards
gerry
User avatar
By Mmiscool
#35497 You must install the latest version of the staging environment and select the esp size and options.
User avatar
By disco4now
#35535 I have updated to latest staging version and now compiles.
Thanks.

The only warnings are as below, in the PS2Keyboard. Are these expected?

Code: Select all........\Documents\Arduino\libraries\PS2Keyboard\PS2Keyboard.cpp:265:53: warning: multi-character character constant [-Wmultichar]
  0 /*CapsLock*/, 0 /*Rshift*/, PS2_ENTER /*Enter*/, '¤', 0, '#', 0, 0,
                                                     ^
........\Documents\Arduino\libraries\PS2Keyboard\PS2Keyboard.cpp:271:1: warning: narrowing conversion of '49828' from 'int' to 'uint8_t {aka unsigned char}' inside { } [-Wnarrowing]
 };
 ^
..............\Documents\Arduino\libraries\PS2Keyboard\PS2Keyboard.cpp:271:1: warning: large integer implicitly truncated to unsigned type [-Woverflow]