mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 19:59:50 +03:00
fix
This commit is contained in:
@@ -227,11 +227,13 @@ else
|
||||
{
|
||||
*subItem = 0;
|
||||
subItem++;
|
||||
if (*subItem=='$') return; //Skipping homie stuff
|
||||
|
||||
// debugSerial<<F("Subitem:")<<subItem<<endl;
|
||||
}
|
||||
// debugSerial<<F("Item:")<<itemName<<endl;
|
||||
|
||||
if (itemName[0]=='$' || subItem[0]=='$') return; //Skipping homie stuff
|
||||
if (itemName[0]=='$') return; //Skipping homie stuff
|
||||
|
||||
Item item(itemName);
|
||||
if (item.isValid()) {
|
||||
|
||||
Reference in New Issue
Block a user