Skip to content

Terminal.cpp:9 error: 'class String' has no member named 'isEmpty' #6

Description

@MartinBzm

OS: Linux, Board: Arduino Nano, IDE: Arduino IDE 2.3.7
When compiling it shows the error: Terminal.cpp:9 error: 'class String' has no member named 'isEmpty' .

Terminal.cpp
01 #include "MjolnFS.h"
02
03 void MjolnFileSystem::processCommand(String command)
04 {
05    if (command.startsWith("mk "))
06    {
07        String filename, data;
08        extractArgs(command, filename, data);
09        if (!filename.isEmpty() && !data.isEmpty())
10        {

Is there a pre-requisite I did not read about ?
Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions