1 ESP32 Remote Debugging
1.1 Hardware
1.2 Software
1.2.1 Minimalist
1.2.2 IDE
1.2.2.1 PlatformIO Project Config
1.3 Quirks
| #!/bin/bash | |
| cp overlay /etc/initramfs-tools/scripts/ | |
| echo "overlay" >> /etc/initramfs-tools/modules | |
| mkdir /overlay /overlay/temp /overlay/base | |
| update-initramfs -c -k `uname -r` | |
| echo "initramfs initrd.img-`uname -r`" >> /boot/config.txt | |
| echo "boot=overlay `cat /boot/cmdline.txt`" > /boot/cmdline.txt |
| # United States of America Python Dictionary to translate States, | |
| # Districts & Territories to Two-Letter codes and vice versa. | |
| # | |
| # Canonical URL: https://gist.github.com/rogerallen/1583593 | |
| # | |
| # Dedicated to the public domain. To the extent possible under law, | |
| # Roger Allen has waived all copyright and related or neighboring | |
| # rights to this code. Data originally from Wikipedia at the url: | |
| # https://en.wikipedia.org/wiki/ISO_3166-2:US | |
| # |
| TimeZone: | |
| pacific/midway: | |
| olson: Pacific/Midway | |
| text: (GMT-11:00) Midway Island, Samoa | |
| america/adak: | |
| olson: America/Adak | |
| text: (GMT-10:00) Hawaii-Aleutian | |
| etc/gmt+10: | |
| olson: Etc/GMT+10 | |
| text: (GMT-10:00) Hawaii |