File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ static const int AMIGABALL_YPOS = 50;
72
72
#undef hasHID
73
73
#define hasHID () (bool)false
74
74
75
- #elif defined( ARDUINO_ODROID_ESP32 ) // M5Core2
75
+ #elif defined( ARDUINO_ODROID_ESP32 ) // Odroid-Go
76
76
77
77
#undef WITH_WIFI // NTP is useless without a RTC module
78
78
#undef TIME_UPDATE_SOURCE // disable time update accordingly
@@ -89,6 +89,13 @@ static const int AMIGABALL_YPOS = 50;
89
89
#define BASE_BRIGHTNESS 100
90
90
91
91
#elif defined ARDUINO_M5STACK_Core2 // M5Core2
92
+
93
+ #if ESP_ARDUINO_VERSION >= ESP_ARDUINO_VERSION_VAL (2 , 0 , 6 )
94
+ // espressif bloated the WiFi core since 2.0.7, now throwing
95
+ // an "IRAM0 segment data does not fit" linking error when used with NimBLE
96
+ #undef WITH_WIFI
97
+ #endif
98
+
92
99
#undef HAS_EXTERNAL_RTC
93
100
#define HAS_EXTERNAL_RTC true
94
101
#undef RTC_SDA
You can’t perform that action at this time.
0 commit comments