Refactor code structure for improved readability and maintainability
Some checks failed
Build (3DS) / build (push) Failing after 2m10s
Some checks failed
Build (3DS) / build (push) Failing after 2m10s
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"C_Cpp.errorSquiggles": "disabled"
|
"C_Cpp.errorSquiggles": "disabled",
|
||||||
|
"cmake.sourceDirectory": "/home/angel/Documents/mice-3ds/include/dr_libs"
|
||||||
}
|
}
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
#define mice_main_h
|
#define mice_main_h
|
||||||
|
|
||||||
/* Application version */
|
/* Application version */
|
||||||
#define MICE_VERSION "dev20"
|
#define MICE_VERSION "dev28"
|
||||||
|
|
||||||
/* Default folder */
|
/* Default folder */
|
||||||
#define DEFAULT_DIR "sdmc:/"
|
#define DEFAULT_DIR "sdmc:/"
|
||||||
|
|||||||
1072
server/pnpm-lock.yaml
generated
Normal file
1072
server/pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,7 @@ const fs = require('fs');
|
|||||||
const QRCode = require('qrcode');
|
const QRCode = require('qrcode');
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
const PORT = process.env.PORT || 3000;
|
const PORT = process.env.PORT || 4012;
|
||||||
|
|
||||||
// Function to read current version from main.h
|
// Function to read current version from main.h
|
||||||
function getCurrentVersion() {
|
function getCurrentVersion() {
|
||||||
|
|||||||
Reference in New Issue
Block a user