What is Nostr?
Terence Eden /
npub1lh0…a5ll
2023-07-01 09:07:24
in reply to nevent1q…r7t9

Terence Eden on Nostr: OK, any #Arduino folk awake this early? This works: ``` long test = 1688201701; char* ...

OK, any #Arduino folk awake this early?

This works:
```
long test = 1688201701;
char* newCode = totp.getCode( test );
```

This does not:
```
long test = long(epoch);
char* newCode = totp.getCode( test );
```

But when I print the `long(epoch)` it looks identical to the other one.

WTF?
Author Public Key
npub1lh05slh2nk6h5m3jp7qwtjmrmegtah6nj626g8qdg3a7ds3kg0ss9aa5ll