Fix display dump option in script version response (#22434)

This commit is contained in:
Ville Skyttä 2024-11-08 14:57:47 -01:00 committed by GitHub
parent ff0d003a24
commit 245da3918a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10259,7 +10259,7 @@ uint32_t options = 0;
#ifdef USE_SCRIPT_I2C #ifdef USE_SCRIPT_I2C
options |= 0x00400000; options |= 0x00400000;
#endif #endif
#ifdef USE_DSIPLAY_DUMP #ifdef USE_DISPLAY_DUMP
options |= 0x00800000; options |= 0x00800000;
#endif #endif
#ifdef USE_SCRIPT_SERIAL #ifdef USE_SCRIPT_SERIAL