This guide shows a clean setup for editing MkDoxy across multiple branches at once using git worktree
.
- Git 2.38+ recommended
- A root dev folder (examples use
~/code
)
FastRPC-binary-protocol-specification
Other links
A command-line utility for building and running ESP32 Arduino-based tests using GitHub CI-compatible scripts.
This script simplifies managing builds and tests across multiple ESP32 platforms. It supports chunked testing, cleaning, QEMU emulation, and optional shell completions.
ESP-IDF Multi-Version Setup on macOS / Linux
This guide describes how to install and manage multiple versions of ESP-IDF on macOS / Linux. It shows a clean and isolated installation for version v5.2.2, along with shell aliasing to easily switch between installed versions.
📦 Installing ESP-IDF v5.2.2
Warning
There is a new version of this project available at github.com/JakubAndrysek/hit-counter-php.
#!/bin/sh | |
echo -e "\ | |
╔════════════════════════════════════════════╗ | |
║ BASH KEYBOARD SHORTCUTS ║ | |
╚════════════════════════════════════════════╝ | |
\033[1mCursor Movement:\033[0m | |
\033[1mCtrl + A\033[0m |← Move cursor to the \033[3mbeginning\033[0m of the line | |
\033[1mCtrl + E\033[0m →| Move cursor to the \033[3mend\033[0m of the line |