Block a user
Fill in selected values for select menus on webform
Flash onboard LED along with what is being sent
Enable OTA updates
Resources:
- https://randomnerdtutorials.com/esp32-ota-over-the-air-vs-code/
- https://randomnerdtutorials.com/esp32-over-the-air-ota-programming/
- https://randomnerdtutorials.com/esp32-ota-ove…
Key radio as well as blinking LED
Key radio as well as blinking LED
Swapping these shows that keyer
is on all the time...
const int keyer = LED_BUILTIN;//32; //LED_BUILTIN for on-board (dev);//26 for LED; //32 for transmitter keyer
const int blinker =…
Key radio as well as blinking LED
First crack at adding keyer code. It is sending a constant signal (key down) as soon as the board is powered and boots up. Does not send a constant signal without board power, so I think (hope)…
Key radio as well as blinking LED