Commit Graph

68 Commits

Author SHA1 Message Date
Noah Axon 0c4fb576a9 Added iOS17 crash fun inspired by RapierXbox/ESP32-Sour-Apple 2023-10-07 14:59:57 -05:00
Vladimir Petrov be1b0f17b1 Adding support for M5StickC (same hardware, smaller display) 2023-10-07 00:00:49 +03:00
Noah Axon ca01f379d9 Try to make the brightness work on multiple platforms 2023-09-30 22:16:31 -05:00
Noah Axon 443bc64cf8 Fixed a lot of little things with TVBG and WiFi Spam 2023-09-30 14:37:42 -05:00
Noah Axon 150f23e389 Add a settings menu for TV-B-Gone Region 2023-09-28 19:36:37 -05:00
Noah Axon 67c768810b More EEPROM cleanup 2023-09-28 16:10:39 -05:00
Noah Axon 7a0ff89c28 Fix bug with eeprom code - wrong address for brightness 2023-09-28 01:33:45 -05:00
Noah Axon 44ec850037 Add random-SSID option to wifi spam. Hundreds of unique SSID per minute 2023-09-27 11:15:37 -05:00
Noah Axon 512785aba3 Add persistent settings for brightness and auto-dim time to EEPROM 2023-09-27 08:29:27 -05:00
Noah Axon d4483f2bd1 Brightness range 10-100 2023-09-26 17:43:08 -05:00
Noah Axon 1ec18b05ed Latest M5StickCPlus has brightness scaled 0-255 not 0-12 2023-09-26 17:34:33 -05:00
Noah Axon bc980610c7 Display list of wifi SSIDs when spamming
If > 16, the list is truncated. cope.
2023-09-26 17:00:14 -05:00
Noah Axon 11b3b6fbb3 Add wifi spamming functionality 2023-09-25 23:09:36 -05:00
Noah Axon 090780e658 Cleanup
* Moved all TV-B-Gone definitions and helper functions to tvbg.h.
* Moved all AppleJuice definitions and helper functions to applejuice.h
* Cleaned up the credits screen, added QR code, required changing credits background to white.
* Tidy up formatting and comments.
* Main ino file contains only process control and core functions.
2023-09-24 20:55:42 -05:00
Noah Axon 7d4bc89899 Timer-driven AppleJuice Advertising
AJ Advertising is no longer a 1-second blocking process.

Moved credits off the boot screen, to a settings menu item
2023-09-22 13:44:29 -05:00
Noah Axon c9f2b6674d Real time clock and time setting enabled 2023-09-22 00:01:25 -05:00
Noah Axon 5b1b89c172 Add all the applejuice devices to the menu
There's a logic bug in the original esp32 implementation (std::string ... sizeof(Airpods)) that kept all of the 23-byte bluetooth frames from working properly. I fixed that as well.
2023-09-21 21:55:41 -05:00
Noah Axon fc364a6fb6 Initial commit 2023-09-21 00:13:04 -05:00