Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/DisplayManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "Overlays.h"
#include "Dictionary.h"
#include <set>
#include "GifPlayer.h"
#include <ArtnetWifi.h>
#include <AwtrixFont.h>
#include <HTTPClient.h>
Expand All @@ -42,7 +41,6 @@ int previousDataLength = 0;

#define MATRIX_WIDTH 32
#define MATRIX_HEIGHT 8
fs::File gifFile;
GifPlayer gif;

uint16_t gifX, gifY;
Expand Down Expand Up @@ -1207,10 +1205,6 @@ void checkLifetime(uint8_t pos)
}
}

uint8_t received_packets = 0;
bool universe1_complete = false;
bool universe2_complete = false;

void DisplayManager_::tick()
{
if (GAME_ACTIVE)
Expand Down
1 change: 0 additions & 1 deletion src/MatrixDisplayUi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include "MatrixDisplayUi.h"
#include "effects.h"
#include "Globals.h"
#include "effects.h"

GifPlayer gif1;
GifPlayer gif2;
Expand Down
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

TaskHandle_t taskHandle;
volatile bool StopTask = false;
bool stopBoot;

void BootAnimation(void *parameter)
{
Expand Down Expand Up @@ -75,7 +74,6 @@ void setup()
ServerManager.setup();
if (ServerManager.isConnected)
{
// timer_init();
DisplayManager.loadNativeApps();
DisplayManager.loadCustomApps();
UpdateManager.setup();
Expand Down
1 change: 0 additions & 1 deletion src/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <time.h>

void timer_tick();
void timer_init();
time_t timer_time();
struct tm *timer_localtime();

Expand Down