mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-17 06:42:21 +03:00
Automatic stack location selection (SYS or HEAP), enable per library AR-chive in arduino build system (#5018)
Automatic stack location selection (SYS or HEAP), enable per library AR-chive in arduino build system * enable dot_a_linkage on internal libraries * add device tests * boards generator: deprecate --noextra4k/--allowWPS and fix documentation
This commit is contained in:
@@ -85,7 +85,7 @@ class ESP8266WiFiSTAClass {
|
||||
|
||||
protected:
|
||||
|
||||
static bool _useStaticIp;
|
||||
static bool _useStaticIp;
|
||||
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
// ------------------------------------ STA remote configure -----------------------------------
|
||||
@@ -93,14 +93,7 @@ class ESP8266WiFiSTAClass {
|
||||
|
||||
public:
|
||||
|
||||
#ifdef NO_EXTRA_4K_HEAP
|
||||
bool beginWPSConfig(void);
|
||||
#else
|
||||
inline bool beginWPSConfig(void) __attribute__((always_inline)) {
|
||||
return WPS_is_unavailable_in_this_configuration__Please_check_FAQ_or_board_generator_tool();
|
||||
}
|
||||
#endif
|
||||
|
||||
bool beginSmartConfig();
|
||||
bool stopSmartConfig();
|
||||
bool smartConfigDone();
|
||||
|
Reference in New Issue
Block a user