fix address

This commit is contained in:
Boaz Sender 2025-04-20 12:47:54 -07:00
parent ebfe1a12f3
commit 14537b7bdc
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ const getStanza = async () => {
});
return randomStanza[0].text;
};
const tag = " Black Portal 1234 E Davison, Detroit Michigan ";
const tag = " Black Portal 5856 E Davison, Detroit ";
let tagCharacterLocation = 0;
setInterval(() => {
lcd.printLineSync(1, " ");

View file

@ -23,7 +23,7 @@ const getStanza = async () => {
};
const tag =
" Black Portal 1234 E Davison, Detroit Michigan ";
" Black Portal 5856 E Davison, Detroit ";
let tagCharacterLocation = 0;
setInterval(() => {
lcd.printLineSync(1, " ");