fix address
This commit is contained in:
parent
ebfe1a12f3
commit
14537b7bdc
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ const getStanza = async () => {
|
||||||
});
|
});
|
||||||
return randomStanza[0].text;
|
return randomStanza[0].text;
|
||||||
};
|
};
|
||||||
const tag = " Black Portal 1234 E Davison, Detroit Michigan ";
|
const tag = " Black Portal 5856 E Davison, Detroit ";
|
||||||
let tagCharacterLocation = 0;
|
let tagCharacterLocation = 0;
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
lcd.printLineSync(1, " ");
|
lcd.printLineSync(1, " ");
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ const getStanza = async () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const tag =
|
const tag =
|
||||||
" Black Portal 1234 E Davison, Detroit Michigan ";
|
" Black Portal 5856 E Davison, Detroit ";
|
||||||
let tagCharacterLocation = 0;
|
let tagCharacterLocation = 0;
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
lcd.printLineSync(1, " ");
|
lcd.printLineSync(1, " ");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue