File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ n_END=10000 // end of tune marker
61
61
62
62
namespace Anycubic {
63
63
64
- void PlayTune (const uint8_t beeperPin, const uint16_t *tune, const uint8_t speed);
64
+ void PlayTune (const uint16_t *tune, const uint8_t speed);
65
65
66
66
// Only uncomment the tunes you are using to save memory
67
67
// This will help you write tunes!
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ using namespace ExtUI;
40
40
41
41
namespace Anycubic {
42
42
43
- FileList FileNavigator::filelist; // Instance of the Marlin file API
44
- char FileNavigator::currentfoldername[MAX_PATH_LEN]; // Current folder path
43
+ FileList FileNavigator::filelist; // Instance of the Marlin file API
44
+ char FileNavigator::currentfoldername[MAX_PATH_LEN + 1 ]; // Current folder path
45
45
uint16_t FileNavigator::lastindex;
46
46
uint8_t FileNavigator::folderdepth;
47
47
uint16_t FileNavigator::currentindex; // override the panel request
You can’t perform that action at this time.
0 commit comments