Updated roadmap and added serial logs

This commit is contained in:
Dionysus 2024-05-28 20:48:06 -04:00
parent 527eb75d67
commit 6bb2532038
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
2 changed files with 6 additions and 1 deletions

View File

@ -69,9 +69,13 @@ The device will scan for WiFi networks on boot. Once the list is displayed, you
- [X] IRC Client - [X] IRC Client
- [X] `/raw` command for IRC client to send raw data to the server - [X] `/raw` command for IRC client to send raw data to the server
- [ ] Add scrolling backlog for IRC to see the last 200 messages - [ ] Add scrolling backlog for IRC to see the last 200 messages
- [ ] Multi-buffer support *(`/join` & `/part` support with switching between buffers with `/0`, `/1`, `/2`, etc)* - [ ] Multi-buffer support *(`/join` & `/part` support with switching between buffers with `/0`, `/1`, `/2`, etc)* *(`/close` also for PM buffers or kicked from channels)*
- [ ] Status window for network to show RAW lines from the IRC server *(buffer 0)*
- [ ] Hilight monitor buffer
- [X] Hilight support *(so we can see when people mention our NICK)* - [X] Hilight support *(so we can see when people mention our NICK)*
- [X] 99 color support - [X] 99 color support
- [ ] `/pm` support *(it should open a buffer for pms)*
- [ ] NickServ support
- [ ] ChatGPT - [ ] ChatGPT
- [ ] SSH Client - [ ] SSH Client
- [ ] Wardriving - [ ] Wardriving

View File

@ -1057,6 +1057,7 @@ void updateStatusBar() {
void printDeviceInfo() { void printDeviceInfo() {
Serial.println("Gathering device info...");
tft.fillScreen(TFT_BLACK); tft.fillScreen(TFT_BLACK);
// Get MAC Address // Get MAC Address