Last update: 30-01-2024
Last view: 25-11-2025
Go to your work folder, mine is located at:
F:/Work/EnterpriseName/
And then create a .gitconfig-work with the following data:
| #define DMX1_IO (0) | |
| #define DMX1_TX (16) | |
| #define DMX1_RX (32) | |
| #define BUF_SIZE (512) | |
| uint8_t data[513]; // This is a global in this case | |
| /* | |
| So this is an incredibly simple transmit-only DMX task for ESP32 ESP-IDF V4 |
| #!/usr/bin/env bash | |
| # Backs up and restores gnome3 keybindings | |
| # Tested with Gnome 3.36.8 | |
| # by peterrus | |
| set -e | |
| mkdir -p gnome3-keybind-backup |