Revert "Version 2.3.4"

This reverts commit da9bc1c23b.
This commit is contained in:
Jeroen Oudshoorn
2023-09-08 20:26:19 +02:00
parent 79391c077c
commit 4b0738f6f7

View File

@ -16,8 +16,8 @@ from pwnagotchi.ui.components import *
from pwnagotchi.ui.state import State
from pwnagotchi.voice import Voice
WHITE = 0x00
BLACK = 0xff
WHITE = 0xff
BLACK = 0x00
ROOT = None