Fix crash during packet sniff

Replace SimpleList with LinkedList
This commit is contained in:
Just Call Me Koko
2020-02-04 18:29:47 -05:00
parent 8916178526
commit e8e1686918
4 changed files with 16 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ void Display::RunSetup()
run_setup = false;
// Need to declare new
display_buffer = new SimpleList<String>();
display_buffer = new LinkedList<String>();
tft.init();
tft.setRotation(0); // Portrait