mirror of
https://github.com/DinoMalin/paranoia-1.0.git
synced 2025-10-29 19:05:59 +00:00
feat: launch flat earth website
This commit is contained in:
parent
d80a374615
commit
36f474b018
@ -63,6 +63,7 @@ void setup() {
|
||||
lcd.begin(16, 2);
|
||||
lcd.createChar(0, rectangle);
|
||||
lcd.createChar(1, blink);
|
||||
Serial.begin(9600);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
@ -86,6 +87,9 @@ void loop() {
|
||||
delay(800);
|
||||
lcd.clear();
|
||||
|
||||
Serial.
|
||||
Serial.print("[CMD]");
|
||||
Serial.println("[firefox --new-window 'https://www.terre-plate.org/terre-plate-preuve-ultime/']");
|
||||
|
||||
Serial.print("[CMD]");
|
||||
Serial.println("[pwd]");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user