Skip to content

Instantly share code, notes, and snippets.

@dgehriger
Created March 4, 2025 21:20
Show Gist options
  • Save dgehriger/66c271f9be66fbc2490141a777e8bd69 to your computer and use it in GitHub Desktop.
Save dgehriger/66c271f9be66fbc2490141a777e8bd69 to your computer and use it in GitHub Desktop.
Tasmota for gPlug-M
#ifndef USE_SCRIPT
# define USE_SCRIPT
#endif
#ifndef USE_SML_M
# define USE_SML_M
#endif
#ifdef USE_RULES
# undef USE_RULES
#endif
// Required for `W`
#ifndef USE_SCRIPT_WEB_DISPLAY
# define USE_SCRIPT_WEB_DISPLAY
#endif
#ifdef KNX_ENABLED
# undef KNX_ENABLED
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment