mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Allow any number of scripts
This commit is contained in:
@@ -15,7 +15,6 @@ class ScriptStore : public MicroPython::ScriptProvider {
|
||||
public:
|
||||
static constexpr char k_scriptExtension[] = "py";
|
||||
static constexpr size_t k_scriptExtensionLength = 2;
|
||||
static constexpr int k_maxNumberOfScripts = 8;
|
||||
|
||||
// Storage information
|
||||
static bool ScriptNameIsFree(const char * baseName);
|
||||
|
||||
Reference in New Issue
Block a user