mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Storage extensions do not include the dot
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Code {
|
||||
|
||||
class ScriptStore : public MicroPython::ScriptProvider {
|
||||
public:
|
||||
static constexpr char k_scriptExtension[] = ".py";
|
||||
static constexpr char k_scriptExtension[] = "py";
|
||||
static constexpr char k_defaultScriptName[] = "script.py";
|
||||
static constexpr int k_maxNumberOfScripts = 8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user