Skip to content

Instantly share code, notes, and snippets.

@t0mer
t0mer / gist:79460b601e2b52e31ca04893c9896bc4
Last active November 23, 2023 15:36
ESP32 to ESP32 connection scheme
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
@t0mer
t0mer / AdbCommands
Last active April 5, 2023 10:23 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader