-
Notifications
You must be signed in to change notification settings - Fork 5
RF433.cp error #4
Description
Compiling .pio\build\esp12e\FrameworkArduino\sqrt32.cpp.o .pio\libdeps\esp12e\RFreplayESP\src\RF433.cpp: In member function 'void RF433::setup()': .pio\libdeps\esp12e\RFreplayESP\src\RF433.cpp:24:24: error: no matching function for call to 'fs::FS::begin(bool)' 24 | LittleFS.begin(true); | ^ In file included from C:\Users\SP3\.platformio\packages\framework-arduinoespressif8266\libraries\LittleFS\src/LittleFS.h:31, from .pio\libdeps\esp12e\RFreplayESP\src/RF433.h:5, from .pio\libdeps\esp12e\RFreplayESP\src\RF433.cpp:2: C:\Users\SP3\.platformio\packages\framework-arduinoespressif8266\cores\esp8266/FS.h:219:10: note: candidate: 'bool fs::FS::begin()' 219 | bool begin(); | ^~~~~ C:\Users\SP3\.platformio\packages\framework-arduinoespressif8266\cores\esp8266/FS.h:219:10: note: candidate expects 0 arguments, 1 provided *** [.pio\build\esp12e\lib749\RFreplayESP\RF433.cpp.o] Error 1
Error seems to point to line 24 of RF433.cpp LittleFS.begin(true);