Skip to content

Commit

Permalink
Fix m5stack-core build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoh committed Sep 16, 2024
1 parent 9fc44cc commit cf0cf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/furble.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static void show_shutter_control(bool shutter_locked, unsigned long lock_start_m
snprintf(duration, 16, "%02lu:%02lu", minutes, seconds);

#if ARDUINO_M5STACK_CORE_ESP32 || ARDUINO_M5STACK_CORE2
ez.msgBox("Remote Shutter", {std::string("Shutter Locked"), std::string(duration}),
ez.msgBox("Remote Shutter", {std::string("Shutter Locked"), std::string(duration)},
{"Unlock", "Unlock", "Back"}, false);
#else
ez.msgBox("Remote Shutter",
Expand Down

0 comments on commit cf0cf19

Please sign in to comment.