Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

oled_helper.h
#pragma once
#ifdef OLED_DRIVER_ENABLE

void render_row(int row, const char* status);

#endif /* #ifdef OLED_DRIVER_ENABLE */