Files
arduino-esp32/tools/sdk/lib/libwpa.a

600 lines
158 KiB
Plaintext
Raw Normal View History

2016-10-06 14:21:30 +03:00
!<arch>
2019-08-20 21:11:00 +03:00
/ 1565253764 0 0 0 2440 `
s <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09> <09>/<2F>/<2F>/<2F>/<2F>/<2F>/<2F>E<>O|O|O|O|O|O|O|O|O|O|O|O|O|O|O|O|O|      (<28>(<28>(<28>(<28>(<28>(<28>(<28>(<28>(<28>(<28>J\J\J\J\J\J\J\J\J\J\J\J\J\ՐՐՐՐՐՐՐՐՐՐՐՐՐ <0A> <0A> <0A> <0A> <0A> <0A> <0A> <0A><1E><1E><1E><1E>8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 iiiiiiihostapd_config_defaults_bsshostapd_config_defaultshostapd_mac_comphostapd_mac_comp_emptyhostapd_setup_wpa_pskhostapd_wep_key_cmphostapd_maclist_foundhostapd_rate_foundhostapd_get_pskhostap_inithostap_deinitccmpwpa_crypto_funcsinc_byte_arrayhex2bytehexstr2binwpa_get_ntp_timestampwpa_config_parse_stringdup_binstrieee802_1x_receivewpa_crypto_funcsresend_eapol_handleccmpwpa_auth_for_each_stawpa_initwpa_auth_sta_initwpa_auth_sta_no_wpawpa_auth_sta_deinit__wpa_send_eapolwpa_remove_ptkwpa_auth_sta_associatedwpa_receivehostap_eapol_resend_processwpa_auth_sm_eventwpa_ap_joinwpa_ap_removewifi_sta_rx_probe_reqwpa_write_rsn_iewpa_auth_gen_wpa_iewpa_add_kdewpa_validate_wpa_iewpa_parse_kde_ieswpa_auth_uses_mfpwpabuf_resizewpabuf_allocwpabuf_alloc_ext_datawpabuf_freewpabuf_putwpabuf_alloc_copywpabuf_dupwpabuf_concatwpabuf_zeropadwpabuf_printfwpa_crypto_funcswpa_sm_rx_eapolwpa_registerwpa_set_profilewpa_set_pmkwpa_set_bsspp_michael_mic_failureeapol_txcbwpa_sm_set_statewpa_sta_in_4way_handshakelibwpa_reversion_gitwifi_sta_rx_probe_reqccmpwpa_parse_wpa_ie_rsnwpa_parse_wpa_ie_wpawpa_crypto_funcswpa_eapol_key_micwpa_compare_rsn_iewpa_cipher_txtwpa_pmk_to_ptkrsn_pmkidwpa_cipher_key_lenwpa_cipher_to_algwpa_cipher_to_suitersn_cipher_put_suiteswpa_cipher_put_suiteswpa_snprintf_hex_uppercasewpa_snprintf_hexwpa_dump_memwpa_debug_print_timestampwpa_hexdumpwpa_hexdump_keyeloop_cancel_timeouteloop_register_timeoutwpa_parse_wpa_iewpa_supplicant_parse_ieswpa_gen_wpa_iewpa_crypto_funcswpa_deattachccmpppInstallKeyppGetKeywpa_neg_completewpa_config_assoc_iewpa_attachwpa_ap_get_wpa_iewpa_ap_rx_eapolwpa_config_profilewpa_config_bsswpa_sta_connectwpa_crypto_funcswpa_crypto_funcs_initwpa_hook_initwpa_hook_deinitwifi_sta_rx_probe_reqwpa_sm_alloc_eapolwpa_sm_free_eapolwpa_sm_deauthenticatewpa_sm_mlme_setprotectionwpa_sm_get_beacon_iewpa_sm_disassociatewpa_crypto_funcsap_config.o/ 1565253764 1000 1000 100664 9668 `
ELF^l4(/,<00>Q6A :<3A>b  (<28><>,<2C>b<1C><>X<EFBFBD>b%=<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD><EFBFBD>b<1D>b'
<EFBFBD>b!<21>b#<23>b$<24><12>2|<7C><>b) J<>Re|<7C><>b<1B><02>b-<2D>b/<1D>wpaE (%d) %s: Failed to allocate memory for configuration data.
E (%d) %s: Unable to alloc space for PSK
2019-07-17 10:09:43 +03:00
PSK (from passphrase)<00>Q6A!<21><><EFBFBD><EFBFBD>d82#P<>M
<EFBFBD><EFBFBD><EFBFBD>82#P<>=
 @<40><><EFBFBD><EFBFBD>tVH0<><30><EFBFBD>H<EFBFBD><02><>R(G<>U<EFBFBD>(H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
<1A><><EFBFBD><EFBFBD> <0B><><EFBFBD><EFBFBD><00><02>B((<28><00>(""(<28> <1D>ҢX<D2A2>c% )|<7C>¡, 2<>c) H=<3D>=<3D>=<3D><><EFBFBD><EFBFBD><EFBFBD>|<7C>"c-<04>c<1B>c<1C>c<1D>c'<27>c!<21>c#<23>c$<24><13>c-<2D>3<EFBFBD>Se<53>c/92<>d2T <0C>2T"2<><32>9<EFBFBD><é$<24>D<EFBFBD>T<EFBFBD>D9<><1D>6A l<> <20> <20><><EFBFBD><EFBFBD>-
<1D>6a  l<><01><02><01>Q<02> <00><><EFBFBD><EFBFBD>-
<1D>Dp6A<00><><07><>VHA<><41><
2019-07-17 10:09:43 +03:00
82#P<>=
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>=<3D>=<3D>=<3D>=<3D>"$<16>2"G<16><04>"H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<1A><><EFBFBD><EFBFBD> <0B><><EFBFBD><EFBFBD>F <00><><EFBFBD><EFBFBD><00>
, <0C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><>, <0A><> <1A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><>  <02><1D>-<1D>|<7C><1D>6AR<00> BG<>/X<>H<EFBFBD>G<EFBFBD>(KXK3B<33>(E<><02>C<EFBFBD><43><16>K3<4B>KU<4B><55><EFBFBD><EFBFBD>-
<EFBFBD>:G<><47><1D> <1D>6a 3Y<01><> Zc`jg`a!`v<> w<> l<><04><07><><EFBFBD><EFBFBD><00><>(<01><> 8'H9<1D><>JVF 6W<36><57> <1D> <1D>6A<00>҈<02>8<01>K"7
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD>K"<22>X<EFBFBD> <1D> <1D>6A"" R<>@V<><56>b<EFBFBD><62>( l<><03><><EFBFBD><12>(<28>"<1D><><EFBFBD><EFBFBD><EFBFBD>*<2A><><EFBFBD>""<00><><EFBFBD><EFBFBD>V<EFBFBD>Vr<56><1D>6a<00><><EFBFBD><EFBFBD>A<><41>]
2019-07-17 10:09:43 +03:00
<1C>(""P<>=
<16>(<04><><EFBFBD>""P<>-
<EFBFBD><13>*=<3D>=<3D>=<3D>=<3D>H<04>2$(<28><1D>(L<>""P<>-
<EFBFBD>JX<04>R%(<28><00>82#(<28><1D><><EFBFBD><EFBFBD><EFBFBD>f*b<>i<02><><EFBFBD><EFBFBD>f: &i<02><><EFBFBD><EFBFBD>fJ 6i ( <0C>K<EFBFBD>=<3D><><13><><10><05>2i"i<><69><12>b
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>L
2019-07-17 10:09:43 +03:00
<EFBFBD>h<13>R)P<><50><EFBFBD>X<13><>=<3D>=<3D>=<3D>=<3D>X<EFBFBD><58>h<04>"&(<28>(<04>""(<28><00>(""(<28>-<1D><><EFBFBD><EFBFBD><EFBFBD>m
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><00>
<EFBFBD><06><05><><EFBFBD><EFBFBD>Xb<>,<2C>be-<2D><><EFBFBD><EFBFBD><00> <1A><><EFBFBD><EFBFBD><00> <0C><01><><EFBFBD><EFBFBD>]
2019-07-17 10:09:43 +03:00
<EFBFBD>* :<3A>%Yc<59><63><EFBFBD><EFBFBD><00>(""(<28>-<1D>-
<1D>6A<06>b<EFBFBD>(1<><31><EFBFBD><EFBFBD><EFBFBD><03>((<28><00>b<EFBFBD><08><><EFBFBD><03>((<28><00>b<EFBFBD><62><EFBFBD><08><03>((<28><00><12><EFBFBD><03>((<28><00><12><><EFBFBD><EFBFBD><EFBFBD><03>((<28><00><12><><EFBFBD><08><03>((<28><00>(""(<28> <1D>GCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
8((QU((2B "b"xxi<00>((!(( Lhh."<00><00>"<00><00>"<00>(" "BB"D"F( ,"<<"DD"I"MM"Q(
"""""$"&( "!"%% "."<">((48Bzz$"<00><00>"<00> "<00> "<00>b"((h"<00><00>"<00>((".
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
"8"H"X
"b
"l"p.symtab.strtab.shstrtab.literal.hostapd_config_defaults_bss.literal.hostapd_config_defaults.literal.hostapd_mac_comp.literal.hostapd_mac_comp_empty.literal.hostapd_setup_wpa_psk.literal.hostapd_wep_key_cmp.literal.hostapd_maclist_found.literal.hostapd_rate_found.literal.hostapd_get_psk.literal.hostap_init.literal.hostap_deinit.text.data.bss.rela.text.hostapd_config_defaults_bss.rodata.str1.4.rela.text.hostapd_config_defaults.rela.text.hostapd_mac_comp.rela.text.hostapd_mac_comp_empty.rela.text.hostapd_setup_wpa_psk.rela.text.hostapd_wep_key_cmp.rela.text.hostapd_maclist_found.rela.text.hostapd_rate_found.rela.text.hostapd_get_psk.rela.text.hostap_init.rela.text.hostap_deinit.comment.xtensa.info.rela.xt.lit.rela.xt.prop "$ 
   &'(*Q+<00>CT[r<00><00><00><00><00>B<00>M<00>&<00>: 8\" &@Zar{<00>l$<00><00><><EFBFBD>T<00><>hostapd_config_defaults_bssg_osi_funcs_phostapd_config_defaultshostapd_mac_compmemcmphostapd_mac_comp_emptyhostapd_setup_wpa_pskwifi_ap_get_prof_pmkmemcpywpa_hexdump_keyhostapd_wep_key_cmphostapd_maclist_foundhostapd_rate_foundhostapd_get_pskhostap_initwifi_ap_get_prof_ap_ssidwifi_ap_get_prof_authmodewifi_ap_get_prof_passwordstrlenwifi_get_macaddrwpa_initieee80211_set_appiehostap_deinitccmpwpa_crypto_funcs$ UZ<00> :B@xDbIb# ## #  )Z_e<00><00> !<00>&<00>:hG<00>M<00>&hh &'tt '(<00><00> (DD(B#33 #;B="AF I#&& #,<0M<DF  $ 
 " " 
<
.
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
%#%
% #+
!9
 A .; ; .R <00>d z<00> <00>/<00> <00> /<00> <00> /<00> <00> /<00> <00>/<00> <00> /<00> <00>'<00> <00> ' (0( ( 000 0 0 16 6 1$'B $B '(%R (R %,2\ ,\ 203h 0h 344| 4| 4   l   ., 8< HJ XV b (08
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
@ H  $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXd p | <00> <00> <00> <00> <00> <00> <00>
<00>
<00>
<00>



$
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
0
<
2019-08-20 21:11:00 +03:00
H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    , 8 D P \ h t <00> 4@4a4{4<00>4<00>4<00>4<00>44+4@4W4]4c4m4Uh@\ - <00>2<00><00><00><00><00>@h<00>- <00><00><00>@<00>$- <00>!<00>@$- 4<00><00>@4- %<00>F @H`- DQ?@<00>l- ep&`@H- <00><00>>~@\`-  <00><00><00><00>@<00>@-" <00>lp<00>@<00>l-$ <00>0<00>;<00>8<00>OP<00>@hx-( <00><00><00><00>@<00><00>-* + <00>(<00>. <00><00>common.o/ 1565253764 1000 1000 100664 5576 `
ELF^x4("6A<00><>Ѐ<EFBFBD>t <0C><>:-<1D><00>Ÿ<EFBFBD><C29F>t<EFBFBD>h<1D><00>¿<EFBFBD><C2BF>t<EFBFBD>h"<22><><1D>|<7C><1D>6A <0B><>9<03><><EFBFBD>
<1B><><EFBFBD>t<EFBFBD>J<00> <00>2<><32>:"<00> "<1B><><EFBFBD>t<EFBFBD>B<01> <00>8 <0B>f <09><1D>6A<00><00><><EFBFBD><EFBFBD>=
<EFBFBD>:<01><01><><EFBFBD><EFBFBD><00>z<00>#<11>" <1D>|<7C><1D>6AJS<4A>4 <1D><00><02><><EFBFBD><EFBFBD><00>
2019-07-17 10:09:43 +03:00
<01>C<00> 3+"W<><57><EFBFBD><EFBFBD><EFBFBD>|<7C><1D><00>~<7E><><EFBFBD><00><00>6a<00><><EFBFBD><EFBFBD><01><08>(E<><00>ХAЙA<D099><41><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>u<EFBFBD><75><01><> <20><><EFBFBD><EFBFBD><01><><EFBFBD><EFBFBD>u<EFBFBD><75><01><><EFBFBD><EFBFBD><EFBFBD> <20><><10><><10><>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD> <20><><10><><11><>A<EFBFBD><41><10><> <20><>О <20><> <20><>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD>u<EFBFBD>B<00><>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD>u<EFBFBD>B<01>B<02>B<03>B<04>B<05>B<06>B<07> <1D>6AbB<>"<22>G<>&<26><><EFBFBD><EFBFBD>|uPZM
fu%"`<60> <20> <20><><EFBFBD><EFBFBD>Z J<>F<00><><EFBFBD><EFBFBD>R<><52><EFBFBD>J PZfU.Q<><51><1B>XR%MI<03>M
<16><05><02>@$ <20><><EFBFBD><EFBFBD>8:D 2D<00> <1D>l<EFBFBD>PTf<>Fa<46><61>@AA<1B>XR%M<>m
<EFBFBD><1A>z T<><54><02><><EFBFBD><EFBFBD>+"<22>*<01>G<00> w'<27><>F-
2019-07-17 10:09:43 +03:00
<1D>1<EFBFBD><31><EFBFBD>(""(<28> <1D>J& RB-I<1D>6A<00>r<EFBFBD><72><EFBFBD><1B><><08>(M<><00>j<EFBFBD><03><02><><EFBFBD><EFBFBD>:: "C<00> -
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<1D>-
<1D>GCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
(""$22"6(""%"<">(%--"1( "+,"0((<00><00>((5MMA"<00><00>""<00>"<00><00><00><00> "<00>"<00><00> <00>((,44"6"8.symtab.strtab.shstrtab.literal.hex2num.literal.inc_byte_array.literal.hex2byte.literal.hexstr2bin.literal.wpa_get_ntp_timestamp.literal.wpa_config_parse_string.literal.dup_binstr.text.data.bss.rela.text.hex2num.rela.text.inc_byte_array.rela.text.hex2byte.rela.text.hexstr2bin.rela.text.wpa_get_ntp_timestamp.rela.text.wpa_config_parse_string.rela.text.dup_binstr.comment.xtensa.info.rela.xt.lit.rela.xt.prop   
> ),$2<00>H<00>`gov0inc_byte_arrayhex2bytehexstr2bing_osi_funcs_pwpa_get_ntp_timestampwpa_config_parse_stringstrlenstrrchrmemcpydup_binstr $*27<<5<9% - "-(  ,%,AN ]J__<00><00><00><00>#M&& 3\>> D<00> M M \<00>p<00>zz <00><00><00><00><00><00> <00><00><00><00>  64    $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00>4,4D4V4j4<00>4<00>4<00>4<00>4<00>4<00>46<00>@l
$  <00>l><00>@<00>
<  <00>1<00>@<00>
2019-08-20 21:11:00 +03:00
`  <00>0@, T  +<00>&@<00> H  L<00><00>G@<00> h  o<00>8j@0 T  <00>0<00>;<00>8<00>W(<00>@<00> <  <00><00><00>@<00> <00>  7<00><00>! <00> <00>ieee802_1x.o/ 1565253764 1000 1000 100664 1660 `
ELF^<00>4( 6A<00><03><02><><EFBFBD><EFBFBD><16><05>J<EFBFBD><4A><02><> <19><><EFBFBD><EFBFBD><EFBFBD>tVh<04>EC<45>R<><52><EFBFBD><EFBFBD><11><03><> <20>51,<2C>ץ,Rf5&R<><02>P[<5B>P<EFBFBD><50>V<EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><16><00>*K<><4B><04>b<EFBFBD><62><EFBFBD><EFBFBD><1D>GCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
2016-12-02 14:50:43 +02:00
(]e"t"v.symtab.strtab.shstrtab.literal.ieee802_1x_receive.text.data.bss.rela.text.ieee802_1x_receive.comment.xtensa.info.rela.xt.lit.rela.xt.prop  nieee802_1x_receiveap_get_stawpa_receive  t*t-t?tDtJtYebt nn  $0<474=4C4M4vH@<00> f0<00>;o<00>8<00>|@<00>   <00>%H<00>@<00>H  m<00><00>
2019-08-20 21:11:00 +03:00
 <00>+sta_info.o/ 1565253764 1000 1000 100664 696 `
ELF^P4( GCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
2019-08-20 21:11:00 +03:00
.symtab.strtab.shstrtab.text.data.bss.comment.xtensa.info4!4'4,04;5o8<00>B<00>` Lwpa_auth.o/ 1565253764 1000 1000 100664 46676 `
ELF^<00><>4(wtwpaI (%d) %s: del sm error %d
GMKInit CounterKey Counteryou micmy micGroup key expansionGTKPairwise key expansionE (%d) %s: WPA: Failed to get random data for ANonce.
WPA: Assign ANonceE (%d) %s: Could not generate WPA IE.
E (%d) %s: Failed to get random data for WPA initialization.
I (%d) %s: add sm already exist i=%d
Plaintext EAPOL-Key Key DataE (%d) %s: In function %s, fail to register aes_wrap function!
E (%d) %s: WPA: wpa_sm_step() called recursively
I (%d) %s: WPA: Invalid EAPOL-Key frame - key_data overflow (%d > %lu)
WPA: Received Key NonceWPA: Received Replay Counterreceived replay counterpending replay counterWPA IE in AssocReqWPA IE in msg 2/4I (%d) %s: Station left, stop send EAPOL frame
2019-07-17 10:09:43 +03:00
6A<00>b1<62><31><EFBFBD><03><00>"g <0C><>3<EFBFBD><33><EFBFBD>A<><41><EFBFBD>487<> 1<><31><EFBFBD>F 1<><31><EFBFBD><03>9R)G<><47><EFBFBD>)H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
:<3A><><EFBFBD><EFBFBD> <0B>"g<><67><EFBFBD><EFBFBD><00>"g<><67><11><03><>|<7C>@<40><><EFBFBD>A<EFBFBD><41><EFBFBD><04><> <0B>
2019-07-17 10:09:43 +03:00
<EFBFBD>=<3D>=<3D>=<3D>=<3D>B"<12><>H<12>4 <0B><>4 Bb=<3D>=<3D><> <00> B)(<28>"[<5B>H<03>"aB$(<28><00>(""(<28><1D> $46Q<><51>b<EFBFBD>H, `<60> 0C <20>%<00>(D2a<14><00>J|<7C><1D><00><><EFBFBD>, <0A><06><><01><><EFBFBD><EFBFBD><00><>X <06><>0<EFBFBD><30><EFBFBD><EFBFBD><00><>6<EFBFBD><36><EFBFBD><EFBFBD>(, <0B><>R(RQ<1F> =<3D>=<3D>=<3D>=<3D>R)""DRQ <20> <00><00><><EFBFBD>!<21><>X<EFBFBD><58>UB<55>$<24>, B<>$<24><><EFBFBD><EFBFBD>.<2E><>0<EFBFBD><30><10><01><00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD>, <0A><04><><EFBFBD> <1A><><EFBFBD><EFBFBD> <1D>6AB<>0<EFBFBD>"<22> <0C><><03>"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>ZG<5A><47> <1D> <1D>6AR<>0 <04>"<22> <0C><><03><><EFBFBD>c<EFBFBD><63><EFBFBD><EFBFBD><00>
I"<22>"W<><57><1D>@H6aR<>bG<62>zbR<>Q<EFBFBD> <0C>f<11><06>`h <20><><EFBFBD><EFBFBD>  <0C><05><><EFBFBD><EFBFBD><00><03><02><05>`<60>$<24><><EFBFBD><EFBFBD>=
2019-07-17 10:09:43 +03:00
|<7C><>* <0C><05> <12><><EFBFBD><EFBFBD><00>2<EFBFBD>0 `<60><><EFBFBD><EFBFBD> <0C><><EFBFBD><EFBFBD><00><05><><EFBFBD> <0C><><EFBFBD><EFBFBD> <0C><01><05><><EFBFBD><EFBFBD><1D>|<7C><1D>6AA<><41> <0C>82#M<>=
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><EFBFBD> <0C><>J<00>
2019-07-17 10:09:43 +03:00
<0C>)<13><><EFBFBD><EFBFBD><00><><EFBFBD>(""(<28><1D>Pd6<>R<><52>B<EFBFBD>$ZS@<40>   P<> <20><><EFBFBD><EFBFBD>@<40> <20><> <20><><EFBFBD><EFBFBD><00>c<EFBFBD><63>X+<2B><><EFBFBD><11><> l<><6C><10>Ob#<05><><EFBFBD><EFBFBD><00>  <20><><16><><EFBFBD><EFBFBD><00><>6<EFBFBD><36><EFBFBD><EFBFBD>!<21><> <0B><>>r<>H(""D<><00><>F<00><><EFBFBD><EFBFBD><<3C><><EFBFBD>, i<01><07><00><>P ` `<60>c <><11><><EFBFBD>S<EFBFBD>̱<EFBFBD><CCB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><1D>-<06><>!<21><>|<7C>(<28>V<EFBFBD><56>F<EFBFBD><46>!<21><> (<28>W<EFBFBD><57><EFBFBD><EFBFBD><EFBFBD>|<7C>F<EFBFBD><46>h$6<01><><01>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
t 0<> 2<><32> b"e0<65><10><><EFBFBD> <0C><><EFBFBD>9B:2]B<><42><EFBFBD><EFBFBD><EFBFBD>y<EFBFBD>2a <13>a<15>Jt<4A> <00><07>@<40><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> M VB<><42>@<40><>8F9<00>P<> <20>!<14><><EFBFBD><EFBFBD>]
jb"eB<65>bƀ@fL <09>"d<>B<><42><@<40><>M`C<><43>m<04><>lB<6C>, <0B><><EFBFBD><EFBFBD><EFBFBD>L<EFBFBD><4C>X<EFBFBD>!i1 <16>!I<11>a<00><><EFBFBD><EFBFBD><00><04>"\<5C>"[<5B><><EFBFBD><EFBFBD><00>J<EFBFBD>b"e<>B<><42><EFBFBD><EFBFBD><EFBFBD>@<40><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> V<><56><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><16><06><><00>
<EFBFBD><02><02><><EFBFBD><EFBFBD>bf<62>a<16><><EFBFBD><EFBFBD><00>"e2<65><32>r<EFBFBD><72><EFBFBD>!<16>0<><30>p<EFBFBD><70><EFBFBD>: 00t<30>#<23><><EFBFBD><EFBFBD>c<EFBFBD><63><EFBFBD> <13><><EFBFBD>2bL <0C><04><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2b;<1D><00><><EFBFBD><EFBFBD>V
<EFBFBD><1D>R!<15><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <0C><05><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>F<><46><1D>6<> <20> <20><><EFBFBD><EFBFBD>XcM
2019-07-17 10:09:43 +03:00
+%<25>"*#a<><61><EFBFBD>"<22>xShP0t<1B><><EFBFBD>t+3<>00t<30><74><EFBFBD><EFBFBD>F|<7C>0:f<08>500tF<00><06><><EFBFBD><EFBFBD><1B><>0t̤<1B><><EFBFBD><EFBFBD><EFBFBD><00>@f$Z<><1C><><EFBFBD><10><><EFBFBD><EFBFBD><00><> <0C><><EFBFBD> <20><><EFBFBD><EFBFBD><00><> <0C><><EFBFBD>(<28><><EFBFBD><EFBFBD>#pptP<74>t<EFBFBD><04><> <20>t<EFBFBD> y<01><><EFBFBD><EFBFBD><00><><EFBFBD>A<EFBFBD><41>HB$M<>]
VZ<07>(<00> <20> <20><><10><><EFBFBD><EFBFBD>#pptP<74>t<EFBFBD><74> <20>t<EFBFBD>@<40>t y<01><><EFBFBD><EFBFBD><00><><EFBFBD>Q<EFBFBD><51>R%R%M<>]
V:FA<><41>Be&F|<7C>`DfA<><41>Be& <0B>P<EFBFBD> <20><>t"U<00> <00><><EFBFBD><EFBFBD><00>  <> <0B><><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD>e$<24>e%Be&<26><><EFBFBD> <EFBFBD> <0B><><EFBFBD><EFBFBD>f4<66><34><EFBFBD><EFBFBD> <1D><00><00>$(P6A<00><>2 t <18><> E8<12>It<49> =<3D>=<3D>=<3D>=<3D>B#3YB<59><42> <18>=<3D><> R"P<> <20>c3Bc4<63><34><EFBFBD><EFBFBD>0<> P<> <20><><EFBFBD><EFBFBD><00>E<EFBFBD><03><><EFBFBD><EFBFBD>R<>L, 1<><31><EFBFBD>HB$D<>M
<EFBFBD><EFBFBD>8<03><>B#G<>4<EFBFBD>#H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
<1A><><EFBFBD><EFBFBD> <0B><><EFBFBD><EFBFBD> <0C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><1D><00><><EFBFBD>, <0A> <1A><><EFBFBD><EFBFBD>I<>I<EFBFBD><1D>(P(6A<00>#<23>x <08><08>c2L <0C><>h<EFBFBD>c<11><><EFBFBD><EFBFBD> <18> "<22><03>c)s<><73><EFBFBD><EFBFBD><1D><>#ܨ<><DCA8><05><03>B "c2 ""c<11><><EFBFBD><EFBFBD><1D>f(+<2B>C<EFBFBD>(<28> (c <04><03>s<EFBFBD>c2)s<>cIC<49>c<EFBFBD><63><EFBFBD><EFBFBD>(3GI3<1D>f<08>3V<33><56><EFBFBD><EFBFBD><EFBFBD><1D> 6A8  G<><07>R<EFBFBD><52><EFBFBD>YC<59> <20> Bc2<63><32><EFBFBD><EFBFBD><00>#2V<32><56>8VC<56>F<EFBFBD><46> <0E><><EFBFBD><EFBFBD><02><0E><><EFBFBD><EFBFBD><1D>6A <1D><00><00>$6AQ<><51><EFBFBD><EFBFBD>`B%B$P<>M
<16> <20>  <06><>X<EFBFBD><58><EFBFBD><EFBFBD>K<><4B><EFBFBD><EFBFBD><EFBFBD><00><04><><EFBFBD><EFBFBD>-
2019-07-17 10:09:43 +03:00
<EFBFBD><EFBFBD>(<05><>2"G<>S<EFBFBD>"H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
<1A><><EFBFBD><EFBFBD> <0B><><EFBFBD><EFBFBD>(<05>""(<28> <1D>8<05><><EFBFBD>2#P<>=
<16><06>$b<>bc<08><><EFBFBD><EFBFBD><00><03>S<EFBFBD><04><><EFBFBD><EFBFBD><00><>"%<16>r"Gw<01>"H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
<EFBFBD><06><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(<05>""(<28><00><00><03>i#<23><><EFBFBD><EFBFBD><00><03>)#<23><><EFBFBD><EFBFBD>-9<1D>8 2#(<28>$"d<00><00>82#(<28><1D>46aA<><41>m<02><><EFBFBD>"$""P<>-
<16><07> l<><6C><08><><EFBFBD><EFBFBD><00> <03><><EFBFBD>} Q<><51>i<02>=<3D>=<3D>=<3D>=<3D><>7X8hKwg<77>)h<04>F<EFBFBD>&G<><47><EFBFBD>&H<><11>a<00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
<EFBFBD> :<3A><><EFBFBD><EFBFBD><0E><><EFBFBD><EFBFBD>!<00><00>3f<33><66><1D> @D<><44><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 00t) <09>2bg<1D>6A<00>2 <08>be<1D>6A<00><>A<EFBFBD><41>2<EFBFBD><32>02<30>0<EFBFBD> <20>$<00>(1<><00>82#2<>2"]c"<22> CBt04 2Bt<42> <1D><><02><><EFBFBD><EFBFBD><1D>\|6<>)<29>=<3D>=<3D>=<3D>=<3D>"!y<>Y<EFBFBD>i<EFBFBD><69>"=<3D>=<3D>=<3D>=<3D>R#d&%<02><01><>"! <0C>"<22><>`d)<29>=<3D>=<3D>=<3D>=<3D>"!)<29> "a=<3D>=<3D>=<3D>=<3D>(<28><>"W"!<1E><>"! _1P]%Zrpp$PW<50>Ra <0C>=<3D>=<3D>=<3D>"!<10><> u<> U<>ra=<3D>=<3D>=<3D>=<3D>"!ZRY<52>"!)<29>=<3D>=<3D>=<3D>=<3D>"!"a=<3D>=<3D>=<3D>=<3D>q<EFBFBD><71>(<28>"<22>c<EFBFBD>XR%P)<29><>]
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
J7 <37>(<28><><EFBFBD>(<28> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>J<00><><11><><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41> 9<>J<01> <00><>A=<3D>=<3D>=<3D><>#c<><63><EFBFBD> )<29><><EFBFBD>)<29>=<3D>=<3D>=<3D>=<3D>"! D "!<1E>E<02>E<04>E<03> =<3D>=<3D>=<3D>=<3D><>#c<><63>f(<0E><><EFBFBD><EFBFBD>D <20>&(<08>!<1D><><11>D @<40>t<EFBFBD>EBE<06> <00><>=<3D>=<3D>=<3D>=<3D>b#d<>(<28>hB<68><06><><EFBFBD><EFBFBD><00><>t<EFBFBD><06>E<07> <00><><EFBFBD><EFBFBD><00>E<08> <00>d
2019-07-17 10:09:43 +03:00
bEbE<08> <00><><14><> b<><62><EFBFBD>#<23><>`c<><63>"<22>"<22><><EFBFBD> <0C><><EFBFBD><EFBFBD>~<7E><><00><><EFBFBD>'<27><>b<EFBFBD><62>jc<6A> <0C><>z<EFBFBD><7A><00> <0C><><EFBFBD><EFBFBD>x<EFBFBD><78> (<28>bcA<63><41>, <0C><02><><11>s<EFBFBD><73>(<28><><EFBFBD> <0C><><02><>A<EFBFBD>p<EFBFBD><70>(<28>   h<>``t"!<1E><>%<25>"<22><>c<EFBFBD>!<1C><><EFBFBD>h<EFBFBD><68>"! htbEa"Eb<45> <00>Q"!<16><16>h<07><>b&P<>m
̺(<07>""(<28><1D><00>!<1C>!<0E>X<EFBFBD><58>"!<16><00><><EFBFBD>"! <20><><EFBFBD>H<00> <00> =<3D>=<3D><>!
<EFBFBD>A<EFBFBD><EFBFBD>O<EFBFBD><EFBFBD>(<28><>"^<5E>?<3F><>(<28><EFBFBD><E8A2A0><EFBFBD>c(<28><><06><><EFBFBD> <0B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!<21><><EFBFBD>
2019-07-17 10:09:43 +03:00
F(<07><>2"G<16><01>"H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
<1A>2<EFBFBD><32> <0B>0<EFBFBD><30>1<EFBFBD><31>(<07>""(<28><00>(""(<28><1D><><13><>1 <0C><08><>4<EFBFBD>2<EFBFBD><32><00>
<EFBFBD>, <0B><>$<24>a<11>/<2F><> <0C><01>!<11><> <20>,<2C><> <0C><><EFBFBD><EFBFBD><EFBFBD>ʡ<EFBFBD>)<29><><00><><63> <0A><06>&<26><><00>
2019-07-17 10:09:43 +03:00
<EFBFBD><12><>،<EFBFBD>¡, <01><00>(<28> <20>th<07>Ea"Eb<45> =<3D>=<3D>=<3D>=<3D>b&(<28><00>dB#;<16><07><><EFBFBD><EFBFBD><EFBFBD>Q؁P<D881> <20><><EFBFBD><EFBFBD>!<1F><12><><00><><00>3HB$M<>M
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00

2019-07-17 10:09:43 +03:00
<05> <06> <0C><>(<28> l<><6C><58> <09><>"<22><>ȁ<EFBFBD><05><>"D "<22><>"D <0A> <00><03><><00> (<28><><EFBFBD><0E><><EFBFBD><EFBFBD><00><>(<07>""(<28><00>(""(<28><1D>"! <0C>`d)<29>|<7C>)<29> "a "a<1F>"! <0C>`d)<29> ""aF<04><1D><><EFBFBD> <20>6a <0C><><07><05>t<16> <09>h<> <05><03><02>i!=<3D>=<3D>=<3D>=<3D>h<EFBFBD>i=<3D>=<3D>=<3D>=<3D>h<EFBFBD>Y1i<01><><EFBFBD><EFBFBD> <1A><05><>h<EFBFBD>p<EFBFBD><70><EFBFBD><EFBFBD>"b"W
W<EFBFBD> <0C><07><><EFBFBD>F<00>g<00><><EFBFBD><EFBFBD><05><> Bcf<63><03>"<22><>*#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>A<><41>XR%1<><00>X<04>#g<><67><EFBFBD>2%3<><00> 8<04><><EFBFBD>"#0<><1D><00>@6<><00>"c <09> f(X<>"e<><65><EFBFBD><EFBFBD>O<><4F><EFBFBD>Ȁ<EFBFBD><C880> <1F><><EFBFBD><EFBFBD><EFBFBD>݂A<10> H<><48><EFBFBD><EFBFBD><EFBFBD><16><><EFBFBD>, <0B><>X<EFBFBD><58><EFBFBD>A <0C><>A<13><><EFBFBD><EFBFBD>A<14><><04>A<12>A<15> <00><><EFBFBD><EFBFBD><00><><16><> <08><02><>L<EFBFBD> <><C2A0><02>!<21><11><01><><EFBFBD><EFBFBD><1D><01>6<><00><><01> t 0<> 8<>3H<12>It <18>R9¦S8=<3D>=<3D>=<3D>=<3D>R"c<><63> 2bW =<3D>=<3D>=<3D><><02>(9<>9<EFBFBD>9<EFBFBD>7<EFBFBD>=<3D>=<3D>=<3D>=<3D>8d+3<>3:4<>3<EFBFBD>1<><31><EFBFBD><EFBFBD>8<03>T2#D<><00><>2<>R"cf%;a<><61>h<06>T<EFBFBD><54>b&M<>m
<16><06>d<EFBFBD><03><> <03><05>T<EFBFBD><54>8<EFBFBD><38><EFBFBD>2A9=<06>A8<41> <00><><EFBFBD><EFBFBD><00>T<EFBFBD><54> ⠨Y!<21><EFBFBD>0<EFBFBD><30><EFBFBD><02>"><3E><03><>0XdB<64><42><EFBFBD>I<EFBFBD><49><04>Y<11>a<00><><EFBFBD><EFBFBD>""cf" <0C>!<21><>(""(<28><1D><01>6R<>Bt 0D 8<>3<>BEt <0C>IBi<42>9<EFBFBD><39>SR=<3D>=<3D>=<3D>=<3D>8R#B"ci<63>i<EFBFBD>Ra=<3D>=<3D>=<3D>=<3D>r#f$8c}2+3w<33>u<RG<>m<EFBFBD>!:<3A><>+}<7D>aFf$Z2#hX<68><58>Hh+4<>3:<3A><><EFBFBD><EFBFBD>a=<3D>=<3D>=<3D>=<3D>Q<EFBFBD><51><EFBFBD>Q<><51><EFBFBD><06><>82#D<>a<15><00>!<15><> 2<>Hh2a<13><> <13><>BaB<>0Ba2a<11>B"] @E<04>mQ<><51>Ba2a2a2a=<3D>=<3D>=<3D>=<3D><><05>)M<> M
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00

2019-07-17 10:09:43 +03:00
<07>!<14><07><><EFBFBD><EFBFBD>z<><7A>!<13>(<28> -<2D>! <06>p<14><>8<EFBFBD><38><EFBFBD><EFBFBD>!rA8bA9<41> <00><><EFBFBD><EFBFBD><00><>L<EFBFBD>@j<>x£ȭ<07>"!<10>!9!2<>ȀÃ=<3D>=<3D><>!)ba<00><><EFBFBD><EFBFBD><00>(""(<28><1D>6A <0B><><EFBFBD><EFBFBD>b;L <0C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><><EFBFBD>h <1B><><EFBFBD><EFBFBD> :<3A><00><><EFBFBD><EFBFBD><1B><><EFBFBD>t<1B><><EFBFBD><EFBFBD><EFBFBD> <08><02><02><><EFBFBD><EFBFBD>b<<3C><><EFBFBD><EFBFBD><1D>6A<00><><01> t <18><> <20> <0B>It<49> =<3D>=<3D>=<3D>=<3D><>b<EFBFBD>B<EFBFBD>
|耪<10>It<49> =<3D>=<3D>=<3D><>"<12>b=<3D>=<3D>=<3D>=<3D>=<3D><><12>9 <0B><>i =<3D>=<3D>=<3D><>"c<>bf<02>bW <18><02>b><3E><><EFBFBD><EFBFBD> <08><><1D><00> $$6<><00><>B"] #G&!<21><>(<16>2"GC<01>"H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<1A><><EFBFBD><EFBFBD> <0B><><EFBFBD><EFBFBD> <1D>B<EFBFBD>RtPS 2<><32>:2RDt<44> R<><52>ZR=<3D>=<3D>b"]Y<> EPV<10>=<3D>=<3D>Rt|<7C>052Dt<44> =<3D>=<3D>=<3D>=<3D>2"]'c<>trt|<7C>`gxbDt<44> =<3D>=<3D>=<3D>=<3D>xhbRg2V<32>=<3D>=<3D>=<3D>=<3D>X<EFBFBD><58>U<EFBFBD>r bt <0C>PV <20>RDt<44> <00>Nhr<68><72> rt`g bDt &YriB=<3D>=<3D>=<3D>=<3D>R"]oX<><58>% <15><><EFBFBD>rtL PW <20><06><>RDt 5YB<59><42><EFBFBD><EFBFBD>bb;i<>=<3D>=<3D>=<3D>=<3D>R"]FaX<>Vb"X<><58> rt`w h<>frDt wyBRbXY<58>i<EFBFBD><69>VFU<01><02><><EFBFBD><EFBFBD>F<>XB <0C>W<EFBFBD><02><>a<><61>`U<>X<05>bt PV RDt %YB Yr=<3D>=<3D>=<3D>=<3D>R"]<5D>E<01><02><><EFBFBD><EFBFBD><00><><00><02>~<7E><><06>R"e  <1A><06><><EFBFBD>r<EFBFBD><72><EFBFBD><EFBFBD><EFBFBD>pj<70>`h V<>IR<49><52>P<EFBFBD><50><16>M$<01> <0C><><EFBFBD>q<EFBFBD><71><00>ڽ
<EFBFBD><EFBFBD><EFBFBD>, <0C><><EFBFBD>n<EFBFBD><6E> Rb`Ƹbt PV <0C><><EFBFBD>RDt YBR<42>Rb
<EFBFBD>e<EFBFBD><EFBFBD>F<><00>d<EFBFBD><64><00>r<1A><>* p<> <20>`<60><>
<EFBFBD>bt Pf X<>UbDt viBrbXy<58>Y<EFBFBD><59>UƠƽ<>X<EFBFBD><58>%R"<10><>X򌕭<02>R<EFBFBD><52><06>X<><58>UF<><46>h<EFBFBD><16>B  <07>tU`i bDt viBrbXy<58>Y<EFBFBD>fUƫ<>R"<11><> btPV RDt <0C>YB Y<>=<3D>=<3D>=<3D>=<3D>R"]<5D><>X⌅R"<10>5X<35>V<05>X<EFBFBD><16><  btPf X<>UbDt viBrbXy<58>Y<EFBFBD><59>U<02><>F<><46>R"]geF<><46>h<EFBFBD>vb"Vx<><16>r"g rtPW <0C>RDt<44> =<3D>=<3D>=<3D>=<3D>R">yB<79>ri<72>e<16>r=<3D>=<3D>=<3D><>"d<><1A><>m
<EFBFBD>"d<><18><>R<08><>e p<> <20><14><> %|<7C><><EFBFBD> <0C>& p<> <20><0F><><1B><>Pț<1B><> <0C><><00>6<00><>f&2<><03><1C><><08><><00><><EFBFBD>
<0C><><EFBFBD> <20>a<0F><04><><00><><EFBFBD> <0C><><EFBFBD><EFBFBD><EFBFBD>(<28><01><><00><>F<00>ѭ<0F><03><><EFBFBD><EFBFBD><00>
2019-07-17 10:09:43 +03:00
<1B><><EFBFBD> <1A> `<60>t<EFBFBD>ѐ<EFBFBD>t<EFBFBD>=<3D>=<3D>=<3D><> <00>!<0E><>t<EFBFBD><74><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><08>(M<><16> <> <0B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><>f&<14><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>a<EFBFBD><61><EFBFBD>h$<24>h%bh&Ff6a<><61>bh&F|<7C><>ffa<><61>bh& <0B><><08><>t=<3D><>!<0E>X<00> <00><><EFBFBD><EFBFBD> <16>X<>bb<<3C>U<EFBFBD>=<3D>=<3D><> Q<><51>P<EFBFBD> <20><><EFBFBD><EFBFBD><00>h<02><05> <0B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>R"cfRbW RbY<62><07><><EFBFBD><EFBFBD>h<><68>VF<><46>h<EFBFBD>v<1D><02><><EFBFBD><EFBFBD>R"] FPfVƷxbVgb"ZVF<1A> Y<>RbZ=<3D>=<3D>=<3D>=<3D>R"]<5D>MxR&G <19><>f'<02>Bf7F:FGR"<12>R"c&<15><12><02><><EFBFBD><EFBFBD>b"]f<02><><EFBFBD>FAR"W5<><35><02><><EFBFBD><EFBFBD>R"]:X<><16>R"V%X<>V<EFBFBD>b"vbt`w rDt<44> '=<3D>=<3D>=<3D>b"yRY<52><59><EFBFBD>=<3D>=<3D>=<3D>=<3D>hX6 UY6 RbY<> RbY=<3D>=<3D>=<3D>=<3D>R"]<5D>"X¦UF btPV 6RDt<44> =<3D>=<3D>=<3D>=<3D>R"iR<69><52>=<3D>=<3D>=<3D>=<3D>hX6 UY6 Rb Y<>=<3D>=<3D>=<3D>=<3D>R"]<5D>X<>e<><65><EFBFBD><EFBFBD>RtP<74> <20>DtiRi<52>=<3D>=<3D>=<3D>=<3D>R"]<5D>RtP<74> <20>Dt<44> =<3D>=<3D>=<3D>=<3D>R"]iRi<52>'<27><02><><EFBFBD><06><>XXR%2Vu<56>Ƃ<EFBFBD><C682><02>i<EFBFBD><69> <1D>bt PV RDtR<74>Rb<04>c<EFBFBD><63>VJ<56><4A><EFBFBD><EFBFBD>rt|<7C>PWiRRDt<44> <00><><EFBFBD>bt PV RDt YRƒ<52>R"]'<27>F<><46><EFBFBD>k<EFBFBD>u .9E<00><00><00><m<00><00>6A <08>cf <18><03>Ӂ<EFBFBD><D381><EFBFBD><1D><00>6A<00><03><> <18>cX <08>c;<3B><><EFBFBD><EFBFBD><1D><00><00><00>6AR<06>  <0B><><EFBFBD><EFBFBD><EFBFBD>tVk0<><30>V R#] <0C>PR<10><><EFBFBD><EFBFBD><EFBFBD>< <0C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>I<><49><EFBFBD><EFBFBD><EFBFBD><00> <00><><01> t<><03>" "ItBc<06><><EFBFBD><EFBFBD>&<12>YcBc<08><><EFBFBD><EFBFBD><00>|<7C>-
<1D><00>@X(x<00><00><00> $ <00>6!<16>\x  <16>p<><70>} <09><>bW<62><02>h `g ``tV<74>Z 0g<30>VfZ<66>a<>ŝ<EFBFBD><C59D><11>b<><62> <20><>4!<21><>(<16>X2"GcX<63>"H<>a<16>a<17>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
:<3A><><EFBFBD><EFBFBD> <0B>!<16>!<17><><EFBFBD><EFBFBD><01><1D><00>#cf(<1A><><02><06><04><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>j<EFBFBD><6A><EFBFBD><EFBFBD>g<EFBFBD>VT<>rb<><62>g<02>Lb<><11><06>, <0A><> <1A><06>y <20><><EFBFBD><EFBFBD>aba<10><><EFBFBD><EFBFBD><00>d Ҡ<08><><EFBFBD>`<60> <20><><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD><10><><EFBFBD><EFBFBD>!<17><> p<> j M<>ړ<EFBFBD>+<01>g<02>)<01><><EFBFBD><EFBFBD><EFBFBD>V<>C7<43><02><01> V_C<5F><01>٢#`<16><0E><>u <0C><><EFBFBD><EFBFBD><06>a<15>a<14>a<17><><EFBFBD><EFBFBD><00>!<15>!<14>!<17><02>1<1D><><EFBFBD><EFBFBD><EFBFBD><06><><EFBFBD>a<15>a<14>a<17><><EFBFBD><EFBFBD><00>!<15>!<14>!V:
܍<EFBFBD><EFBFBD>,<2C><><EFBFBD>`<60> <20>a<11><><EFBFBD><EFBFBD><00>!<15>!<17><>"<22><>B<EFBFBD>,*#Q}<7D>J3F<00>Cf<43><66>, <0C><>l<EFBFBD>!<10>a<15>a<17><><EFBFBD><EFBFBD><00>!<15>!<16><><EFBFBD><EFBFBD>L
<EFBFBD><06> t<><74> <20>!<11>Mt<4D>a<15>a<17>x<EFBFBD><78><00>!<15>!<17>H"<22><04>f<EFBFBD> <0C><> <1A>r<EFBFBD><72><1D><00> <0C><>"<22> <1A>n<EFBFBD><6E>'<27><><EFBFBD><EFBFBD><EFBFBD><00>}<02>@<00>\<5C><><EFBFBD><EFBFBD><EFBFBD>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD>
<00>C<EFBFBD><43><EFBFBD><EFBFBD>* <1C>#]<5D><><04><>0VJ:<3A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>V<EFBFBD>9<EFBFBD><13>*4Vz
<EFBFBD><0F><><10><>c<EFBFBD>a<15>a<17>Z<EFBFBD><5A><00>!<15>!<17>j7<6A>a<EFBFBD>x<EFBFBD>q<EFBFBD>a<11><00>Q<EFBFBD>A<EFBFBD>a
=<3D>=<3D>=<3D><>#cf+<11>#e<><65>ಯ߰<E0B2AF> <01><><EFBFBD><EFBFBD>#a<><61><EFBFBD><EFBFBD> <20>#b<>!<11>a<16>a<15>a<17>E<EFBFBD><45><00>
<EFBFBD>!<16>!<15>!J<05>#aL<01><><01>#b<>/<2F><>a<16><<3C><><00>!<16><08><><01>!<11>*<2A><>8<EFBFBD><38> <0C><><EFBFBD><EFBFBD>7<EFBFBD><37><1D><00>C&<26><02><><00>#;
-<2D><00>S&F<><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>V<>+<2B><>Ƭ<00>#;<3B>c+$=<3D>=<3D>=<3D>=<3D><>#]gjF<><00><><EFBFBD><EFBFBD><05><04><><EFBFBD>a<15>a<14>a<17> <20><><00>
2019-07-17 10:09:43 +03:00
<EFBFBD>!<15>!<14>!V:' <18><03><02> <09><>c<11>a<16>a<15>a<14>a<13>a<17><15><><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <0B><><EFBFBD><EFBFBD>a=<3D>=<3D>=<3D>=<3D><> <0C>,1<>a<12> <00>!<12> <0B>!<11> <0C>+2<> <00>!<13>!<15>cf=<3D>=<3D>=<3D>=<3D><>!<16>!<14>! <09>#<16> <0C><><EFBFBD>u<EFBFBD>c`<60><0E><06><><EFBFBD>a<15>a<14>a<13>a<17><><EFBFBD><EFBFBD><00>!<14>!<15>!<13>!fmFs<00>g "cX "c;F)<00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <00>a<15><><EFBFBD><EFBFBD> <0B><02><><EFBFBD><EFBFBD><00>!F<00><><10><> <20><>c<EFBFBD>a<15><><EFBFBD><EFBFBD><00>!Vj<56>h<EFBFBD>V<06><><EFBFBD>"<22><>*#<23><06><02>a<15>a<14><><EFBFBD><EFBFBD>< <0C>!<14>!<15>M<EFBFBD><4D>,<2C><02><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>!F<00><>, <0B><><EFBFBD>a<15><><EFBFBD><EFBFBD><00>!"<22>*#
Fv<46><07><02><08><02>"=<3D><> <00> b!"&<00>#[""(<28>a<15><00>(""M<><00>c[<16><0E><05><04><><EFBFBD><EFBFBD><00><>b
tp)B<><42>@F<10>"<11>!  $ <04>F<EFBFBD>Rc\p<>, "Jt<4A> <00><>l=<3D>=<3D>=<3D><>!i<><69><EFBFBD>Bc<10><><EFBFBD><EFBFBD><00><03><><EFBFBD><EFBFBD><1D> =<3D>#d  <1A><><EFBFBD><EFBFBD><0E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><02><><EFBFBD>p<EFBFBD>$f*kF<6B><46>VI!{<7B>"aƹ<> -F <1D>#d  <1A><><EFBFBD><EFBFBD><0E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>p<>$&* <1D> ]<5D>t<EFBFBD><74><EFBFBD><10><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><06><><EFBFBD><EFBFBD>a<15>a<14>a<17><><EFBFBD><EFBFBD><00>!<15>!<14>!<16><> <0A><1D><00><00><00><00>xxx<00><00>6A <0C>'851<35><31>8'S-1<><31>0"<22>(<02>"<22><> <0B> t|؀<><10><02>bf <1B>҂It<49> <00><><EFBFBD><EFBFBD><1D>!<21><>(<02><>2"GC<01>"H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
:<3A><><EFBFBD><EFBFBD> <0B><><EFBFBD><EFBFBD><1D><00><00>6A<16><08>#[<5B>C<05>c <09> Ir<49>B"] <0C>@H<10>D<EFBFBD><44><01> t <15><> <20><02>KtRb<06><><EFBFBD><EFBFBD>WRIbY<62><59>B"<12><14>H8 DI8 BbB<>BbZ I<> <08><><EFBFBD>L <0C><08>b;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>&S<07><02><><EFBFBD><EFBFBD><00><02><><EFBFBD><EFBFBD><00>|<7C>-
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<1D>6A<00><><EFBFBD><EFBFBD>  m
<EFBFBD>0<><30>@<40><><EFBFBD><EFBFBD> PPt<50>8 <20><><EFBFBD>( <1D><>֨f<D6A8><1A><><EFBFBD><02><><EFBFBD><08><><EFBFBD><EFBFBD><00>f<EFBFBD><03><><EFBFBD><EFBFBD><00><16><><EFBFBD>
<EFBFBD><05>=<3D><>&<06><><EFBFBD><EFBFBD>VJ<56><4A>f<EFBFBD><02><><EFBFBD><EFBFBD> <1D>6A <08> <09><02><><EFBFBD><EFBFBD> -<1D>__wpa_send_eapolGCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
$$($P$ ,l <00><00>(("!!">@,"l2"<00>*"<00>(($ D"HI_"<00><00>-"<00>(
"!"%%")( " """)(($<00><00><00>"<00>((19";(((r<00><00>6"<00><00><00><00> <00><00> "<00><00><00>(($<`"~~<00>"R"bd oouu"<00><00>"<00>((4P<<00><00>"<00><00>"<00><00>^B"XY bb"p"<00><00> "<00><00>"<00><00><00>(($<00><00><00><00>(0@@ `ad+"<00><00> <00><00>"<00>((  """>>M"O(((,^<00>"<00>"<00><00>R<00> "<00><00>"".((6NE"<00><00>"<00>(
2016-10-06 14:21:30 +03:00

2019-08-20 21:11:00 +03:00
" ((=EE"M"O((Pl,<00><00>]"<00>" "<00>"<00><00>"<00> "<00>"<00><00>A"J"h"y5"<00><00>#"<00><00>!<00>@"66$"Z"nn<00><00><00>"<00><00><00><00>"<00><00>"<00>((\xx}}"<00>"<00>>"<00>"<00>(( fr"<00>((6F,"ruW"<00><00>G""(( q<00><00>&"<00><00>6"<00><00><00>"<00>"<00>((*BE'"l(26""X"l"((((x<00>0<00>"<00><00>"<00>"<00>#"  ."N"P"ee#<00><00>5<00><00>5<00><00>  !.. 99 "DE'll"<00>"<00><00>"<00><00>A<00><00>  "  0"<<&bbp*"<00><00>w"* "789qqo"<00><00> "<00><00>"<00>V"PP"``%<00> "<00><00><00><00><00><00> "<00>"<00><00><00>"<00><00>C"5"OP4<00>"<00><00><00><00><00><00>$<00><00> <00><00> <00><00>/0"BB "N((((?OQ*"{|~"<00>(8(8l<00><00>V"!"99 "ES"<00><00>"<00><00>1"<00><00>>"$"44J"~~"<00><00>"<00><00><00><00><00>1" '"5F"{"<00><00><00><00> <00><00><00>"<00> "<00><00><00>!"<00><00> "2"69%"^<00>"<00><00>)" "!!%FF QQ&"wx"z(((>VV""x"z("""))-"VY"q"u"<00> "<00><00>"<00>"<00>($8"<<"R#"u"}"<00>("(((.symtab.strtab.shstrtab.literal.wpa_free_sta_sm.literal.wpa_group_init_gmk_and_counter.literal.wpa_replay_counter_valid.literal.unlikely.wpa_replay_counter_mark_inva
    !"#$noprT<00><> 07MT[mz30<00><00><00><00><00><00><00> <00><>-?Q\gy<00><00><00>><00>,?<00><00><00><00>A CGE0lHGAR\hTQw<00>r]<00><00><00>_<00><00><00>bc<00><00>e
mg*i8<00><>g_osi_funcs_pwpa_crypto_funcswpa_hexdump_keymemcpywpa_get_ntp_timestampmemcmpmemsetwpa_eapol_key_micwpa_dump_memresend_eapol_handlepp_postinc_byte_arrayhostapd_get_pskwpa_pmk_to_ptkeloop_cancel_timeoutieee80211_get_hostap_privateieee80211_ethbroadcastccmpweptkipwpa_cipher_to_algieee80211_set_gtkieee80211_get_ptkic_del_keyic_set_keyieee80211_set_keyesp_mesh_map_deauthwpa_hexdumpeloop_register_timeoutwpa_auth_for_each_stawpa_initwpa_auth_gen_wpa_iewpa_cipher_key_lenwpa_auth_sta_initwpa_auth_sta_no_wpawpa_auth_sta_deinit__wpa_send_eapolieee80211_outputrsn_pmkidwpa_add_kdewpa_remove_ptkieee80211_wpa_ptk_init_donewpa_auth_sta_associatedwpa_receivewpa_parse_kde_ieswpa_compare_rsn_iehostap_eapol_resend_processwpa_auth_sm_eventwpa_ap_joinwpa_validate_wpa_iewpa_ap_removewifi_sta_rx_probe_req& 'P<00>,6;l@V^ v!&3@ElJl<00><00> QP'I<00><00><00><00> <00>AIRSS RSbb STkk T<00>D<00><00><00>D R<00> <00> R!U U%
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
" U U"$ <00>*<00>SBB S VN N VW__ WiUss UX<00><00> XX<00><00> X S<00> <00> SP 9Z'' Z-9 QP<00><00><00><00><00><00><00><00> <00><00><00> <00><00><00><00>S<< S[HH [Sdd SSrr S T{ { T<00><00><00><00>$R<00>$<00> R<00><00><00><00>{ d<00>  ` r <00><00> Io dx o\<00> <00> \<00> <00> ]<00> <00> ]<00> <00> $<00>  `  <00>^  ^? uG uSW W S_d d _j ~ S~ ~ Sc baP`g
<00>
<00><00>
<00><00>
<00>

<00>D
U
<00>Y
_
pj
<00>
<00><00>
<00>
<00>
<00>
p<00>
YdV
V dq
<00> e<00>
<00> e<00>
<00>$f<00>
$<00> f<00>
<00>(g<00>
(<00> g<00>
,S<00>
,<00> S0S<00>
0<00> S4S<00>
4<00> S8h<00>
8<00> h
<00><S
< S@h;
@; hR
<00>g
pDi~
D~ iHV<00>
H<00> VLV<00>
L<00> V<00>
b P<00> <00> <00> <00> I |` ` $l l (
v v
P<00> <00><00> <00><00> <00>j<00> <00> j k<00> <00> k<00> J @V& & V8 8 (C aG <00>
X X
Pa <00>f <00> <00> <00> (<00> <00><00> <00><00> d  >; @   M * * 3 "8 lG G l P/}<00><00><00> <00>@<00>SLL SSXX So`` oh<00>l<00>q<00><00>p<00><00> p <00> <00> $<00><00><00><00><00><00>$ <00>$<00> ( (  &'PBG| <00>.<00>S88 SX<00>_<00>d<00>i<00><00>N
P  M/EGG % QP<00><00>$<00><00><00><00><00><00><00> 3XJOR<00> <00><00><00><00><00><00><00><00><00><00><00> <00><00>:<00><00><00><00><00><00><00><00><00>p<00><00> p p<00> <00> p$S+$+ S4([@(@ [,SL,L SYh0Sb0b Sjy4Ss4s S<00><00><00><00>8S<00>8<00> S<00><00><00><00><00><00><S<00><<00> S<00><00>@R@ R n60<00>8Z=ZDSzDz SH[<00>H<00> [LS<00>L<00> SPS<00>P<00> STS<00>T<00> S<00><00><00><00>xXWX W$x\S,\, S`S;`; SdSVdV Shuhhh uY Pru<00>z<00>}<00><00> <00>(<00>tSS td<00>jxm}x<00><00><00>l<00><00> lrrvff v<00><00> Po<00>u<00><00><00><00> -30>FYu<00><00><00><00>w<00><00> w <00> <00> P<00><00><00><00><00><00><00><00><00>45;8<00>]<00>b<00>j<00>r<00><00><00><00><00><00><00><00>S S#I wC C wtt ?R^V'' V2Ee77 e fE E fgRR g^dd ^(6DXflxss x$ bac P<00><00><00><00>b<00><00>E<00>E<00>u +E6uAui<00><00>u<00>u<00><00> u9<00>_E<00><00>*4n<00><00><00><00><00><00><00><00><00><00> &$MU]u<00><00><00><00><00><00><00><00><00><00>L<00><00><00><00><00><00><00><00><00><00><00><00>,<00>?<00>K<00><00><00><00><00><00><00><00><00><00> <00>?.Leg<00><00><00>(V<00>(<00> V<00>9<00><00><00><00><00>B,<00>,<00>  <00><00>u0000 4 ;4; $]<00>fB8\r8r \x<00><S<00><<00> S@j<00>@<00> jD_<00>D<00> _<00>PH\<00>H<00> \<00>P<00><00><00>u<00> <00> <00> L L $NB39
l(<00>,<00><00><00><00>
0,<00>`<00>4<00>`<00><00>3L <00>#HN<00>t<00><00>x<00><00><00>x<00>x<00><00>x<00>x9+E3x?EBx8kc8c k<kv<v k<00><00><00><00><00>F<00><00><00><00><00><00><00><00><00><00><00>@U<00>@<00> U<00><00><00><00>D<00>D<00> <00>$HH "46$LUGLG US$PoPo <00><00>Tk<00>T<00> kXk<00>X<00> k<00>~<00><00><00><00><00><00><00>x<00>x<00><00>\|<00>\<00> |<00>x 58{`}L`L }]<00>c{dkrdr khk<00>h<00> klj<00>l<00> j<00><00><00>x<00>x<00><00><00>x<00>x<00><00><00>x<00><00><00><00>p<00>p<00> $xt^t ^ouxxS<00>x<00> S<00><00><00>x<00><00><00><00><00><00>|^<00>|<00> ^<00> <00><00><00> <00>|<00><00><00> |<00><00><00>`<00><00> !9<00>S*<00>* S<00>VC<00>C VU`Z^<00>x<00>S<00><00><00> S<00>S<00><00><00> S<00><00><00><00> <00><00> xx;QAQ<00>b<00>b q$  P'& !(!V!m! r!!V%!V0!VN!N <00>[!x`!x"u&"uS"u<00>"<00>"<00>"u""")1"YF"F <00>L"<00>\"qV<00>"<00> V<00>"<00>x<00>"<00> x <00>" <00> <00>_# _1#86#<<#}B#uF#RsJ#J sqT#T q\#8 <01>j# j <0B>p#8zw#w z $s$ s (08 @
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
H P X `hpx<00><00><00><00><00><00><00><00><00><00><00><00>!<00>"<00>#<00>$ $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00>   $ 0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00>
<00>
2016-12-02 14:50:43 +02:00
<00>
<00>



Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
,
8
D
P
\
h
t
<00>
<00>
<00>
<00>
<00>
<00>
<00>
<00>
<00>
<00>
<00>    ( 4 @ L X d p | <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    $ 0 < H T ` lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00>   $ 0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> 
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00


,
8
D
P
\
h
t
<00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<00>
<00>
<00>
<00>
<00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<00>
<00>
<00>
   ( 4 @ L X d p | <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    $ 0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    , 8 D P \ h t <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> (4@LXdp|<00><00><00><00><00><00><00><00><00><00> $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00> $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00> !!$!0!<!H!T!`!l"x"<00>"<00>"<00>"<00>"<00>"<00>"<00>"<00>"<00>"<00>"<00>""" ",#8#D#P#\#h#t#<00>#<00>#<00>#<00>$<00>$<00>$<00>$<00>$<00>%<00>&<00>'444\4~4<00>4<00>4<00>44;4h4<00>4<00>4<00>4<00>444:4W4q4<00>4<00>4<00>4,4D4v
<00><00>@taDu8 !, <00>@<00>b<00>u: ><00> O9@<00>c<00>u< R s$ .n@\d<00>u? <00>T <00><00>@0f<00>uA <00> <00>@g uC <00>O<00>@ gTuE <00>`<00><00>@tg@uG <00><00><00>@<00>luI <00><00>@<00>mluK Ep@@(n<00>uM <00><00><00><00>@$oPuO <00>l<00>@tp<00>uQ <00>|<00>@XqHuS <00>N
@<00>q<00>
2019-08-20 21:11:00 +03:00
uU &L,!@<00>|<00>uW ?x:@}$uY a<00>\@4}0u[ z<00><00>u@d}<00>u] <00>8 z<00>@H~x u_ <00><00>&<00>@<00><>Tua <00><00>&z<00>@<14><00>uc <00>L'<00><00>@<00><> ue  <00>'<00> @ <0C>ug ( x(# @<14>0ui < <00>(V <00>(m <00>(@} 0<00>(;<00> <00>(8<00> )<00><00> @D<>tup <00> *<00> @<00><>ur A<00> <00>J@vP SNwpa_auth_ie.o/ 1565253764 1000 1000 100664 8792 `
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
ELF^X4( 6a<  <16>C *rCbC<02> =<3D>=<3D>=<3D>=<3D><>"<03><><EFBFBD><EFBFBD><00>
<EFBFBD>*|<7C><1D><><EFBFBD>u<EFBFBD><75><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD>C<04><><EFBFBD> <09>C<05>C<06>C<07> =<3D>=<3D>=<3D>=𸂙<01><><EFBFBD><EFBFBD><00><01><><EFBFBD>Z<><5A><EFBFBD>t<EFBFBD>C <09>C<08> =<3D>=<3D>=<3D>=<3D><><07>F- <0C> *<2A>I<03><><EFBFBD>k<EFBFBD>rI <17>IbI<05> =<3D>=<3D>=<3D>=<3D>hg
}
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
bH <0C>bHb<><62>bH &bHK<> bI rI<00> =<3D>=<3D>=<3D>x<EFBFBD>pi<70>``<60>x<EFBFBD><78>Gr<47>pf (<28>R"<22> f `(A"H+(bH<00> <00>%"<22>JC'<27><06><> BH  <0C>K<>BH<02> <00><><EFBFBD><EFBFBD>0"<22>B<EFBFBD><42>BC<01> <1D><17>F<><46>+<2B> F<><46>6aM(=b  <><10> <20><><04><><EFBFBD><EFBFBD><00>:(<14>1]<07>F/<00><><EFBFBD>  <12>D\|& <1A>CRCrCbC"CRC"C<06> <00><><EFBFBD><EFBFBD><00>
<16> <0C><><0E><>u<EFBFBD><75><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD>4<EFBFBD><34> <20>C<08>C <09>C
2019-07-17 10:09:43 +03:00
<EFBFBD>C <0B>a <20><><EFBFBD><EFBFBD><00>! <16> <09><>t<EFBFBD><74><EFBFBD><EFBFBD>$<24>C <0A>C <0C> <07><02>" ,k<> RIrIbI"I<05> <00> <17> "H\"H|""H ""HK<> 0(<28>]bIb<><62><EFBFBD>IbC<01> <00><>5<>=<3D>=<3D>=<3D>!<21><>R"<00>$R%(<28><00>""""M<><00>d<14>J<EFBFBD><03><01><><EFBFBD><EFBFBD> 2d<1D>-
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<1D>|<7C><1D>k<>+<2B> <06><><1D>6AK<><4B><02><><EFBFBD>k"Z<>0<EFBFBD>u0<75><30>0<EFBFBD>A<EFBFBD>H<00><05><02><04>HZ"<22>H<02>H<03>H2H<05> <00><><EFBFBD><EFBFBD><00>ƭ<02><07><06><><EFBFBD><EFBFBD>z"<1D>WPA/RSN IEWPA: Key DataWPA: Unrecognized EAPOL-Key Key Data IE6<>   <20><><EFBFBD><EFBFBD>tVx0<><30>V@<40><>VP<><50>V<EFBFBD><11><<08>HFD<00><05><01><04><><EFBFBD><EFBFBD><00><10> <20><04><><EFBFBD><EFBFBD><00>}
2019-07-17 10:09:43 +03:00
<EFBFBD><06><><EFBFBD><EFBFBD><00><06>!<21><><EFBFBD><EFBFBD><00>7<EFBFBD><05><><EFBFBD><EFBFBD><04><><01><><EFBFBD><EFBFBD> <18>7xB (<28>!w<02>4 Hx"<22>1pyg g rce 'rcef&=<3D>=<3D>=<3D>=<3D>(<28>h &<10>(2h & 8R <0C>g<EFBFBD>Lgbcd ""cd<=<3D>=<3D>=<3D>b'<27> ""ccF "cc=<3D>=<3D>=<3D>=<3D><>#a<>z"#bW2<12><05><04><><EFBFBD><EFBFBD> Rcb<63>!<21><>hb&(<28><00>(""M<> h<>ca<63>F<><46> X<> Fx & <0C>w F<><46><EFBFBD> <0C>i<02><><EFBFBD>-<1D> <01>P<04><01><03>6a,L <0B>:rb2a R <20><><EFBFBD><EFBFBD>w6 <1D>8 cjb2<62>݂7<> g<15><>V:<06><><00><01><>Х<><D0A5><EFBFBD><13><><EFBFBD><EFBFBD> |<7C><><01><><EFBFBD><EFBFBD><1D><
<EFBFBD><02>IY$=<3D>=<3D>=<3D>=<3D><>+<2B><>4=<3D>=<3D>=<3D>=<3D><>F<00>jM<6A><02><><01><00><11><> <20><05><> <20><04><><11><> <20><><EFBFBD><EFBFBD><EFBFBD>)<29>f#<23><07><>Y=<3D>=<3D>=<3D>=<3D><>+<2B><>=<3D>=<3D>=<3D>=<3D><><01>1[<5B>w<EFBFBD>:8<><38>5<EFBFBD><02><><01><00><11><> <20><04><><11><05><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>1k<31><6B>D=<3D>=<3D>=<3D>=<3D><><01>!<00>
<EFBFBD>z<02><00><02><><01><00><11><> <20><04><><11><05><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>!k<><6B>T=<3D>=<3D>=<3D>=<3D><><01><><EFBFBD><EFBFBD>d=<3D>=<3D>=<3D>=<3D><>F<00>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>1k<EFBFBD><EFBFBD>t=<3D>=<3D>=<3D>=<3D><><01><><EFBFBD><EFBFBD><EFBFBD>=<3D>=<3D>=<3D>=<3D><><01><00><><EFBFBD><EFBFBD> <1A><><EFBFBD><EFBFBD><00>+<2B><>U<1B>w<EFBFBD><06><><06><>+<2B><><EFBFBD><EFBFBD><EFBFBD>F<><46>F<EFBFBD><46>6AR""] $<1D>GCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
 $(  ,8"<<<00>"<00>'"<00> "4"4"BD "Q(($8<00>"<00>"<00>9"78"<<"@@
JJL(JR"T(( 0PP__:"<00><00>#"<00><00>"<00><00>"<00>"<00><00>" *"89"XX"]]"bb nn
"x"|(( $@"DD "M"_` "l"<00>'"<00><00>Q<00><00>@"88 "X."<00><00>*"<00><00><00>"<00><00> "<00>(  ".symtab.strtab.shstrtab.literal.wpa_write_rsn_ie.literal.wpa_auth_gen_wpa_ie.literal.wpa_add_kde.literal.wpa_validate_wpa_ie.literal.wpa_parse_kde_ies.literal.wpa_auth_uses_mfp.text.data.bss.rela.text.wpa_write_rsn_ie.rela.text.wpa_auth_gen_wpa_ie.rela.text.wpa_add_kde.rodata.str1.4.rela.text.wpa_validate_wpa_ie.rela.text.wpa_parse_kde_ies.rela.text.wpa_auth_uses_mfp.comment.xtensa.info.rela.xt.lit.rela.xt.prop
   E
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
&<CQ8 e{L<00> \<00><00><00><00>$<00><00><00><00>wpa_write_rsn_iewpa_cipher_to_suitersn_cipher_put_suitesmemcpyg_osi_funcs_pwpa_auth_gen_wpa_iewpa_cipher_put_suiteswpa_add_kdewpa_validate_wpa_iewpa_parse_wpa_ie_rsnwpa_parse_wpa_ie_wpawpa_hexdumpwpa_parse_kde_iesmemsetwpa_hexdump_keywpa_auth_uses_mfpN<00>.. 6<dd o8<00><00><00>D<00><00><00><00><00>48.. DJG8G<00>8++ 18:@=<00>gg o< <00> <00> <00><<00><00><00>@<00><00><00>J$<** @<<< BRJJ Mb\l<00><00>x<00><00><00><00><00><00>
5x9U&Zx_xkP-X3X9]?]GMJnVV  f f rr || <00><00> <00><00> <00><00><00>x<00>x<00><00><00><00><00>x<00><00><00><00>9#9** Sxhxrxu_\@l<00><00><00><00><00> 5<00>^ <00><00><00><00><00><00><00>@<00><00>"77 "=DP`S@Y<00>i<00>#ww #<00><00><00><00><00><00><00><00><00><00><00><00><00>8<00>8#X:@=<00>a<00><00><00>  <00> <00> <00><00><00>M<00><00><00>l   $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00> $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00>454R4g4<00>4<00>4<00>4<00>4<00>4<00>4Q<00>@
2019-08-20 21:11:00 +03:00
 <00><00>L<00>@D  <00>T@\T 2(D1l|,@<00><00> P<00><00>K@P4 m<00>h@<00>  <00>0<00>;<00>8<00>I(<00>@<00>< <00>q<00><00>@<00><00> <00> <00><00> P  wpabuf.o/ 1565253764 1000 1000 100664 8576 `
ELF^(4(/,wpaE (%d) %s: wpabuf %p (size=%lu used=%lu) overflow len=%lu
2019-07-17 10:09:43 +03:00
6aA<><41><EFBFBD><04>HB(G<><47><EFBFBD>(H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00><02>
2019-07-17 10:09:43 +03:00
<EFBFBD> (<02><><EFBFBD><EFBFBD> <0B><><EFBFBD>9!<21>)<01><1D>6AH]ܔ!<21><><EFBFBD><EFBFBD> """"P<>*-9
<EFBFBD><1D><00> <02><><EFBFBD><04><>bh$'$<24>Q<><51>XR%N<>]
'I<><14><03><02><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Y$ !<21><><EFBFBD>˻(""N<>M
<EFBFBD>*<2A><1A>˪<><06><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>I =<3D>=<3D>=<3D>X:59<1D><>|<7C><1D>6A<00><><EFBFBD>ˢ<EFBFBD><08>(P<><00>
2016-10-06 14:21:30 +03:00
)
-
2019-07-17 10:09:43 +03:00
<1D>6A<00><><EFBFBD> ʈ<08>(P<><00>J9
2016-10-06 14:21:30 +03:00
9)*-
2019-07-17 10:09:43 +03:00
<1D>6A<00>R1<52><31><EFBFBD><03>"<22>((<28><00>(""(<28><1D> 6A<00><12>˲<><CBB2>(" +<2B><>"<22>
<EFBFBD><1A><><07><03><><EFBFBD><EFBFBD><1D>6AM!<21><>ˣ(""P<>-
2016-10-06 14:21:30 +03:00
<EFBFBD>J9
2019-07-17 10:09:43 +03:00
<EFBFBD><04><03><><EFBFBD><EFBFBD><00><03><04><><EFBFBD><EFBFBD><1D>6AM!<21><>(8ˣ""P<>-
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><EFBFBD><EFBFBD>$9
2019-07-17 10:09:43 +03:00
<EFBFBD> <0B>4=<3D>=<3D>=<3D>H<14>ý<04><02><><EFBFBD><EFBFBD><00><04><03><><EFBFBD><EFBFBD><1D>H= <0B><><EFBFBD><1D>6A<16>A<><41><16> XhZf˦XR%P<>]
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
V<EFBFBD> F<00>bx<12>&<26><07><05><><EFBFBD><EFBFBD><00><07><06><><EFBFBD><EFBFBD><00>#V<><05>cx<13>6p<36> <20><05><><EFBFBD><EFBFBD><00><07><06><><EFBFBD><EFBFBD>m<05>B<EFBFBD>m
2019-07-17 10:09:43 +03:00
X<04>"R%(<28><00>(""(<28>(<04>#""(<28><00>(""(<28><00> m xm F<><46>xm F<><46>Xmx˧R%P<>]
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00

<EFBFBD>y
F<EFBFBD><EFBFBD><EFBFBD>"i
2019-07-17 10:09:43 +03:00
V<1B>F<EFBFBD><46>-<1D>6ARH R 7<>y<EFBFBD><79> a<><61>R&R%P<>}
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><EFBFBD>@C<>@<40> 2j<00><><EFBFBD><EFBFBD><00> <0B><><EFBFBD><EFBFBD><00>"V<04>B]8<12>Խp<> <20><><EFBFBD><EFBFBD><00><03><04><><EFBFBD><EFBFBD>]<07>]
2019-07-17 10:09:43 +03:00
<EFBFBD>"82#(<28><00>(""(<28>]<02>8M
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><EFBFBD><EFBFBD>-<1D> 6<><00>"<22><><10><>@<40> <0C>y<EFBFBD><79>r<EFBFBD><72><EFBFBD><EFBFBD><08> xz<><7A>p<><70>8<EFBFBD>IaYqi<71>9<EFBFBD><39><11><01>!<21><><EFBFBD><EFBFBD>}
<EFBFBD><EFBFBD><00><12><02><><EFBFBD><EFBFBD>: <0B><07><02><><EFBFBD><EFBFBD><00>zyy<1D>GCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
 ( ( 0<">(( #/05"ee5"<00><00><00>"<00>"<00>(("((" (( ""(!%"'(( .:(( @LL"STV(($88Ayz<00>"<00><00><00><00>"<00><00>"<00><00><00><00>
<00><00><00>((auv<00><00><00><00>"<00><00><00>(HP "\"b.symtab.strtab.shstrtab.literal.wpabuf_overflow.literal.wpabuf_resize.literal.wpabuf_alloc.literal.wpabuf_alloc_ext_data.literal.wpabuf_free.literal.wpabuf_put.literal.wpabuf_alloc_copy.literal.wpabuf_dup.literal.wpabuf_concat.literal.wpabuf_zeropad.literal.wpabuf_printf.text.data.bss.rodata.str1.4.rela.text.wpabuf_overflow.rela.text.wpabuf_resize.rela.text.wpabuf_alloc.rela.text.wpabuf_alloc_ext_data.rela.text.wpabuf_free.rela.text.wpabuf_put.rela.text.wpabuf_alloc_copy.rela.text.wpabuf_dup.rela.text.wpabuf_concat.rela.text.wpabuf_zeropad.rela.text.wpabuf_printf.comment.xtensa.info.rela.xt.lit.rela.xt.prop "$ 
   &'(* <00>$1GS#^ .pw J<00><00> <00><00>"<00>Z$<00>g_osi_funcs_pwpabuf_resizememsetwpabuf_allocwpabuf_alloc_ext_datawpabuf_freewpabuf_putwpabuf_alloc_copymemcpywpabuf_dupwpabuf_concatwpabuf_zeropadwpabuf_printfvsnprintf+0<<Bb<00>e0$<00>8<00>=eO<00>!ZZ !v<00>!<00><00> !  %   8$8%(( %'22 ' P 6" T( L4 T%: : %'D D '
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
5
zv
<00><00>
<00><00>
<00><00>
><00>
]<00>
R<00>
8
<00>
<00>2
<00><
R%B
B %'L
L 'T
<00>[
r %b
b %'l
l 't
|<00>
<00><00>
<00>% r x<00> <00><00> <00><00> [ <00> <00>3 v%> > %!H H !P <00>Y z %` ` %'j j ',; ; ,C PM \T T   (08 @
H P  $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>   ( 4 @ L X d p
|
<00>
<00>
<00>
<00>
<00>
2016-10-06 14:21:30 +03:00
<00>
<00>
<00>
<00>
2016-12-02 14:50:43 +02:00
<00>
2017-10-16 21:25:41 +03:00



$
0
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<
H
T
`
l
2019-08-20 21:11:00 +03:00
x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    , 8 D P 444K4a4<00>4<00>4<00>4<00>4<00>4<00>444$4*4/24?Ct>>@<00>`- ^<00><00>Y@<00><00>- wTr@<00>$- <00>p <00>@<00>$- <00><00>"<00>@$- <00><00>'<00>@(0- <00><00>:<00>@Xx- <00>V<00>@<00><00>- p<00> @`t-  )T<00>$@<00>-" C<00>b>@<00>`-$ W0V;`<00>8r<00>Xm@H<00>-( !\z@<00>\-* } <00> <00>. <00><00>wpa.o/ 1565253764 1000 1000 100664 35576 `
ELF^x~4(PM6A<00><><EFBFBD> <09><08><><EFBFBD><EFBFBD>*2<><32><EFBFBD><EFBFBD>hZ<68>hl<68> <1D>6A1<><31>(A<><41>@<40> ""2<>!<21><><EFBFBD>"F<>8 <08><04><03>)2<>bF<62>bZ<62>bl<62> <00>"Tf<54> <09>82#1<> 2bT<1D>6<><00>f# <09>!f<> <08> <07> lˢrb2b<02>a<04><><EFBFBD><EFBFBD><00><>&<26>!<12>!YRib<69><62><EFBFBD><EFBFBD><00><03><06>2!<13>!<21><><EFBFBD>!""<22>9!=<3D>=<3D>=<3D>=<3D>2!<12>!<10>A9<11><01>-<1D>6A&<26> <0C>'(&"-<2D> &<26>g&<26>D<EFBFBD><00><><EFBFBD>  <13>2<EFBFBD>00t'<27>h <0C>G<EFBFBD>c b) 2)<06><00><><EFBFBD>  <03>9<EFBFBD>00tV<74><1C>G<EFBFBD>C dI)<00><><EFBFBD>  <13>2<EFBFBD>00t'<27>( <0C>G<EFBFBD>#9 R)2<><32>  0(<28> 0t̃<74>T9<05>F|<7C>-<1D>WPA: RSCWPA: Group KeyWPA: TX EAPOL-KeyWPA: WPA IE in Beacon/ProbeRespWPA: WPA IE in 3/4 msgWPA: RSN IE in Beacon/ProbeRespWPA: RSN IE in 3/4 msgWPA: RX EAPOL-KeyRSN: encrypted key datawpaE (%d) %s: In function %s, fail to register aes_unwrap function!
WPA: decrypted EAPOL-Key key dataWPA: IE KeyDataRSN: received GTK in pairwise handshakeRSN: msg 1/4 key dataRSN: PMKID from AuthenticatorWPA: Renewed SNoncePairwise key expansionE (%d) %s: WPA: No wpa_ie set - cannot generate msg 2/4
WPA: WPA IE for msg 2/4
RSN: msg 1/2 key dataRSN: received GTK in group key handshakeE (%d) %s: In function %s, Fail to register aes_unwrap function!
2019-07-17 10:09:43 +03:00
I (%d) %s: <EAPOL>state:%d
I (%d) %s: <EAPOL>receiving the 1/4 EAPOL-Key, state:%d
I (%d) %s: <EAPOL>receiving the 3/4 EAPOL-Key, state:%d
I (%d) %s: PTK has been installed, it may be an attack, ignore it.
I (%d) %s: GTK has been installed, it may be an attack, ignore it.
I (%d) %s: <EAPOL>WPA_GROUP_HANDSHAKE, state:%d
I (%d) %s: GTK %d is already in use in entry %d, it may be an attack, ignor it.
I (%d) %s: <EAPOL>WPA_TKIP_COUNTERMEASURES, state:%d
2019-08-20 21:11:00 +03:00
3359fa4<00><00>6a<00><><EFBFBD> M<01>)S<><01>&)B<>= <0C><>=<3D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><01><><EFBFBD><EFBFBD><00> <0C>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD>0<EFBFBD><30><EFBFBD><EFBFBD><EFBFBD><EFBFBD><1D>$ <00>4<F<00> 6<>!<21><> A<><41>@<40> <20>"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1<><31><EFBFBD><03>"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>"Bf(*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><04><14>$<24>4B<34><10> <09><19><08><18>A<EFBFBD>Q<EFBFBD>a<EFBFBD>q<EFBFBD><71><EFBFBD><EFBFBD><EFBFBD>a
<EFBFBD>a <0B>=<3D>=<3D>=<3D><>"<22><><08>"A<>b~=<3D>=<3D>=<3D><> <00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"<22>2"<22>&<02>"<22><>"<22><>1<EFBFBD>!I9<01><><EFBFBD><EFBFBD><00>/1<1D>6A<00><00><01><> <20><02><> <20><03><> <20><04><> <20><05><> <20><>t<EFBFBD><74><EFBFBD>Ȃ<EFBFBD><01>G<>F<><46> <20>H<><48> <20>I<><49> <20>J<><4A> <20>K<><4B> <20><>t<EFBFBD>8R<38>FZRV<52><04><><EFBFBD><EFBFBD>`<60> <20><><00><><EFBFBD><EFBFBD>2<><32><EFBFBD><05> l<><6C><EFBFBD><EFBFBD><00><>@<40><> l<><6C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B<><42>""<7F><EBB7B0><EFBFBD>BC B<><42>BC <0A> <00><1D><><07><06><04><03><><EFBFBD><EFBFBD>
<EFBFBD><1D> 6<>R"Cr<43>߂<EFBFBD><DF82> 6wRŀr<C580>w b"A 'R<><52>b<EFBFBD>Pg<50><67><EFBFBD> l<><6C>F<EFBFBD><46><10><><EFBFBD><EFBFBD><00><><18><>\<5C> ;<3B><02><><EFBFBD><EFBFBD>}
<16>
2019-07-17 10:09:43 +03:00
R"S )<29><><EFBFBD>R<EFBFBD><52><EFBFBD>Y<EFBFBD><59>aRH<00> =<3D>=<3D>=<3D>=<3D>R")̕Q<CC95><51>PV <20>Q<><51>PV <20>C2<43>0U <20>4 <0C>0U 2<><32>P<EFBFBD>! :2<>H<01> <0C>[<5B>RHBHBH<04> <00><><EFBFBD><EFBFBD><00> <0C><><EFBFBD><EFBFBD><EFBFBD><00>a2<61>05<10><>M 0Y<30>BH]<5D><02><07><><10>BH^<5E> <00><>$=<3D>=<3D>=<3D><>qY<01><><EFBFBD><EFBFBD><00><07><><EFBFBD><EFBFBD><1D> 6A  <20> <20><><EFBFBD><EFBFBD><1D>0Ph<00>6Aa<><61><EFBFBD>&U<><55> *<2A>&W<><57><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>0<> <20><><EFBFBD> <20> <20><><02><><EFBFBD><EFBFBD><00>&V<><56> *<2A>&X<><58><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><><EFBFBD><05><><EFBFBD><EFBFBD><04><><02><><EFBFBD><EFBFBD><1B><06><><EFBFBD><EFBFBD><1D>6AA<><41><EFBFBD>$Tf<54> <0A><><EFBFBD><EFBFBD><08><><EFBFBD><EFBFBD>(1<> <0C><>$<24><>dT<64><00><>  <<3C><02><04><><EFBFBD><EFBFBD><1D><00><00><00> d$<00>4<00><00>8H$ Fp<00><00><00>@<00><00>,Dp@<00>(((6R<>b G5FR&5b<><62>R<02>UrpU W<>Ɩ\<5C>W6Ɣrb<>jg'&'<02> <03><><EFBFBD><EFBFBD><04><03><><00><><EFBFBD><EFBFBD><00><05>)<11> <20> <20> $"a " <20><>"Ɠ=<3D>=<3D>A<EFBFBD><41>"$Af<41><14>!&("$Bf<42>ƌ7iF<>"$><3E>r <0C><><EFBFBD><EFBFBD>w<EFBFBD><77>a<15><><EFBFBD><EFBFBD><00>!<15>ƃ!s<>'<27><02><>ar<61>`i<10><16>~r<>py<16>  "<22>Q<EFBFBD>ʡ<>a<15><><EFBFBD><EFBFBD>K<><4B>$*<2A>!<15>Fg<02> <0C><02>a<14><><EFBFBD><EFBFBD><00><03><02>!<14>a`<60><><06>!<10><><EFBFBD><EFBFBD> <0C>ʡ<><CAA1><EFBFBD><EFBFBD><00>
<EFBFBD>!<15>!<14><1A>W L <0C><06>d*<2A><>$"d)<29>a<15>x<EFBFBD><78><00>!R <0B><02>a<15>a<14>s<EFBFBD><73><00><02><03>!<14><0F>!<10>H<EFBFBD><48>o<EFBFBD><6F> <20> <20><><EFBFBD><EFBFBD>l<EFBFBD><6C><00>!<15><1A>B<02>MbaRš<52>&bb f <20>g<>FG"$S&"<02>H<00><>G"<22>c<EFBFBD>6<EFBFBD><36><06><02><><01>a<15>[<5B><>R$)<29>!<15>F;R!fJ <0C><>1<EFBFBD><31><EFBFBD><EFBFBD>T<EFBFBD><54>Q+<2B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>$X<>فɑ<D981><C991><EFBFBD><EFBFBD>=<3D>=<3D>=<3D>=<3D><>!
2019-07-17 10:09:43 +03:00
<EFBFBD><06>¡<00><> <20><><10><00>!<16>'`P$<24>%Q<19><>5<EFBFBD><35>b<EFBFBD><62>``<60>R<EFBFBD>k<EFBFBD><16><><05>`<60>A<EFBFBD>a<15><00>!<15>*!<11>""<00>F2"G<>F<02>"H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<1A> <0C><> <0B>
2019-07-17 10:09:43 +03:00
<EFBFBD><EFBFBD> <0B><><00><00><05><06>`XA<58>a<15>)<29><>RCabCb<43> =<3D>=<3D><> <00> <00>!<15> `<60> <20><><EFBFBD><EFBFBD>a<15> <20><>"a<>"<11>b <20> <20>! <0C>`iKS<16>L<' <02><>"$T<16>*f<> !<21><>(<02><><EFBFBD>""1<> rr<72>c"dT<64> =<3D>=<3D>"a<>"bb f `<60> "<05>"<11> ) <20><><EFBFBD><EFBFBD><06><><00><06><><10><07><04><>h<><68>F<EFBFBD><46>F<><01>$U<>/<02>$V<><1B>/<02><04><><EFBFBD><EFBFBD><00>A<EFBFBD>*ha<68>Vb$U<>Fb$VVu <0C> <0C>q<EFBFBD>Q<EFBFBD><51><EFBFBD><EFBFBD><00><><00>$U<>{ha<68><06><>F<EFBFBD><01>Qb$Wg<11>q<EFBFBD>a<EFBFBD>Q<EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD><00><><00><><EFBFBD><EFBFBD>:<3A>F<EFBFBD><46><00>$V<><1B> b$C<><43><EFBFBD>b<EFBFBD><62>`j<10>q<EFBFBD><71>`<60><><EFBFBD>$X<><58><EFBFBD><EFBFBD>w<><77>b$S&ƶ<01>aw<61>ƴb$Vw<02><>b$EFl<46>q<EFBFBD>Q<EFBFBD>!<04><><EFBFBD><EFBFBD><00><>b<07>fr`g r$A&' f<>&<26><02><><01>&<26>Ə <16><05>bd;<3B><><EFBFBD><EFBFBD>r<> <09><>"W$<24>d<EFBFBD><64><EFBFBD><1B><>4<EFBFBD><34>8\<5C> ;<3B><04><><EFBFBD><EFBFBD>m
VZ <06><01> <09><05>a<15><><EFBFBD><EFBFBD><00><06>!Q<><51><EFBFBD><EFBFBD><EFBFBD><0E><><EFBFBD><0F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><05><15>%<25>5<EFBFBD>E<EFBFBD>U<EFBFBD>e<EFBFBD>u<EFBFBD><75><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Œa<15>a<13>a<14><><EFBFBD><EFBFBD>,
2019-07-17 10:09:43 +03:00
<EFBFBD>!<14>!<15>!<13><><02>i<01><00><><14>d<EFBFBD> J=<3D>=<3D>=<3D><><00><><10>i<EFBFBD><69>j<EFBFBD>$A <0B><>i<EFBFBD><69><0F>r<EFBFBD>+<2B>bd<62><64>a<14><><EFBFBD><EFBFBD><00><05>!<14><0F><0F>l<EFBFBD><6C>$B<>d<EFBFBD><64><EFBFBD><EFBFBD><EFBFBD>J<><4A>T<00>%Qg<51>PY <20>$SRW%<25> =<3D>=<3D>=<3D>=<3D>X<EFBFBD>&)Fo<01>c<> <0C> [<5B><><EFBFBD><EFBFBD><EFBFBD>2B]R<>M<EFBFBD><06>2B^<5E> =<3D>=<3D>=<3D><>!<10>U<EFBFBD><55>D<EFBFBD><44><EFBFBD>Y<01>~<7E><><00><06>}<7D><><1D>f<> !A<>(<02>E<EFBFBD>""1<>
e"$SRdT<64>A<EFBFBD>Q<EFBFBD>a<EFBFBD>q<EFBFBD><71><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>f"=R<>c<EFBFBD>=<3D>=<3D>"a<>"bb & <20><02>=<3D><>i<EFBFBD><69><00><><10><02><05>g<EFBFBD><67>ȁ<><C881> <1A>6<EFBFBD><36>d<EFBFBD><64><00><>V<EFBFBD>S<EFBFBD>!$<24>, (a1<61><31>""D<>-
VjE<EFBFBD>.<2E>, <0A><06><>"d;<3B>X<EFBFBD><58><00><>  <18>L
2019-07-17 10:09:43 +03:00
"$C<>r€"<22> ' <20><>r$A- <09><><11>a<12><><EFBFBD><<07>z<EFBFBD><7A><04>!)1=<3D>=<3D>=<3D>=<3D>!<05><><15><><19><><1A>)"<22><01>y!<21>a<13>B<EFBFBD><42><00>!<13>$L<>d*<2A>aRd)<29>Bd<42> W<>:=<3D>=<3D>=<3D>=<3D>!<21><>(W<>F<>2"GW<47><06><00>"H<>a<13>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<EFBFBD>!<13><08><><EFBFBD><EFBFBD> <0B><03><><00><>"$MP<4D> <20> <20>!<11><><EFBFBD><EFBFBD>a<13>(<28><><00><>_<EFBFBD><5F>4<EFBFBD><34>8<EFBFBD><38><EFBFBD><EFBFBD> ;<3B><04>#<23><><00>
<EFBFBD>!<16>5<EFBFBD>$Sx<53>&*F
<01><> <0C>[<5B><>a<15><1B><> 8t<38><02><>_<EFBFBD>!"G^ 2G]<5D> <00><15><><00>, ۧ<><13><><00>!<15><>M<EFBFBD> <09><04><><EFBFBD>!<10><><EFBFBD><EFBFBD>=<3D><> <00> <00> <00><><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><00>!<15> <09><08><><00><>̲!, <0C><><EFBFBD><05><><1D> <16>L<EFBFBD><4C><EFBFBD>iii.i>iNi^ini~i<>i<EFBFBD>i<EFBFBD>i<EFBFBD>i<EFBFBD>=<3D>=<3D>=<3D>=<3D>b<05>f<11>`i ra<>w<11>bpy <20>$S&)<02>,<00><>c<EFBFBD> <09><><EFBFBD><EFBFBD> <20> <20>a<13>a<15><><EFBFBD><EFBFBD><00><07><><10>!<15> <09><><EFBFBD><EFBFBD>x<><78>!<16><17><>F]x<>r<EFBFBD><72><EFBFBD>p<> Ѥ<><D1A4>$Brd<72><64><EFBFBD><EFBFBD><EFBFBD><00>
Vz<15><02><><EFBFBD>ءȑ<D8A1>a<15><><EFBFBD><EFBFBD><00><>r pprd<72> G=<3D>=<3D>=<3D><> pz<10>!p)<29><>gr$A wp)<29>ȡ<EFBFBD><C8A1><EFBFBD>"d<>,DzC+<2B> =<3D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>FG<00><07><><11><08><> <20>d<EFBFBD>w<EFBFBD>9=<3D>=<3D>=<3D>=<3D><>!f(%<25><>4<00><><EFBFBD><EFBFBD>$B<> <09>{<7B><>a<15><><EFBFBD><EFBFBD><00>!Z4<5A>,<00>u<EFBFBD>p<EFBFBD> <20>$B<><42><EFBFBD><EFBFBD>V<>  `$<14><>1ʡ"d<><64><EFBFBD><EFBFBD><EFBFBD>, <09>Ը<EFBFBD><D4B8><EFBFBD>"$Ɂ<><C981><EFBFBD><EFBFBD>)<29>w9u<39><07><>c=<3D><> <00>c<EFBFBD><63> <0A>a<15><><EFBFBD><EFBFBD><00>
2019-07-17 10:09:43 +03:00
!T<>(Ғ!rp<> ¡<00><> <20><><10>Z<04><00>V<EFBFBD><56><EFBFBD>c<EFBFBD><63>A<EFBFBD>J<EFBFBD><4A><00><> !H<>(<02><>r"G<>g<EFBFBD>"H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
<1A>E<EFBFBD><45> <0B>X<EFBFBD><58>Y<EFBFBD><59>|<7C>FLpv p)<29><>r$A wp)<29> "d<>=<3D>=<3D>=<3D>=<3D>"$Tf<54>!3<>""<00>6<EFBFBD>""1<> <0C>"dTV7 <09><05><07>|<7C><>"<22><02><><10><>4\<5C><> ;<3B>bR$<24> <00>v<EFBFBD><76>]
z<06>%<25>:<3A><><EFBFBD> <20>$S<>R%<25> =<3D>=<3D>=<3D>=<3D>(A&*Fe\<00><> <0C> [<5B><>i<EFBFBD><69>2B]b<>M<EFBFBD><05>2B^<5E> =<3D>=<3D>=<3D><>!<10><1B><>
2019-07-17 10:09:43 +03:00
<EFBFBD><EFBFBD><EFBFBD>i<01>_<EFBFBD><5F><00><05>^<5E><><1D> <1B><04>\<5C><> <1D> <1D>b$)<29><><EFBFBD><EFBFBD><EFBFBD>"<22><>*$<24>c<EFBFBD> <0C><><02>a<15>T<EFBFBD><54>ˢ <0C><>"<22>"d><3E>P<EFBFBD><50><00>!<15><><EFBFBD>|<7C><1D><00><0F>, <0C><><11>K<EFBFBD><4B><16><>F<EFBFBD><46>r<EFBFBD><00>!p" ( r<>p" <20>A <07>E<00>E"ErErE<04> <06><>r<EFBFBD><00>!p" ) r<>p" xA|<7C><>ErE"E<02> =<3D>=<3D>=<3D>=<3D>r"rE"E<04> Ɓ<>"$;a<><61><16><><EFBFBD><EFBFBD><EFBFBD>R! <0C><><EFBFBD> |<7C><>G<00>G<01>G<02> =<3D>=<3D>=<3D>=<3D><>R<08>GRG<04> =<3D>=<3D>=<3D>=<3D><78><D186><EFBFBD>! <0C><><EFBFBD> <20>G<00>G<01>GRGRG<04> F<><46>< <09>!<10>f`h 9<>B<00>BbBrBrB<04> <06><><<07>!pf|<7C>`i rB 7rBbB<02> =<3D>=<3D>=<3D>=<3D>rbrBbB<04> =<3D>=<3D>=<3D>=<3D>(AF<41><46><EFBFBD>A<EFBFBD>F<><46><EFBFBD>hAVFF<00><06><><EFBFBD>r$S&F<><46><EFBFBD><EFBFBD><EFBFBD>pp$`<60>p*<2A><>d<EFBFBD> tV<74><56>,<02><><02>U<EFBFBD>=<3D>=<3D>!<21><>(2V<12><>H<EFBFBD>ha<68><06><06><><EFBFBD><EFBFBD><EFBFBD>ha<68><06>F<><46><EFBFBD><EFBFBD><EFBFBD><EFBFBD>a<EFBFBD><1D><><EFBFBD>Ɠ<EFBFBD><1D>6A!<21><> <1B><> <09>H8<48> =<3D>=<3D>=<3D>=𸁢"T2bBb<42>Rb<52>bb<62>rb<72><62>b<EFBFBD><62>b~<7E>Hd<48> f<>=<3D>=<3D>=<3D>=<3D>q<EFBFBD><71>x<07><><EFBFBD>r'1<> <18>bT<1D>6A<00><><EFBFBD>00t"hSfC 2hC<1D> #2hC<1D>6A<00><><EFBFBD>,<03><03><02><08><><EFBFBD><EFBFBD>9<><1D><00>@F6Aq<><71>  @I<>@Y<><59><EFBFBD><EFBFBD> l<><02>g>=<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD><EFBFBD> <0A><1D>gO<67>g;BgARgB<67><42><EFBFBD><EFBFBD> 0<> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><00><><02>IL<49> =<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD><EFBFBD>'S<>gLf
<1C><>2gMFl<>gM<67><4D>t=<3D>=<3D><> <00><><EFBFBD><EFBFBD>'<27><><00><07>'M<>'L<><4C><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD>=
f<08><><EFBFBD><EFBFBD><06><><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD>f<><1D><><EFBFBD><EFBFBD>=
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>
, <0C><03><><EFBFBD><EFBFBD><00> A<><41>HĜ䁿<C49C><E481BF>]
h<03><><EFBFBD><EFBFBD><00>
,<0F>ѭ<>K<EFBFBD><4B><05><00><><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>2'C&<11><><EFBFBD><EFBFBD><00>
2019-07-17 10:09:43 +03:00
, <0C><07><><EFBFBD><EFBFBD>,9<><1D>h<00>' `<60> 6A1<><31> <20>B#l<>#ZJ<5A><4A><EFBFBD><EFBFBD>A<EFBFBD><41> I<>-H<05>#T!<21><>A<EFBFBD><41>f<EFBFBD> <09><04><02>(1<> <1B> <0C><>cT<63><54><EFBFBD><EFBFBD> <18><><EFBFBD><EFBFBD>cF<63><46><EFBFBD><EFBFBD><00>82#1<><00>82#2<><00> 8<02><><EFBFBD><EFBFBD>HD<>#TI=<3D>=<3D>=<3D>=<3D>!<21><>A<EFBFBD><41>f<EFBFBD> <09><04><02>(1<>  <0C>0<EFBFBD> <20>cT<63><54><EFBFBD><EFBFBD><00>82#1<><00>82#2<> <0C>8<02><><EFBFBD>2#3<> <0C>(<02><><EFBFBD>""0<><1D>$<00><00><00> <00><><EFBFBD><EFBFBD><EFBFBD>FhDH<00><00><00><><EFBFBD><EFBFBD> 4<<00>X 006!<01><><EFBFBD><EFBFBD>ZJ1<4A><31>"2DA<44><41><EFBFBD>(ER(G<16>F<EFBFBD>(H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
<EFBFBD><EFBFBD>!<21><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>"T<><54><EFBFBD><EFBFBD><00>"T&xE<78><45>&h<1D>f<EFBFBD>o <0C>W<EFBFBD>F<><1D>2<16>D<EFBFBD>XD2(G<16>C<EFBFBD>(H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:<3A><><EFBFBD><EFBFBD> <0B>"T<><54><EFBFBD><EFBFBD><1D>2<00>8<16>B#Gt<01>#H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:<3A><><EFBFBD><EFBFBD> <0B>"T<><54><EFBFBD><EFBFBD>2<>B%<25><>F<>b<>Q<><51>PDRdBS%<25> =<3D>=<3D>=<3D>=<3D>2$ug<><02>(B"A&$&<26>&<02><>$ ;F,<05> TBb~  I1=<3D>=<3D>=<3D>=<3D>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD>I <0C>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Y!Ba<00><><EFBFBD><EFBFBD><00><>/B"Od<04> A<><41><EFBFBD><04><><EFBFBD><EFBFBD> <0E>"O<>@<40> <20><> <20><><EFBFBD><EFBFBD>FA<><41>H<04><>R$G<>5<EFBFBD>$H<>
<00>
:<3A>|<7C><> <0B><><EFBFBD><EFBFBD>B"Tf<54> Av<41>H<04><><EFBFBD>B$1<> <0C>B"<22>RbT̄B<CC84>@3Bd<><64><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>J<EFBFBD><4A>Ai<41>H<16>R$GE<01>$H<>
<00>
:<3A>e<EFBFBD><65> <0B>p<EFBFBD><70>B<>@3<10>g<EFBFBD><67><03>z<EFBFBD><7A><00><> <1D>c<EFBFBD><63> <0A><02>w<EFBFBD><77> "Fd<46> <1D>2<00>8<04><>B#G<16><01>#H<>
<00>
:<3A>Q<EFBFBD><51><EFBFBD> <20>"T<>\<5C><>2<>B%<25><><06>QX<51>PD<10>"<22>BS%<25> M  =<3D>=<3D>A@<40><><04>R<EFBFBD>b$R"T<>A<EFBFBD>Q<EFBFBD>a<EFBFBD>q<EFBFBD><71><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>a <0B>X<EFBFBD><58>2"Bf#-<2D>I<EFBFBD>1I<31><49><04><14>$<24>4B<34>0<EFBFBD><08><18>8<13><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>a<0F>a<10>a<11>a2a<13><><10><>X<EFBFBD><58>P<EFBFBD><50>\2"<22><><EFBFBD>`9=<3D>=<3D>=<3D>=<3D>2"<22><>"<22><>V<>2`V<><05>"<22>2!7<>P <06><>P<EFBFBD>$<24><>;<3B><><00><><EFBFBD><EFBFBD><10>"<22><><04>8<EFBFBD><38><00><>1<16>8s B#G <0C>#H<>
<00>
:<3A>"<22>+?<3F><10><><EFBFBD> <20>!<21>2a<00>(2"<22><><EFBFBD>2<>0<><05>3<EFBFBD>00<04>3<EFBFBD>2a<00><>X<EFBFBD><58>P<EFBFBD><50>\<5C><>`2"<22><>"<22><>Vz 2`V <0A>"<22>2!7F1 l<><6C>P<EFBFBD><00><><18><>VJ <0B><><10>"<22><><04><15><>V:
1<EFBFBD><EFBFBD>8<03>3B#G<><47><EFBFBD>#H<>
<00>"<22><1B>1<00>08<10><><EFBFBD>փ 3|<7C><>3 3+3<><33><EFBFBD><EFBFBD>
<EFBFBD> :9<01> <0C>7<EFBFBD>2"Tf<54> 1<><31>8<03><><EFBFBD>2#1<> <0C>2bT<1D><00><><EFBFBD><EFBFBD><EFBFBD><00><><10><><EFBFBD><EFBFBD><1D>2<00><>8<04>sB#G<>$<24>#H<>
<00>
2019-08-20 21:11:00 +03:00
:<3A><><EFBFBD><EFBFBD> <0B>"T<><54><EFBFBD><EFBFBD> <1B><02><><EFBFBD><EFBFBD><1D><><EFBFBD><EFBFBD><EFBFBD><16><><EFBFBD><EFBFBD><EFBFBD> <0C><06><>!<21><>2"Tf<54><02>t<EFBFBD> <0C>G<13>fsD<73><10>!<21><>2"Tfs<05><><EFBFBD>2f<32>d<> <0C>W<13><1D>!<21><>2"Tfs<06><><EFBFBD><EFBFBD>fc<02><><EFBFBD><1D>f<><02>Z<EFBFBD> <0C>W<EFBFBD><06><><1D>6A1<><31><EFBFBD>#Tf<54> <0A><><EFBFBD><EFBFBD><08><><EFBFBD><EFBFBD>(1<>"cT<1D>6A!<21><> <1A>"T"<22><><EFBFBD>"<02><><00><><EFBFBD>  <08><><EFBFBD><EFBFBD>( <1D>wpa_supplicant_process_1_of_2_wpawpa_supplicant_decrypt_key_data<00>GCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
2019-07-17 10:09:43 +03:00
0 (<00> d0<00> ( ( *( ( AM"T(( ["y( " "<<Z\z|"<00><00>"<00>(()A"V($($ 0^<00>."<00>"<00>((Ym"pN"<00><00><00>(( ~<00><00>"<00>"<00>l"!"#((((A"U"h"z "<00>( ( *"E"G(<00>(<00><00><00><00> "><00>"<00><00>@<00><00><00>0<00><00>."J"\)"<00>s"<00>"<00>"" ""&"78 "DE"MR"<00><00>"<00><00>"<00>"<00>"<00><00><00>%<00><00>E n<00>"<00><00>,<00><00>"opF<00><00>|2 2 <00>/
0
Fv
y
u"<00>
<00>
"  $* "/ 1 9"j Y"<00> <00> C    "    ."N N R T "h h ,<00> <00> ="<00> <00> <00> <00> :  4 4 "V V ?"<00> <00>
<00> <00> "<00> <00> <00> <00> "<00> <00> )<00> <00> <00> <00> <00> <00>
2019-07-17 10:09:43 +03:00
"( ( T`"g(("!(( ( ( Dd}<00><00>f"HI'"p"~"<00>"<00>"<00>($($ 0t<00><00>j"(d(d<<00>N<00><00>"<00> "  ",,"1#"TD"<00><00>"<00><00>f"5="PQ"aa#"<00>""<00>
2019-08-20 21:11:00 +03:00
"<00><00><00>#"<00>"<00><00><00>p"<00>"<00>"<00><00><00><00><00>$"<00><00> <00><00> <00><00>"<00><00>",,"CD"R"T( ( &"+(("*(((((.symtab.strtab.shstrtab.literal.wpa_supplicant_clr_countermeasures.literal.wpa_supplicant_stop_countermeasures.literal.wpa_sm_set_key.literal.wpa_supplicant_check_group_cipher.literal.wpa_sm_set_seq$constprop$22.literal.wpa_supplicant_install_gtk$constprop$25.literal.wpa_eapol_key_send$constprop$31.literal.wpa_sm_key_request.literal.wpa_sm_rekey_ptk.literal.wpa_report_ie_mismatch$isra$8$constprop$34.literal.wpa_supplicant_key_neg_complete$constprop$26.literal.wpa_sm_rx_eapol.literal.wpa_register.literal.wpa_set_profile.literal.wpa_set_pmk.literal.wpa_set_bss.literal.pp_michael_mic_failure.literal.eapol_txcb.literal.wpa_sm_set_state.literal.wpa_sta_in_4way_handshake.text.data.bss.rela.text.wpa_supplicant_clr_countermeasures.rela.text.wpa_supplicant_stop_countermeasures.rela.text.wpa_sm_set_key.rela.text.wpa_supplicant_check_group_cipher.rodata.str1.4.rela.text.wpa_sm_set_seq$constprop$22.rela.text.wpa_supplicant_install_gtk$constprop$25.rela.text.wpa_eapol_key_send$constprop$31.rela.text.wpa_sm_key_request.rela.text.wpa_sm_rekey_ptk.rela.text.wpa_report_ie_mismatch$isra$8$constprop$34.rela.text.wpa_supplicant_key_neg_complete$constprop$26.rela.text.wpa_sm_rx_eapol.rela.text.wpa_register.rela.text.wpa_set_profile.rela.text.wpa_set_pmk.rela.text.wpa_set_bss.rela.text.pp_michael_mic_failure.rela.text.eapol_txcb.rela.text.wpa_sm_set_state.rela.text.wpa_sta_in_4way_handshake.rodata.__FUNCTION__$7672.rodata.__FUNCTION__$7717.bss.assoc_ie_buf.bss.gWpaSm.rela.data.libwpa_reversion_git.comment.xtensa.info.rela.xt.lit.rela.xt.prop !#%')+-/13579;=?ABCDE 
   GHIK"4GVh|<00>T<00><><EFBFBD><00>z /<00><00><00><00><00>+ [183H5Td87`<00><00><00><00><00><00>'@0<00>9Wdv<00><00>;<00><00><00><00> =<00>&?<00>E<00><><00><>g_osi_funcs_pmemcpywpa_hexdumpwpa_eapol_key_micwpa_sm_alloc_eapolinc_byte_arraywpa_sm_free_eapolwpa_sm_disassociatewpa_sm_mlme_setprotectionwpa_crypto_funcswpa_sm_rx_eapolmemcmpmemsetwpa_supplicant_parse_ieswpa_sm_get_beacon_iewpa_compare_rsn_iewpa_pmk_to_ptkwpa_sm_deauthenticatewpa_registerwpa_set_profilewpa_set_pmkwpa_set_bsswifi_sta_is_ap_notify_completed_rsnewpa_gen_wpa_iewifi_sta_get_prof_ssidwifi_sta_get_reset_paramwifi_sta_get_prof_passwordstrlenwifi_sta_get_ap_info_prof_pmkhexstr2binwifi_sta_update_ap_infowifi_sta_set_reset_parampp_michael_mic_failureets_delay_usg_mesh_is_startedeapol_txcbieee80211_sta_is_runningeloop_cancel_timeouteloop_register_timeoutwpa_sm_set_statewpa_sta_in_4way_handshakelibwpa_reversion_gitwifi_sta_rx_probe_reqccmp66 &=@MS7// 77BB 7<00><00>9<00>W<00>w<00><00><00> <|\)<00>.<00>I<00>N<00>i<00>n<00><00><00><00><00> 5 EH)A8;; 87NN 7  38AL Tcf<00><00> $8D$D 8(8W(W 8`<00><00><00>,<00>,<00>  p=mfmm<00>8{{ 87<00><00> 7 7<00> <00> 79<00><00> 9<00>p<00> <00> <00><00> . H7 H7S S 7 :g g :o !<00> <00><00> <00><00> <00>7<00> <00> 7;<00> <00> ;  <  < 
  + 8 F _ l 1 A8; ; 8A U8O O 8X h8b b 8h z 8t t 8$=~ $~ =6  !  *5 E >? ? ><00><00><00><00>|xtplhd`\XPLHD@<840,(6$ ?<00>  ) > G <00> <00> <00>  N B t <00> N <00> <00> $<00> N <00> (<00> 0 , 4  N A 8w (| <<00> @    T 4  A &<00>  <00> <00><00>   D! H<00> L<00> P<00>  <00> T<00> h  X # (( <g \<00> `<00>  <00> (<00> d<00> h<00>  X l p= (a 0f tl  | x<00>  <00>   X7  D<00>  |<00>  P<00>  <00>#
 L,
 M a
 Ps
 * y
 P<00>
 L<00>
 <00>
 * <00>
 L<00>
2019-08-20 21:11:00 +03:00
 $  *   (  0!  <00>$  <00>,  M [  (a  <<00>  <00><00>  4 <00>  X<00>    <00>K  T  <00>e   <00>  <00><00>  <00><00>  d<00>  <00>  <00>1  <00>S  <00> <00>  <00> <00>  <00> <00>  <00> <00>  <00><00>  <00> <00>  <00>   <00>  E<00>  <00> T <00> <00><00> <00> <00><00> <00> <00><00>  <00> <00><00>  <00> <00><00> <00><00> <00>8<00> <00><00> 8<00> <00><00> N     N   N # ><00>A/ <00>/ A8 >; N A GD N M RO N X <00>7g <00>g 7u zw  <00>B<00> <00><00> B<00>9<00> <00><00> 9<00>A<00> <00><00> A<00> <00><00>  <00>7<00> <00><00> 7<00>B<00> <00><00> B<00>9<00> <00><00> 9<00>A <00> A  * 0- N 3 96 \9 ?< \<00>8O <00>O 8[ `] N c <00><00>7n <00>n 7<00> :<00> :<00> <00><00> N <00> <00><00> <00> <00><00> N <00> <00><00> N <00>7 <00> 7<00>8G <00>G 8c 2 h nk N q t <00><00>8<00> <00><00> 8<00>C<00> <00><00> C<00> <00><00> <00><00>  <00> <00><00> <00> <00> <00><00> <00> <00>D<00> <00><00> D<00> <00> E<00> <00><00> T <00>  <00> (  E# 8<00> . <00>. (<00>A8 <00>8 A> H MJ <00> <00>Ef <00>f El &r xu T z <00>} T <00> <00><00> T <00> T <00> <00> <00><00> (<00> <00><00> <00><00> <00><00>  <00> <00><00>  <00><00> <00><00> <00> <00>:<00> <00><00> :<00> <00><00> <00> <00>8G <00>G 8X ^[  x <00><00>7<00> <00><00> 7<00> <00> <00> <00><00> <00><00> <00> 7<00> <00> 7   <  <  1M <00>8j j 8Cw w C <00>8<00> <00> 8<00> <00> <00>  8<00> <00> 8 F  F2 pB HE  K QN  $8<00> $<00> 8(:<00> (<00> :<00>  <00> <00><00> <00> ,7<00> ,<00> 707<00> 0<00> 747<00> 4<00> 78  8 <<  < <@7*  @* 74  w  } z  0
D8<00>  D<00> 8HC<00>  H<00> C<00>  * <00>  <00> <00>  * L<00>  L<00> <00>  * P8<00>  P<00> 8


 

2019-08-20 21:11:00 +03:00
 * T7&
 T&
2019-08-20 21:11:00 +03:00
7?
 E
B
 * P
 y
S
 Y
V
 * Xg
 Xg
p
 <00> \<00>
 \<00>
<00>
2019-08-20 21:11:00 +03:00
 * `7<00>
 `<00>
2019-08-20 21:11:00 +03:00
7<00>
 * d7<00>
 d<00>
2019-08-20 21:11:00 +03:00
7<00>
 1 <00>
2019-08-20 21:11:00 +03:00
 1  1  *   * =  H X  j o   hv  hv l:<00>  l<00> :<00>   <00>  <00> <00>  V p7<00>  p<00> 7t<00>  t<00> x<<00>  x<00> <|G
 |
2019-08-20 21:11:00 +03:00
G  N <00>70  <00>0 7<00>7B  <00>B 7<00>A\  <00>\ Ab  <00><00>  <00><00>  <00> <00>  <00>  <00> <00>  <00> <00>  T <00>  * <00>  <00> <00>  * <00>  <00>
<00>  <00> <00>  <00><00>  <00> <00>  E<00>  <00>  M6RWG` 7 7? gz<00><00> <00><00><00><00>EpIf 7<00> <00> 7$7<00>$<00> 7(L<00>(<00> L<00><00>,M, M0N0 N<00>4O4 O~8P8 P<Q"<" Q(I@P+@+ PDR3D3 RHS?H? SNpLPPLP PPRZPZ RTTpTp TXUxXx U<00><00>\R<00>\<00> R`7<00>`<00> 7  63ADR Ux<00><00><00><00> <00><00> L<00>Xe$ p$p (W~(~ W<00><00>, <00>,<00> `XTPLD@<84
0,($ 6X<00><00><00> <00><00>$FNc <00>)<00><00><00>0<00>$<00>(<00>,<00>4)#8/4<M<00>^<00>ay~@<00>(<00>(<00><00>D<00>H<00>L*P-T<00>(<00><00><00>X<00><00>'(D[\arX<00><00><<00>(<00><00>`<00><00><00><00><00><00><00> T , dZ<00>d<00> Z<00>R<00><00><00><00>,<00>,<00><00><00><00><00><00><00><00><00><00><00>R RR/T3T9TZ`]R}<00><00><00>)<00><00><00><00><00><00><00><00>h<00>h<00>  <00><00><00>)l[<00>l<00> [p\<00>p<00> \ )),=EQTatVtV 0\<00>f<00>l<00>x <00>x<00> <00><00>|><00>|<00> ><00><00><00><00><00><00><00><00><00>R<00><00><00>8<00> 8'X}<00><00><00><00><00><00>A<00><00><00> A<00><00><00>A<00><00><00> A<00><00><00><00><00><00> <00><00>"<00><00>A*<00>* A0<00><00>A;<00>; AA<00>I<00>N<00>dp<00><00><00><00><00> <00><00><00> <00><00><00><00><00><00><00>G<00><00><00> G<00><00><00><00> 0<00><00><00><00><00>
R1R%"<00>'<00>28518D;A> DJG<00>LRO<00>6& (0 8
@ H P X`hpx<00><00><00> $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp | <00> <00> <00> <00> <00> <00> <00> <00> <00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>


Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
 $ 0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    , 8 D P \ h t <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    ( 4 @ L X d p | <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    $ 0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    , 8 D P \ h t <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    ( 4 @ L X d p | <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>     $  0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> 
2016-12-02 14:50:43 +02:00


,
8
D
P
\
h
t
<00>
<00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<00>
<00>
<00>
<00>
<00>
<00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2016-12-02 14:50:43 +02:00
<00>
2019-08-20 21:11:00 +03:00
   ( 4 @ L X d p | <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    $ 0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    , 8 D P \ h t <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> (4G4t4<00>4<00>4<00>4 464R4l4<00>4<00>4<00>44434H4h4|4<00>4<00>4<00>4<00>4<00>4*<00>@<00>@HN <00>`T<00>@<00>@`N ,<00>y'@4AxN F0<00>A@<00>A<00>N n2<00><00><00>dV}@<00>B<00>N! <00><00><00><00>@DC\N# <00><00><00><00>@<00>D<00>N% d#@xEDN' %<00>  @<00>F$N) A<00> <00><@<00>F\N+ w(
Gr@<H<00>N- <00>p
<00>@<00>H<00>N/ <00>xg<00>@X_TN1 <00><00>!<00>@<00>_$N3 <00> <00>@<00>_<N5 $<00>@ `xN7 +<00>&@<00>ctN9 M<00>TH@<00>d<00> N; c$!+^@<00>nTN= P!*z@0o$N? <00>|!"<00><00>! <00><00>!<00><00>!P<00><00>!<00>@To NE 0<00>!;<00>!8,7"<00>'@`o<00>NI 9<00>"44@Dp4NK 1BH7 O6 h=!wpa_common.o/ 1565253764 1000 1000 100664 14300 `
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
ELF^<00>.4(96<00><01><02><04><05>6A<00><00><><01><00><11><> <20><03><> <20><02><><11><> !<21><>'("<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>! "<22><><EFBFBD><EFBFBD> <0C><><EFBFBD><EFBFBD><EFBFBD> !<21><> <20><>"<22><00>)<29><1D> <1D><00>P<01>P<02>P<04>P<05>P6A<00><00><><01><00><11><> <20><03><> <20><02><><11><> !<21><>'("<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>! "<22><><EFBFBD><EFBFBD> <0C><><EFBFBD><EFBFBD><EFBFBD> !<21><> <20><>"<22><00>)<29><1D> <1D><01><02>6A <0C>, <0B><04><><EFBFBD><EFBFBD> %ii$ Y i4<69>C<02>W<=<3D>=<3D>=<3D>rgFTb<><62>rgFQb<03>fr`g &<02>Lb<><62><EFBFBD>FK<><4B><EFBFBD><EFBFBD><EFBFBD><00>$b<><62><EFBFBD>& <00>IFEY<14>b2<62><32>=<3D>=<3D>r <09>w"pr <16><0F>''<27><02>=-F=<08><06><><EFBFBD><EFBFBD><00>" )U<><55><EFBFBD>Kfw%<25><>|<7C>f<02>5<00>4<00>(v <0B>4+<2B><><EFBFBD><EFBFBD>=<3D>=<3D><><01>/<11> <20> <20><>+<00>/'<27><02>(<00> 1<><31>m %!<21><><EFBFBD><00><0E> ̀<> <1D><><EFBFBD>r wp<> r px <20> K<><4B><EFBFBD><11><> x<>7<04>p֓л <20>4<EFBFBD>,<2C><>|<7C>&U<00>.M2  <02>3R 05 9D<39><44><<3C><><EFBFBD>Ki=<3D>=<3D>2 <03>3R 05 <20>S9TW<54>)T|r<1D>id<1D>|<7C><1D>|<7C><1D>|<7C><1D>|<7C><1D>|<7C><1D> <1D><01>P<02>P<00>P6A  ', @<40> <20><><EFBFBD><EFBFBD>Y yy$Y4<59><34>XR<><52>=<3D>=<3D>=<3D>rW<02>TR<><52>rW<02>QR<02>uRUPW rpu R<04>UPw Q<><51>W<02>Gr<07>w<11>px &FCr<><72><EFBFBD>G<12><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>$r<><72><EFBFBD>' <0B><00><02>?<00>;iR<><52><EFBFBD>r=<3D>=<3D>2 <0A>3" 02 <16> <0A>#'<27>4-<06>] p<> <20><><EFBFBD><EFBFBD><00>" )f<><66><EFBFBD>Kw7&<26><>|<7C>f<02>+<00>*<00>)v <0C>4+<2B><><EFBFBD><EFBFBD>=<3D>=<3D><><01>+<11> <20> Ǜ!<00>+'*~ <16><><EFBFBD>= `<60>S<EFBFBD><53><EFBFBD>v<EFBFBD>< <1D><><EFBFBD><EFBFBD> <00>h<01> <00><11><> b `h <20> K<><4B><EFBFBD><11><> <20>h<EFBFBD>Q<EFBFBD><51>W -<2D><04><><D393> <20>4<EFBFBD>|<7C>&-
<02>*%2 <01>3R 05 9D<1D>|<7C><1D>|<7C><1D>|<7C><1D>|<7C><1D>|<7C><1D> <1D>6<>& f#B1<42><31>1<><31><EFBFBD>c<EFBFBD><63><EFBFBD><06><05> <0B><02>-
<1D>8<EFBFBD><38><EFBFBD> <0C><01><06><><EFBFBD><EFBFBD> <1D><><01><05> <0B><02><16><>|<7C><1D>6A  0<><30><EFBFBD><EFBFBD>t<EFBFBD><74>-P(<28><>Rg<52><13><04><05><03><><EFBFBD><EFBFBD><00>'<27> `<1D>|<7C><1D>NONEWEP-40WEP-104TKIPCCMPCCMP+TKIPUNKNOWNWPA: PMKWPA: PTKPMK Name (46A<00>&<26>' <0C><>"!<21><>&$!<21><>&(!<21><>&<26>!<21><>&<26>!<21><>f<EFBFBD><1D>!<21><><1D>!<21><><1D><H6! l`<60> P<> Ba<19><><EFBFBD><EFBFBD><00><><10>a=<3D>=<3D>=<3D>=<3D>B!$ֺ<01> l<><08><><EFBFBD><EFBFBD> l<><06><><16><><EFBFBD><EFBFBD> l<><06><08><><EFBFBD><EFBFBD> l<><05><><16><><EFBFBD><EFBFBD>, <0C><04><07><><EFBFBD><EFBFBD><00><><01>, <0C><><1C><><EFBFBD><EFBFBD>  @<40> <20><><<3C><><EFBFBD><EFBFBD>, <0C><04><><1C><><EFBFBD><EFBFBD>  p<> <20><><<3C><><EFBFBD><EFBFBD>A<><41>H<EFBFBD><48>TLνR!&<26><02>!%<25>!<18>!Y<01><00><03>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<EFBFBD>!&<26>!%<25><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><1D>T6<><00><><EFBFBD><EFBFBD>(<28><08><18><><EFBFBD><EFBFBD><EFBFBD>=<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>I<EFBFBD><08><01><> <20><>, <<3C> <20> <20> <0C><01><06><><EFBFBD><EFBFBD><1D>6A<00>&<26>L<02>"
2016-12-02 14:50:43 +02:00
,&(&<26>F R&<26>
<0C>&<26> <1D><1D>6A<00>&<26>L<02>" "' 2&<26><18>&<26> &<26><06> <0C><1D> b<1D>"<22><1D><04>P<08><02>P<05>P<01>P<00>P<00><01><05><02><04>6A7c<0E><><EFBFBD>"<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><00><><EFBFBD>g<EFBFBD>Lc"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><00>c<0F><><EFBFBD>"<22><><EFBFBD><EFBFBD><EFBFBD> <20><>
<00><><EFBFBD><EFBFBD><EFBFBD><10><><EFBFBD><EFBFBD><EFBFBD>"<22><><EFBFBD><EFBFBD><EFBFBD> <20><>c <0B><><EFBFBD>"<22><><EFBFBD><EFBFBD><EFBFBD> <20><>-<1D>6A<00> 7c <0C><>H<01><><EFBFBD><EFBFBD>H I"H <12>H<03> <00><>gc "<22>H <0C><>H<01><><EFBFBD><EFBFBD>H <0C><>H<03> <00><> )<29>
<EFBFBD>H <0C>"<22>H<01><><EFBFBD><EFBFBD>H<02>H<03> <00><>c <0C> <03>H<01><><EFBFBD>"2H<00>H2H<03> <1D>6A<00> 7c\ <09>H|)<29>H I"H"<22><01>H<03> K<> )<29>
2016-10-06 14:21:30 +03:00
<EFBFBD>H\
"<22>H<01><><EFBFBD><EFBFBD>H<02>H<03> <00><>c\ <03>H|)"2H<00>H2H<03> <1D>GCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<,((Pdd"f"h((Pdd"f"h(( m<00><00> "<00><00>("<00><00>"<00><00> <00><00>:?"SS"[[9<00><00>"<00><00>"<00><00>"<00><00><00><00>"<00><00>"<00><00>"<00>"<00>( ( <00><00><00> "<00><00>("<00><00>"<00><00> w}<00><00>"<00><00><00><00>"<00><00>"<00><00><00><00>"<00><00>"<00><00>"<00>"<00>(("00"4"DD"T"X(-11"5((88"LL"QQ"T"V( ( 0<D<00><00>G"<00><00>:"""$(( ( <L"Z("&&"("*( "%%"))"--0"2(,(,AA"YY"kl"<00><00>"<00>"<00>(%% "E "e"<00>"<00>($$ "D"^"`.symtab.strtab.shstrtab.literal.rsn_selector_to_bitfield.literal.wpa_selector_to_bitfield.literal.wpa_parse_wpa_ie_rsn.literal.wpa_parse_wpa_ie_wpa.literal.wpa_eapol_key_mic.literal.wpa_compare_rsn_ie.literal.wpa_cipher_txt.literal.wpa_pmk_to_ptk.literal.rsn_pmkid.literal.wpa_cipher_key_len.literal.wpa_cipher_to_alg.literal.wpa_cipher_to_suite.literal.rsn_cipher_put_suites.literal.wpa_cipher_put_suites.text.data.bss.rela.text.rsn_selector_to_bitfield.rela.text.wpa_selector_to_bitfield.rela.text.wpa_parse_wpa_ie_rsn.rela.text.wpa_parse_wpa_ie_wpa.rela.text.wpa_eapol_key_mic.rela.text.wpa_compare_rsn_ie.rodata.str1.4.rela.text.wpa_cipher_txt.rela.text.wpa_pmk_to_ptk.rodata.rela.text.rsn_pmkid.rela.text.wpa_cipher_key_len.rela.text.wpa_cipher_to_alg.rela.text.wpa_cipher_to_suite.rela.text.rsn_cipher_put_suites.rela.text.wpa_cipher_put_suites.comment.xtensa.info.rela.xt.lit.rela.xt.prop!#$&(*,. 
   0124<00><00>2T<00><>CPU\1ov:<00><<00>!<00><00>J$<00>*&<00>2(<00>,l*<00><00>,<00>`.wpa_parse_wpa_ie_rsnmemsetwpa_parse_wpa_ie_wpawpa_crypto_funcswpa_eapol_key_micmemcpywpa_compare_rsn_iememcmpwpa_cipher_txtwpa_pmk_to_ptkwpa_hexdumprsn_pmkidwpa_cipher_key_lenwpa_cipher_to_algwpa_cipher_to_suitersn_cipher_put_suiteswpa_cipher_put_suites5>FN V8dAfIfQf5>FN V8dAfIfQf~<00><00><00><00><00><00><00><00><00> P[X<00>' '396<00>DJG<00>PVS<00>bhe<00>k<00> p p {<00><00><00><00><00><00><00><00><00><00><00><00><00> <00><00><00><00><00><00><00>S<00><00><00><00><00><00>@HMU<00>[<00>n<00><00><00>x<00><00><00><00><00><00><00><00>0:h}<00><00><00> '& & '6<9<00>HNK<00>TZW<00>{<00>~<00><00><00><00><00><00><00><00><00> <00><00><00><00><00><00><00><00><00><00><00><00><00><00> <00><00><00><00><00>"(%<00>+<00>=}kxpx<00><00><00><00>)0 T02D+:: +Q4111-## - )/ 5Q8>DLQ!L&8,T2T;TATGQ)} <00><00> <00><00>    -J J -a <00>+j j ++w w ++<00> <00> ++<00> <00> + -<00> <00> -<00> <00>$+<00> $<00> +(+<00> (<00> +,+<00> ,<00> +0+<00> 0<00> +<00> 40  4  080 8 0)
  ) 8 L +R R + " &
2016-12-02 14:50:43 +02:00
  ( & ( ( -" - %
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
  0 0 ) )2(8><00>AM$PV<00>\ b h<00>tz<00><00><00><00>/AD<00>GYYlr<00><00><00>%%EGee<00>$&DD^ (08 @ H $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00> $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@L X d p | <00> <00> <00> <00> <00> <00>
2019-08-20 21:11:00 +03:00
<00> <00> <00> <00>    $ 0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>  ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(44=4_4}4<00>4<00>4<00>4<00>44414L4i4<00>4<00>4<00>4<00>4<00>4h<00>@Hl7 <00><00>h<00>@<00>l7 <00>@ @7 %<00><00> @`L7 ElX@@<00><00>7 b<00>5]@< H7 {2<00>]<00>\V<00>@<00> 7 <00><00>$<00>@<00>!47! <00><00> <00><00>Z<00>@<00>#x7$ <00>@*<00>@8$T7& <00>l2<00>@<00>$`7( <00><00>@<00>$<00>7* :8<00>5@<00>%07, [<00>`V@&$7. w0 ;<00>W 8<00><00> P<00>@<&x72 <00><00> @<00>@<00>&@74 <00><00>p8& 8wpa_debug.o/ 1565253764 1000 1000 100664 4352 `
2019-07-17 10:09:43 +03:00
ELF^<00> 4(!%02X%02x6a) ']=<3D>=<3D>=<3D>h:6'F}!<21><>ZTM@c<><63><04><00><02><06><><EFBFBD><EFBFBD>wg<77>֚ 3 "C<00> =<3D>=<3D>=<3D>=<3D>80$<24><1D><00>Dw<44><77>h`$<24> 3 BC<00> <1D>6a) ']=<3D>=<3D>=<3D>h:6'F}!<21><>ZTM@c<><63><04><00><02><06><><EFBFBD><EFBFBD>wg<77>֚ 3 "C<00> =<3D>=<3D>=<3D>=<3D>80$<24><1D><00>Dw<44><77>h`$<24> 3 BC<00> <1D>6A<1D>6a<00><><EFBFBD><EFBFBD><01><08>(E<><1D>6A<1D>6A<1D>6A <1D>6A <1D>GCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
(( ("B"[\
"f "r(( ("B"[\
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
"f "r(((((((.symtab.strtab.shstrtab.literal.wpa_snprintf_hex_uppercase.literal.wpa_snprintf_hex.literal.wpa_dump_mem.literal.wpa_debug_print_timestamp.literal.wpa_hexdump.literal.wpa_hexdump_key.literal.eloop_cancel_timeout.literal.eloop_register_timeout.text.data.bss.rodata.str1.4.rela.text.wpa_snprintf_hex_uppercase.rela.text.wpa_snprintf_hex.text.wpa_dump_mem.rela.text.wpa_debug_print_timestamp.text.wpa_hexdump.text.wpa_hexdump_key.text.eloop_cancel_timeout.text.eloop_register_timeout.comment.xtensa.info.rela.xt.lit.rela.xt.prop   
 j %j6CQkw<00><00>wpa_snprintf_hex_uppercasesnprintfwpa_snprintf_hexwpa_dump_memg_osi_funcs_pwpa_debug_print_timestampwpa_hexdumpwpa_hexdump_keyeloop_cancel_timeouteloop_register_timeout!pf44 <B?\^(!pf44 <B?\^( $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00> <00> <00> 4?4Y4o4<00>4<00>4<00>4<00>4<00>44
424 #Dr@<00>x  I<00>rD@P x `,x4s@<00>  <00>L<00>T<00>\<00>d<00>0k;<00>8<00>@<00> $ <00><00>@
2019-08-20 21:11:00 +03:00
<00> <00>)<00>0  $<00>wpa_ie.o/ 1565253764 1000 1000 100664 6400 `
ELF^h4(6A<00><04><03><02><03><<08><> <09><><EFBFBD><EFBFBD>-
2016-10-06 14:21:30 +03:00
<1D><><EFBFBD><EFBFBD><EFBFBD>-
<1D>WPA: Key DataWPA: RSN IE in EAPOL-KeyWPA: WPA IE in EAPOL-KeyWPA: PMKID in EAPOL-KeyWPA: GTK in EAPOL-KeyWPA: MAC Address in EAPOL-KeyWPA: Unrecognized EAPOL-Key Key Data IE<01>P,<04>H<01>`<03>x<00>6a,L <0B>:rR9<01><><EFBFBD><EFBFBD>=w5 <1D>X e`b<>R<EFBFBD>ݒW<>g<13><>V<><1A><><EFBFBD><00>+<2B>ڣ<EFBFBD><DAA3><12><><EFBFBD><EFBFBD> |<7C><><01><><EFBFBD><EFBFBD><1D><
<EFBFBD>FY9$<24> =<3D>=<3D><>+<2B><><EFBFBD> <20><><EFBFBD><EFBFBD>d<03><><EFBFBD><EFBFBD><00>FT<00>kR<6B><02><><01><00><11><> <20><05><> <20><04><><11><> <20><><EFBFBD><EFBFBD><EFBFBD>.<2E>f(<28><07>)<29>9=<3D>=<3D>=<3D>=<3D><>+<2B><> <09><><EFBFBD><EFBFBD><14><><EFBFBD><EFBFBD><00>F>[<5B>w<EFBFBD>J9<><39>E<EFBFBD><02><><01><00><11><> <20><04><><11><05><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>Ak<41><6B>D<EFBFBD> =<3D><> <00><01><><02><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>F*<00> <0B>{F(<00><02><><01><00><11><> <20><04><><11><05><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>/k<><6B>T<EFBFBD> =<3D>=<3D><><01><><EFBFBD><EFBFBD>d=<3D>=<3D>=<3D>=<3D><><><DDB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>F<00> <0B><><EFBFBD><EFBFBD><EFBFBD>Ek<45><6B><03>t =<3D>=<3D>=<3D><><01><><EFBFBD><EFBFBD><EFBFBD>=<3D>=<3D>=<3D><> <00><01><><02><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>F<00><><EFBFBD><EFBFBD> <1A><><EFBFBD><EFBFBD><00>+<2B><>3<1B>w<EFBFBD>Ɛ<><C690><EFBFBD><EFBFBD>+<2B><><EFBFBD><EFBFBD>7<02><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>6A<00>"S&(<02>N  B"B< <0B>"A<>"C<>C<00>C<03>C<02> f<> <0C>BCB<><42>BC D<>CBC<07> f$<18>C <0C><>C<05><><EFBFBD><EFBFBD>CBC<07> Ff<> <0C>BCB<><42>BC T<>CBC<07> <00>&<26>|<7C><1D> <0C>BCB<><42><EFBFBD>CBC<06>C<07> "<22>  L <1A>L-@*<2A>'<27> d <0C>BC<01> <1D><>C<08>C <09> f<> <0C>"C "<22><>"C B<>C
"C <0A> <00> f) <0C>"C "<22><><EFBFBD>C
"C <0C>C <0A> f<19> <0C>"C "<22><><EFBFBD>C
"C <0C>C  BC"C<0F> &&,F<><46> "C <0C>"C"<22><>BCBCD"Cb<>CBC<01> <1D><00>"A<>"B<>"CrG2<02><><EFBFBD>  \ |,B<><42>BC"C<02>C<03>C<04>C"C<07>C<06> f<>"C B<>C <09>C
"C <0B> <00>f("C<08>C <09>C
<EFBFBD>C <0B> 
f<>"C R<>C <09>C
"C <0B> F&<26>F<><46>"C<08>C <09>C
<EFBFBD>C  BC "C <0A> f<>"C\"C|""C B"C<11>  f*"C\"C|""C<10>C<11> F&<06><>\BC|$"CBC"C"<22>B<>BC"C<13> &f)"C\"C|""C<16>C<17> <00>&<26>F<><46>\BC|$"CBC"Cd<1C>BC<01> <1D>GCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
L(%%
"/(,(, Lf"jj
"t"<00><00>"<00><00>,"<00><00>V"**P"zz "<00><"<00><00><"$"33 "@(CCD"^`"|}"<00>"<00><00>4"<00><00>%<00><00>"<00><00>*""%"GHK<00><00>"<00><00>"<00><00>:"<00><00>"+"@"VX""z.symtab.strtab.shstrtab.literal.wpa_parse_wpa_ie.literal.wpa_supplicant_parse_ies.literal.wpa_gen_wpa_ie.text.data.bss.rela.text.wpa_parse_wpa_ie.rodata.str1.4.rela.text.wpa_supplicant_parse_ies.rela.text.wpa_gen_wpa_ie.comment.xtensa.info.rela.xt.lit.rela.xt.prop 
 ''<L<00>
U\hz wT<00><>wpa_parse_wpa_iewpa_parse_wpa_ie_rsnwpa_parse_wpa_ie_wpawpa_supplicant_parse_iesmemsetwpa_hexdumpwpa_gen_wpa_iewpa_crypto_funcs%% %% ($ <00>f<00><00><00>$<00> '$Rkw$<00><00><00>$<00> $$(0f=<00>,[,[ cjw<00>zf<00>3<00><00>0<00>0<00> <00><00><00>4<00>4<00> <00>*<00>*<00>**88 ,z1zU<00><n<n |<00>$<00><00>@<00>@<00> <00>$DD HH *0-t7=:<00>@<00>[<00>y<00><00> <00> <00><00><00><00><00><00><00>++Sn H'DD``}}<00><00><00><00><00><00><00><00><00>""<00>SYV<00>|<00><00><00><00><00><00><00><00><00><00><00><00><00>:@=XX^[<00> $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00> 454W4o4u4{4<00>4/<00>@<00> ` <00>2d<00><00>$@<00>@<00> `
 <00>dz<00>@X<00>  <00>0<00>;<00>8Q<00>@, a$ @D$ <00> <00>
2019-08-20 21:11:00 +03:00
p  <00>wpa_main.o/ 1565253764 1000 1000 100664 12472 `
2019-07-17 10:09:43 +03:00
ELF^'4(>;6A <1D>6<>r!<12>!<10>GF%R<><01>a<EFBFBD><61><EFBFBD><EFBFBD>  <19>ZZP<5A><50>] <0B><><08><><EFBFBD><EFBFBD><EFBFBD> <20>Y0<59>p<>t<EFBFBD>Q<EFBFBD><51><EFBFBD><EFBFBD>+<2B><><0E>A<EFBFBD><41><EFBFBD><EFBFBD><00>@<40>t <20>t<EFBFBD>!<11><>t<EFBFBD>A<EFBFBD><41>t<EFBFBD>Q<EFBFBD><08>a<EFBFBD><01><><EFBFBD><EFBFBD><00><05><><EFBFBD><EFBFBD><00><>1<EFBFBD><31><EFBFBD><EFBFBD><EFBFBD>82#M<>=
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<16>
<EFBFBD>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><05><><EFBFBD><EFBFBD><00><00><05><><EFBFBD><EFBFBD>=
<EFBFBD><00>!pPt<50><74>t<1B><><03><01><>t@<40>t <20>t
2019-07-17 10:09:43 +03:00
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>1<><31><EFBFBD><EFBFBD><EFBFBD>2#2#M<><00>: <16> <0B>0<EFBFBD> <20><>t<EFBFBD><74><EFBFBD><EFBFBD> <> <0B><03><><EFBFBD><EFBFBD>f"!<21><>"c&<26>f2 !<21><>"c&<26>|<7C>@"f!<21><>"c&w<><77><EFBFBD> <0C><>rS<00> <00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><1D>6a<00><><EFBFBD>Nppt+<2B>y<01><06><>t<EFBFBD><04><05><03><02><><EFBFBD><EFBFBD>-
<1D>|<7C><1D>6A<00><><EFBFBD><EFBFBD><1D>6a<00><><EFBFBD><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>a<00><><EFBFBD><EFBFBD> ;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><1D>6A <20>t<EFBFBD><74><EFBFBD><EFBFBD><1D>6A0<><30><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><1D>6A<00><><EFBFBD><EFBFBD><00>
<EFBFBD>j<EFBFBD><19>)<14><><EFBFBD>)<15>B<00> =<3D>=<3D>=<3D>=<3D>(j<>"<14><00>
F<00> -<1D>6A   <20><><EFBFBD><EFBFBD>t<EFBFBD>X0<58><30><EFBFBD><08>b<EFBFBD><05><04><03><><EFBFBD><EFBFBD>-<1D> <1D>6A <20>tf@<40><><EFBFBD> :<3A><><EFBFBD><EFBFBD><1D> @<40><><EFBFBD> J<><4A><EFBFBD><EFBFBD><1D>6A<00><><EFBFBD><EFBFBD>:<01><><EFBFBD><EFBFBD><00>
2016-10-06 14:21:30 +03:00
<1A><><EFBFBD><EFBFBD><1D><00><><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>
2016-12-02 14:50:43 +02:00
*<2A><><EFBFBD><EFBFBD><1D>6<><00><><EFBFBD><EFBFBD><00><><10>: <20><><00><><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD>M
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>]
2016-10-06 14:21:30 +03:00
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><03>
K<EFBFBD><EFBFBD><05><04><01><02><><10><><EFBFBD><EFBFBD><1D>6A<00><><EFBFBD><EFBFBD><00><02><><EFBFBD><EFBFBD><1D>wpaE (%d) %s: In function %s, fail to register function!
2019-07-17 10:09:43 +03:00
6A<00>"<22><><EFBFBD><EFBFBD>\L<><4C><EFBFBD><EFBFBD> <1D><00><><EFBFBD>"<22><02><08><>2(G<>c<EFBFBD>(H<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
<1A><><EFBFBD><EFBFBD> <0B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><1D>6A!<21><>,<2C>""""M<>"<22><16>!<21><>)
=<3D>=<3D>=<3D>=<3D>!<21><>)=<3D>=<3D>=<3D>=<3D>!<21><>):=<3D>=<3D>=<3D>=<3D>!<21><>)*=<3D>=<3D>=<3D>=<3D>!<21><>)J=<3D>=<3D>=<3D>=<3D>!<21><>)z=<3D>=<3D>=<3D>=<3D>!<21><>)<29>=<3D>=<3D>=<3D>=<3D>!<21><>)<29>=<3D>=<3D>=<3D>=<3D>!<21><>)<29>=<3D>=<3D>=<3D>=<3D>!<21><>)Z=<3D>=<3D>=<3D>=<3D>!<21><>)j<><6A><EFBFBD><EFBFBD> <1D>6A<00><><EFBFBD><EFBFBD>-
<1D>wpa_crypto_funcs_initGCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
2019-08-20 21:11:00 +03:00
<$4(((,<<00><00><00> "<00><00>\== "IJ"X"p"r(&**".( (($.R(((-11"66"8"<(&**".( !2(68"P"R(G_(((.1'"X"Z(0(04<00><00>"<00>( (.symtab.strtab.shstrtab.literal.wpa_deattach.literal.ppInstallKey.literal.ppGetKey.literal.wpa_neg_complete.literal.wpa_attach.literal.wpa_deauthenticate.literal.wpa_sendto_wrapper.literal.wpa_ap_get_wpa_ie.literal.wpa_ap_rx_eapol.literal.wpa_config_assoc_ie.literal.wpa_config_profile.literal.wpa_config_bss.literal.wpa_sta_connect.literal.wpa_crypto_funcs_init.literal.wpa_hook_init.literal.wpa_hook_deinit.text.data.bss.text.wpa_deattach.rela.text.ppInstallKey.rela.text.ppGetKey.rela.text.wpa_neg_complete.rela.text.wpa_attach.rela.text.wpa_deauthenticate.rela.text.wpa_sendto_wrapper.rela.text.wpa_ap_get_wpa_ie.rela.text.wpa_ap_rx_eapol.rela.text.wpa_config_assoc_ie.rela.text.wpa_config_profile.rela.text.wpa_config_bss.rela.text.wpa_sta_connect.rodata.str1.4.rela.text.wpa_crypto_funcs_init.rela.text.wpa_hook_init.rela.text.wpa_hook_deinit.rodata.__FUNCTION__$8138.comment.xtensa.info.rela.xt.lit.rela.xt.prop!#%')+-.024 
2019-07-17 10:09:43 +03:00
   5679!<00><>&*<67Soz<00><00><00><00><00>*<00><00> <00><00>*%$.'9M^8!p<00>*#<00><00><00>:'<00><00>&G)5L]z<00><00><00>+<00>T<00><><EFBFBD>B.<00>(6BP4<00>0^x 2<00><00><00><>wpa_deattachg_osi_funcs_ptkipccmpwepppInstallKeyieee80211_get_sta_gtk_indexieee80211_set_sta_gtk_indexic_del_keyic_set_keyieee80211_get_keyieee80211_set_keymemsetmemcpyppGetKeyic_get_keywpa_neg_completeieee80211_auth_donewpa_config_assoc_ieeapol_txcbwpa_attachwpa_registeric_register_tx_cbwifi_deauthenticateieee80211_outputwpa_ap_get_wpa_ieieee80211_get_hostap_privatewpa_ap_rx_eapolwpa_receiveieee80211_set_appiewpa_config_profilewifi_sta_prof_is_wpawifi_sta_get_prof_authmodewpa_set_profilewifi_sta_prof_is_wpa2wpa_config_bsswifi_sta_get_prof_ssidwifi_get_macaddrwifi_sta_get_pairwise_cipherwifi_sta_get_group_cipherwifi_sta_get_prof_passwordwpa_set_bsswpa_sta_connectwpa_crypto_funcswpa_crypto_funcs_initwpa_sm_rx_eapolwpa_sta_in_4way_handshakewpa_ap_joinwpa_ap_removehostap_inithostap_deinitwpa_hook_initieee80211_register_wpa_cbwpa_hook_deinitieee80211_unregister_wpa_cbwifi_sta_rx_probe_req .-,+<00><00>$<00>$4:X@FXR EKH<00>0PP 01ww 12<00><00> 23<00><00> 3 4<00> <00> 4<00><00><00>p$5<00>$<00> 5(4<00>(<00> 4,3<00>,<00> 3p050 546+4+ 61==JOX87j8j 7 *9  9; ;=: </8'-036 9G??? ? @J J @A
2017-10-16 21:25:41 +03:00

AB B.838D D 168 * *F  F
2017-10-16 21:25:41 +03:00
!G
 GG*
2019-07-17 10:09:43 +03:00
* GI  I! 8J$ $ JK. . K L8 8 L> PJ@ @ JKJ J KN  NO* * OP0 0 P Q8 8 QR@ @ RSW W SH  HM  M +U1J OR17$$ 79X>X,\([$E CZYXT W*>+7KXe r<00><00><00> <00>$<00>(<00>,H<00>0^<00>0<00> ^` ` (08 @
2017-10-16 21:25:41 +03:00
H P X `hp $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LX d p | <00> <00> <00>
2016-12-02 14:50:43 +02:00
<00>
2016-10-06 14:21:30 +03:00
<00>
<00>
<00>
<00>
2019-07-17 10:09:43 +03:00
<00> <00>    $ 0 < H T ` l x <00> <00> <00><00><00><00><00><00><00><00><00> ,8DP\ht414G4Y4s4<00>4<00>4<00>4<00>4<00>44,4D4]4|4<00>4<00>4<00>4<00>4<00>4<00><r<00>@<00><00>< <00><00>.<00>@0< <00><00>@D$< <00>R@h<00>< 3D.@X$< QXL@|$< op<j@<00>`<! <00><00>.<00>@<<# <00><00>2<00>@<T<% <00>R<00>@<00><00><' <00>d_<00>@<00><00><) <00><00><00>@XH<+ 2<00>=( Z#@<00><00><. I|<00>D@` P<0 bX]@<00>!$<2 xl<00>0<00>;<00><00>8<00><00>x<00>@<00>!<00><7 <00>m<00><00>@<00>"<00><9 <00>
2019-08-20 21:11:00 +03:00
<00><00> =* <00><00>wpas_glue.o/ 1565253764 1000 1000 100664 3444 `
2019-07-17 10:09:43 +03:00
ELF^ 4(6A<00><><EFBFBD>PP<50>K<EFBFBD><4B><EFBFBD><12>(00t<30>(M<><06><16><04><><11><><EFBFBD>"<22>P<>A<EFBFBD>8<><38> <20><>A<EFBFBD>*<2A><05>J<0E>2J2<><12>J<10>J<11> 0<> <16><00><><EFBFBD><EFBFBD><00><00><><EFBFBD><EFBFBD><00>G9<1D>-
<1D>6A<00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><08>((<28><1D>6A<00>"T0<54>t<EFBFBD>X""<22><><1D>6A <1D>6A <1D>6A<1D>GCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
(( [gh "tt"v"x((("(((.symtab.strtab.shstrtab.literal.wpa_sm_alloc_eapol.literal.wpa_sm_free_eapol.literal.wpa_sm_deauthenticate.literal.wpa_sm_mlme_setprotection.literal.wpa_sm_get_beacon_ie.literal.wpa_sm_disassociate.text.data.bss.rela.text.wpa_sm_alloc_eapol.rela.text.wpa_sm_free_eapol.rela.text.wpa_sm_deauthenticate.text.wpa_sm_mlme_setprotection.text.wpa_sm_get_beacon_ie.text.wpa_sm_disassociate.comment.xtensa.info.rela.xt.lit.rela.xt.prop
   l
")0 BXr<00><00>T<00><>g_osi_funcs_pwpa_sm_alloc_eapolmemcpymemsetwpa_sm_free_eapolwpa_sm_deauthenticatewpa_sm_mlme_setprotectionwpa_sm_get_beacon_iewpa_sm_disassociatewpa_crypto_funcsdn(t[h^^ hh nv  $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8474R4q4<00>4<00>4<00>4<00>4<00>4<00>4x<00>@<00>
 <00><00>@<00>  <00>@<00>  <<00>\<00>w<00><00>0<00>;<00>(8<00>`<00>@<00> <00>pD<00>@<00>D <00><00>x<00> X<00>