Arduino\libraries\LinkedList/LinkedList.h:160:9: error: cannot convert 'bool' to 'ListNode<String>*' in return return false; But return type must be ListNode<String> not boolean.