Skip to content

Commit 6ecc241

Browse files
committed
i fucked up merge
1 parent 028b51d commit 6ecc241

File tree

9 files changed

+84
-367
lines changed

9 files changed

+84
-367
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ Electronics/production/*
33

44
node_modules/
55
dist/
6-
.env
6+
.env
7+
.next/
8+
next-env.d.ts

Software/src/config.rs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ pub const DIAL_PULSE_PIN: u8 = 27;
66
pub const BELL_SOLENOID_FORWARD_PIN: u8 = 24;
77
pub const BELL_SOLENOID_REVERSE_PIN: u8 = 23;
88

9-
pub const SAMPLE_RATE: u32 = 48000;
9+
pub const KNOWN_NUMBERS: [&str; 7] = [
10+
"0", // Operator
11+
"7", // Test Number
12+
"349", // "Fiz"
13+
"4225", // "Hack"
14+
"34643664", // "Dingdong",
15+
"8675309", // the funny
16+
"47932786463439686262438634258447455587853896846", // "I swear to god if you manage to dial this ill just let you in"
17+
];

0 commit comments

Comments
 (0)