Skip to content

Instantly share code, notes, and snippets.

@fire1ce
fire1ce / oh-my-zsh on openwrt or lede-project.md
Last active July 14, 2024 17:47
Install oh-my-zsh on openwrt/lede-project

Install oh-my-zsh on OpenWrt

Install Requirements Packages

opkg update && opkg install ca-certificates zsh curl git-http

Install oh-my-zsh

@mcorrigan
mcorrigan / lolin_c3_pico.json
Last active July 19, 2024 07:04
Lolin ESP32-C3 PlatformIO Board
{
"build": {
"arduino": {
"ldscript": "esp32c3_out.ld"
},
"core": "esp32",
"extra_flags": [
"-DARDUINO_LOLIN_C3_PICO",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_USB_CDC_ON_BOOT=1"