Skip to content

Instantly share code, notes, and snippets.

View olholm's full-sized avatar
😀

Christian Ølholm olholm

😀
View GitHub Profile
@olholm
olholm / tdongle.yaml
Created October 5, 2025 12:07
ESPHome on LiloGy T-Dongle-S3
esphome:
name: tdongle
friendly_name: tdongle
on_boot:
- delay: 5s
- lvgl.widget.hide: boot_screen
esp32:
board: esp32-s3-devkitc-1
framework:
@olholm
olholm / machine.js
Created November 6, 2020 08:48
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@olholm
olholm / chutzpah.json
Last active April 27, 2020 07:19
Webpack + chutzpah + tree-shaked lodash
{
"Compile": {
"Extensions": [ ".ts" ],
"ExtensionsWithNoOutput": [ ".d.ts" ],
"UseSourceMaps": true,
"OutDirectory": "tests_output/",
"SkipIfUnchanged": false,
"Mode": "Executable",
"Executable": ".\\node_modules\\.bin\\tsc.cmd"
},