Skip to content

Commit

Permalink
Default to zap icon for applets to prevent crash when missing
Browse files Browse the repository at this point in the history
  • Loading branch information
qiemem committed Jan 29, 2025
1 parent fbde192 commit a0488bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/src/HemisphereApplet.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class HemisphereApplet {
static const char* help[HELP_LABEL_COUNT];

virtual const char* applet_name() = 0; // Maximum of 9 characters
virtual const uint8_t* applet_icon() { return nullptr; }
virtual const uint8_t* applet_icon() { return ZAP_ICON; }
const char* const OutputLabel(int ch) {
return OC::Strings::capital_letters[ch + io_offset];
}
Expand Down

0 comments on commit a0488bc

Please sign in to comment.