Skip to content

Commit

Permalink
Skibidi dee
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli committed Jan 7, 2025
1 parent dbe96c7 commit a2ef0d2
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 151 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Sourcecode will be released in the future..

## Changelog
* 2.4.2:
* [x] UiFlow2 v2.2.0 compatibility https://github.com/bmorcelli/M5Stick-Launcher/issues/92
* [x] UiFlow2 v2.2.0 compatibility https://github.com/bmorcelli/M5Stick-Launcher/issues/92 for Cardputer, Removed from StickCPlus2 due to lack of storage
* [x] Fix for https://github.com/bmorcelli/M5Stick-Launcher/issues/93 https://github.com/bmorcelli/M5Stick-Launcher/issues/97 https://github.com/bmorcelli/M5Stick-Launcher/issues/95
* [x] Possibility to connect to Hidden Networks https://github.com/bmorcelli/M5Stick-Launcher/issues/89 by typing the SSID and Pwd
* [x] Changed porting system, reading inputs on a background task (same as Bruce)
Expand Down
7 changes: 6 additions & 1 deletion boards/m5stack-cplus2/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ build_src_filter =${env.build_src_filter} +<../boards/m5stack-cplus2>
build_flags =
${env.build_flags}
-Iboards/m5stack-cplus2
;-DCORE_DEBUG_LEVEL=5
-Wl,--gc-sections
-Os
-DCORE_DEBUG_LEVEL=0
-DCONFIG_ESP32_JTAG_SUPPORT_DISABLE=1

-DSTICK_C_PLUS2=1

Expand Down Expand Up @@ -65,6 +68,8 @@ build_flags =
-DSDCARD_SCK=0
-DSDCARD_MISO=36
-DSDCARD_MOSI=26
build_unflags =
-DBOARD_HAS_PSRAM

lib_deps =
${env.lib_deps}
2 changes: 1 addition & 1 deletion src/partitioner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ void partitioner() {
// Opções de partição
options = {
{"Default", [&](){ partition = 0; }},
#if defined(PART_08MB)
#if defined(PART_08MB) && defined(CARDPUTER)
{"Doom", [&](){ partition = 1; }},
{"UiFlow2", [&](){ partition = 2; }},
#elif defined(PART_04MB)
Expand Down
Loading

0 comments on commit a2ef0d2

Please sign in to comment.