programmable wireless relay store changes

This commit is contained in:
IMback
2018-10-28 21:49:08 +01:00
parent 4ae82c698c
commit 2fa8104164
5 changed files with 30 additions and 17 deletions

View File

@ -32,7 +32,7 @@ public:
T back()
{
return array[stored];
return array[stored-1];
}
bool empty() const