10 lines
No EOL
548 B
Markdown
10 lines
No EOL
548 B
Markdown
# random variables demo
|
|
make sure you input the correct mac address in line 8 of the tx file.
|
|
|
|
`uint8_t receiverMACAddress[] = {0x08, 0xF9, 0xE0, 0x6C, 0x75, 0x84};`
|
|
|
|
you dont necessarily need an esp32 or esp8266 to use these files, im too lazy to rename them, and thats the boards that i used that i know works with the code, because i totally coded them.
|
|
|
|
in the esp32 tx file, i used an ssd1306 128x64 oled display, if you dont have one of these, use your brain or ai to remove the display code.
|
|
|
|
in the rx file, theres nothing special about it. |