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

702 lines
177 KiB
Plaintext
Raw Normal View History

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
!<arch>
/ 1555067035 0 0 0 1062 `
%<04><04><04><04><04><04><04><04><04><04><04><04><04><04><04><04><04><04><04><01><><01><> n n n n n n n n n n n<02><02><02><02><02>esp_http_client_set_headeresp_http_client_get_headeresp_http_client_delete_headeresp_http_client_set_methodesp_http_client_readesp_http_client_fetch_headersesp_http_client_writeesp_http_client_closeesp_http_client_cleanupesp_http_client_set_urlesp_http_client_initesp_http_client_openesp_http_client_performesp_http_client_set_post_fieldesp_http_client_get_post_fieldesp_http_client_get_status_codeesp_http_client_get_content_lengthesp_http_client_is_chunked_responseesp_http_client_get_transport_typehttp_auth_digesthttp_auth_basichttp_header_inithttp_header_get_itemhttp_header_gethttp_header_deletehttp_header_sethttp_header_set_from_stringhttp_header_set_formathttp_header_generate_stringhttp_header_cleanhttp_header_destroyhttp_header_counthttp_utils_join_stringhttp_utils_assign_stringhttp_utils_trim_whitespacehttp_utils_get_string_betweenhttp_utils_str_starts_with// 20 `
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
esp_http_client.o/
/0 1555067035 501 20 100644 113584 `
ELF^P<>4(<00><00> (<@<00><00><00><00><00><00><00><00> <00>48Dp<00>L<00>h<00>@<00><00><00><00><00><<00><00><00><00><00>0Xx<00><00><00>p<00><00> PT\`lt|ppp<00><00><00><00>,<00>Lp<00><00>ppp<00><00><00><00><00><00>6A<00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" <20><>2b$=<3D>=<3D>=<3D>=<3D>8<EFBFBD>2b(Bb&Rb'<27>-
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>6A<00>b<EFBFBD><62> <09>J<1C>Hx<48> <1D>6A <1D>6A <1D>6A<00>b<EFBFBD><62><EFBFBD>
<EFBFBD>)=<3D>=<3D>=<3D>=𘈨<12>I=<3D>=<3D>=<3D>=<3D><><EFBFBD>(")9=<3D>=<3D>=<3D>=<3D><><EFBFBD> )Y Y<>h<1D>6A<00>b <19>Hx<48> <1D>6A <1D>6A(b<><62><EFBFBD>9(=<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD><18>H<EFBFBD>:<3A>0<> <20><00><00><><EFBFBD><18>IJ<49><4A>I=<3D>=<3D>=<3D>=𘂈YJ<59><4A>Y=<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD><18>9J<39><4A>9<EFBFBD><04> K<><02><00> <1D>6A<00>b<EFBFBD><04><03><>8<EFBFBD><00> <1D>LocationTransfer-EncodingchunkedWWW-Authenticate//Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/esp_http_client.cHTTP_CLIENTE (%d) %s: %s:%d (%s): %s
Memory exhaustedhttpshttpAuthorization%dContent-Length%s %sE (%d) %s: Out of buffer
?%sHTTP/1.1 %s
E (%d) %s: Invalid state
E (%d) %s: client or url must not NULL
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
E (%d) %s: Error parse url %s
HostE (%d) %s: Error allocate memory
E (%d) %s: Error initialize transport
E (%d) %s: Error initialize SSL Transport
E (%d) %s: Error set configurations
E (%d) %s: Allocation failed
ESP32 HTTP Client/1.0User-AgentE (%d) %s: Error set default configurations
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
E (%d) %s: Error, reach max_redirection_count count=%d
DigestBasicE (%d) %s: This authentication method is not supported: %s
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
"realm=",algorithm=qop="nonce="opaque="E (%d) %s: Client has not been initialized
E (%d) %s: Failed to initialize request data
E (%d) %s: No transport found
E (%d) %s: Connection failed, sock < 0
E (%d) %s: Connection failed
E (%d) %s: Asynchronous mode doesn't work for HTTP based connection
E (%d) %s: Error write request
E (%d) %s: Error response
Content-Typeapplication/x-www-form-urlencodedGETPOSTPUTPATCHDELETEHEADNOTIFYSUBSCRIBEUNSUBSCRIBEOPTIONS6A(bX<62>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
<EFBFBD><00><05><00><00><><EFBFBD><04><03><>0<EFBFBD><00><00><00><05><00>ܺ<><04><00><03><00><00><>X<EFBFBD> <18>E<1C> <00><00>P<> <20><00>̺<><04><03><>4<EFBFBD><00><00><04><03><><<3C><00>8<>2b)=<3D>=<3D>=<3D>=<3D>8<EFBFBD>2b* <0A> ; <20> <20><00><00><><EFBFBD><00><00><><EFBFBD><00> Y<>Y<EFBFBD> <1D>6A<00>"<17><00><00>"<13><00><00>"<18><00><00>"<15><00>2"<16><><EFBFBD><03><00><00>
<0B><03><00><00>"<16><00><00>"<12><00><00>"<11><00><L <0B><>D<EFBFBD><00> <1D>6a<00><><EFBFBD>b=<3D>=<3D>=<3D>=<3D><>#<23>b=<3D>=<3D>=<3D>=<3D><>S<EFBFBD>b=<3D>=<3D>=<3D>=<3D><>ӂb =<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD>b!=<3D>=<3D>=<3D>=<3D><>É=<3D>=<3D>=<3D>=<3D><>#<10><>=<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD>b"=<3D>=<3D>=<3D>=<3D><>,<2C>B<EFBFBD><42> =<3D>=<3D>=<3D>=<3D><><EFBFBD>VY<00><><00>b"<22>H<EFBFBD><48>
<EFBFBD>b=<3D>=<3D>=<3D>=<3D><>c<EFBFBD>ʁ<00><00>bF<00><00><00><00>b=<3D>=<3D>=<3D><> <00>"<17><><EFBFBD><00><00>!)!=<3D>=<3D>=<3D>=<3D>!)"<22>G)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00>"<22><1D><00>*<05><00><00>bVj<04><00><00>19!=<3D>=<3D>=<3D>=<3D>192<>O9=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00><00><02><00>"<22><1D><>s*<05><00><00>bVj<04><00><00>19!=<3D>=<3D>=<3D>=<3D>192<>W9=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00><00><02><00>"<22><1D><>3*<05><00><00>bVj<04><00><00>19!=<3D>=<3D>=<3D>=<3D>192<>_9=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00><00><02><00>"<22><1D><>C*<05><00><00>bVj<04><00><00>19!=<3D>=<3D>=<3D>=<3D>192<>g9=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00><00><02><00>"<22><1D><><EFBFBD>f( <0C><00><>H<EFBFBD><00><00>"<14>(<28><><EFBFBD><EFBFBD>b<14> <0C><00><>H<EFBFBD><00><00>"<14>8\<08>b=<3D>=<3D>=<3D>=<3D><>"!<21>H<EFBFBD><00>b!=<3D>=<3D>=<3D>=<3D>2D<><44> 2B<32><42> <1D> <1D>6A<00><><16><04><08><00><00><><EFBFBD>8<EFBFBD><00><00><><EFBFBD><18><00><00><><EFBFBD>X<EFBFBD><00><00><><EFBFBD>H<EFBFBD><00><00><><EFBFBD>h<EFBFBD><00>< <0B><><EFBFBD><00> <1D>|<7C><1D>6A2"<1F>S22"&S08<30>H<13>"!<21>""<22><04>"<06><00>=
<EFBFBD><EFBFBD><01>
<EFBFBD><04>B<EFBFBD>"<03><00>-<1D>|<7C><1D> <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>6A<00>r<EFBFBD><04><03><08><00>-
<1D>6A <08>"=<3D>=<3D>=<3D>=<3D>8<EFBFBD><38>S<EFBFBD>B<EFBFBD><42> =<3D>=<3D>=<3D><>2<EFBFBD><00><00>"
2"f<0F>"<16><00>=
f#H8<48><16>B"I#=<3D>=<3D>=<3D>=<3D>8<EFBFBD><38><00>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><00><00><>I<EFBFBD>=<3D>=<3D>=<3D>=<3D>Ȣ<EFBFBD>"<16>"<15><00>=
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><1B><><EFBFBD><EFBFBD> F <03>C<EFBFBD><03> <20> <20><00><00><03><00> <1D>6A<00>r<EFBFBD><04><03><08><00>-
<1D>6A<00>r<EFBFBD><03>(<00><00>-
<1D>6A2b <1D>6A<00>S<01>r<EFBFBD><03><00><00><08><00><00><00><00><02><00> <1B><02><00>2"<1A><00>3<EFBFBD><33>r<EFBFBD><18>"<17>#<00><00>""<22>(<00><00>=
<EFBFBD>""<22>*<1D><00><00><00> <0B>
<EFBFBD> <1A><00>|<7C><1D><00>"<18>}<7D>r<EFBFBD><18><08>0<><30>0<EFBFBD><30><EFBFBD><00><00>3<EFBFBD>""<22>#<1B><00><00><00> <0B>
<EFBFBD> <1A><00>|<7C><1D><>r<EFBFBD><18>(<00>""<22><00>0<><30>0<EFBFBD><30><EFBFBD><00><00><>"""'*<1B><00><00><00> <0B>
<EFBFBD> <1A><00>|<7C><1D>-
<1D>6AX<>hx6<78>Gw<47>}<04><07>&<26><03><00>X6pU<70>Y6=<3D>=<3D>=<3D>=<3D>X&zUY&pD<70> <15>X<><58><1C>Ȃx PX0PPtF<00>U<EFBFBD>5 <15>) PPt<16><04>""G,@<40> <20>"!<21><06>b<EFBFBD><00><00>0z<30><7A>F<EFBFBD>
=<3D>=<3D>=<3D><><06>B<EFBFBD>2<EFBFBD><00><00>6<EFBFBD>w<EFBFBD>D<EFBFBD> <08>6<EFBFBD>F@<40>1@<40><><EFBFBD><EFBFBD><05><><EFBFBD>-<1D>6A2"<1F>3[ C2b=<3D>=<3D>=<3D>=<3D><><EFBFBD>8|<7C><>(<28>
<00>"!<21>""<22><03>b<EFBFBD><00><00><13>:<03>
=<3D>=<3D>=<3D><><03>"<04>"<03><00><00>"<1F>X<EFBFBD>8<EFBFBD>(3<> "C<1C> <1D>|<7C><1D>|<7C><1D>6AR"<1F>5* <05><00>"!<21>Z<><5A>b<EFBFBD><00><00><02><><18><13>U<EFBFBD>D<EFBFBD><44><14>-<1D>|<7C><1D>-
<1D>-
<1D>6A<00>"&8<1C><00><00><00> <0B>
<EFBFBD> <1A><00>"<22><1D><><EFBFBD><EFBFBD>H<EFBFBD>"<10><><EFBFBD>"+<2B>",<2C><> <20> <20><00><00>Z<02>",<2C><><EFBFBD><EFBFBD>b,=<3D>=<3D>=<3D>=<3D><>"+<2B><><EFBFBD><EFBFBD>b+<2B> H<>b <1D>-
<1D>!<1D>6A<00>"<1F>h <0A> k<><02><00> <18>b=<3D>=<3D>=<3D>=<3D><>"<06><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>6A<16>
<EFBFBD><02><00><00>R<EFBFBD><00><00>r<EFBFBD><08><00><00>r<EFBFBD><18><08><00><00>r<EFBFBD><18><00><00>r<EFBFBD><00><00><><EFBFBD><08><00><00><><EFBFBD><18><08><00><00><><EFBFBD><18><00><00><><EFBFBD><00><00>2<EFBFBD><00><00>B<EFBFBD><00><00><02><00><00><02><00><00><><EFBFBD><00><00><><EFBFBD><00><00><00><00>ҁ<00><00><02><00> <1D>|<7C><1D>6<> <18><><00>
<20><>0<EFBFBD><30><EFBFBD><EFBFBD> <20><1E><00><00><00> <0B><> <20><00><><01><00>"<22><1D><><EFBFBD> <20><00><00><03><00><00><> <0C>
<EFBFBD><03><00><00><><EFBFBD><00><00><00><03> <0B>
<EFBFBD> <1A><00>"<22><1D>B"b"<14><05><14><><EFBFBD><EFBFBD>L<EFBFBD><00>R"<13>Ձ<00><00>!)!=<3D>=<3D>=<3D>=<3D>!)"<22><>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
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> <1A><00>"<22><1D><><EFBFBD>R"<13>e<EFBFBD>@<40> <20><00><00><>P<EFBFBD> <20> <20> <20><00>V
+ <20> <20><00><00><16><07><12><><EFBFBD><EFBFBD>H<EFBFBD><00>B"<12>ԁ<00><00>!)!=<3D>=<3D>=<3D>=<3D>!)"<22><>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00>"<22><1D><><00><04><00>̚\BbF<00><00><04><00><00>JB<4A><42>Bb=<3D>=<3D>=<3D>=<3D>B<17><14> <0C> <0B><><EFBFBD><EFBFBD><00><00>b=<3D>=<3D>=<3D><> B"G <20> <20><00><00>l Iq=<3D>=<3D>=<3D><> <00><1E><><EFBFBD><EFBFBD><EFBFBD><1C><00>Hq <<3C><><04><00>z RJ<00> <1B><><EFBFBD>X<EFBFBD><00>R"<16>Ł<00><00>!)!=<3D>=<3D>=<3D>=<3D>!)"<22><>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00> <0C><04><>T<EFBFBD><00>B"<15>ā<00><00>!)!=<3D>=<3D>=<3D>=<3D>!)"<22><>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00><00>q<EFBFBD><00><00>"<22><1D><>"<15><00><00>"<16><00> BbBb=<3D>=<3D>=<3D>=<3D><>L<01><18><><EFBFBD><EFBFBD><EFBFBD>\<5C><00> <0C><00><>\<5C><00>B"<17><><EFBFBD><00><00>!)!=<3D>=<3D>=<3D>=<3D>!)"<22><>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD><00><><01><00>"<22><1D><>\<05><1A><><EFBFBD><EFBFBD>`<60><00>""V<><05><00><00>!)!=<3D>=<3D>=<3D>=<3D>!)"<22><>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00>"<22><1D><00>"<18>j<EFBFBD><00> 2b-<1D>"<22><1D> <1D> <1D>6A<00><><EFBFBD> <1A><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
<16> , <0B><><01><00><00>3* ,<2C><><EFBFBD><01><00><00>C<16>< <1A><00><00><><16>, <1A><00>M
<EFBFBD>s*<07><00><00><16>=<3D>=<3D>=<3D>=<3D>HsK <1A><00><00><16>, <1A><00>M
<EFBFBD><EFBFBD><16><04><00><00><16>=<3D>=<3D>=<3D>=<3D>H<EFBFBD>K<><4B><01><00><00><14>: F  <04> F  <04> F  <04> F VT<02><00><00><00> <0B>
<EFBFBD> <1A><00><00><03><00> <1D><00><00><00>S<EFBFBD><53><EFBFBD><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>:\ <0B><00>M
<EFBFBD><EFBFBD><EFBFBD><00><05>S<EFBFBD><00><00><> <14> <04> F <07>%<25><00><00><00> <0B>
<EFBFBD><00><><01><00><00><03><00> <1D><00><00>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><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>]
܊<EFBFBD><00><04>S<EFBFBD><00>̺ <15> <05> <07>$<24><00><00><00> <0B>
<EFBFBD><00><><01><00><00><03><00> <1D>X<EFBFBD><58>%<25><05><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
<EFBFBD><05><04><00><00><02><03><00>M
<EFBFBD>*<2A><00><00><00> <0B>
<EFBFBD> <1A><00><00><03><00> <1D>XsR%<01>#"<22><00><00><05><>=<3D>=<3D>=<3D>=<3D>X<EFBFBD>X<15>#"<22><00><00><05><> <15>]F]<07>#<23><00><00><00> <0B>
<EFBFBD> <1A><00><00><03><00> <1D><><02><03><00>-
<EFBFBD><EFBFBD><EFBFBD><00><00><03><00>M
<EFBFBD>J<EFBFBD>#<13><00><03><00><00>j <14>M<07>$<24><00><00><00> <0B>
<EFBFBD><00><><01><00><00><03><00> <1D>(CAI=<3D>=<3D>=<3D>=<3D>(CAI=<3D>=<3D>=<3D>=<3D>(CAI"=<3D>=<3D>=<3D>=<3D>(CAI2=<3D>=<3D>=<3D>=<3D>(CAIB=<3D>=<3D>=<3D>=<3D>(CAIR=<3D>=<3D>=<3D>=<3D>(CAIb=<3D>=<3D>=<3D>=<3D>(CAIr=<3D>=<3D>=<3D>=<3D>(CAI<>=<3D>=<3D>=<3D>=<3D>(39b2c% "c-<1D>6a 91=<3D>=<3D>=<3D>=<3D><>2"7<>2<02><><EFBFBD><EFBFBD><00><00><00><02> <0B><> <20><00><><01><00>!<1D>8<EFBFBD>8#<23><>-<2D><><02>S<00><>.7<EFBFBD> <09><><EFBFBD><EFBFBD><1B>O<00>­<02><00>839 9" <1D>8<EFBFBD>91cˡ<><00>839=<3D>=<3D>=<3D>=<3D><><00>1<EFBFBD><00><00>z #2b<00><00>1<EFBFBD><00><00>j 2b<1B> 2b<1B><00><00><00>1<EFBFBD> <0B>
<EFBFBD> <1A><00>-<1D><><02><00>H<>2"QP3<50><33><03><00><00>=<3D>=<3D>=<3D>=<3D>8<EFBFBD> I<>=<3D>=<3D>=<3D>=<3D>X<EFBFBD>1<00><03><00>1<EFBFBD><00><00>5=<3D>=<3D>=<3D>=<3D>X<EFBFBD><58><00><00>1<EFBFBD><00><00>=<3D>=<3D>=<3D>=<3D>X<EFBFBD><58><03><00>1<EFBFBD><00><00>U=<3D>=<3D>=<3D>=<3D>X<EFBFBD><58><03><00>1<EFBFBD><00><00>E=<3D>=<3D>=<3D>=<3D>X<EFBFBD><58><03><00>!<03><00><00>eI" <1D> <08>b-<1D> <1D>6A2"<1F>Á<00><00><00> <0B>
<EFBFBD> <1A><00>"<22><1D><00><02><00>=
<EFBFBD>J<EFBFBD><00><00><00> <0B>
<EFBFBD> <1A><00><00><02><00>-<1D>2"<1F>#<02>5<00>"<12>R<EFBFBD><00><00>bV<><01><00><00><00> <0B><> <20><00><><01><00>!<1D>2<02><><EFBFBD><EFBFBD>"!<21>"<14>"<13><00>֊<07><00><00><00> <0B>
<EFBFBD> <1A><00>!<1D><>"!<21>"<14>"<13><00>f
F<EFBFBD><00><00><00> <0B>
<EFBFBD><00><><01><00><00><00>"<12><00><00>ʁ<00><00><00> <0B><> <20><00><><01><00>"<22><1D><16> #2b <0A> <1B><02><00> <1D> <1D>!<1D>!<1D>6a<00><02><><08><03><02><00>=
<EFBFBD><EFBFBD> <18>B<EFBFBD> <08>b.<2E>b+<2B>b,F <03>",<2C>^<5E>r<EFBFBD><18><08>"+<2B><><EFBFBD><02><00><00><><01><00><00><00> <0B>
<EFBFBD> <1A><00>!<1D><>",<2C><><EFBFBD><EFBFBD>b,=<3D>=<3D>=<3D>=<3D><>"+<2B><><EFBFBD>b+=<3D>=<3D>=<3D>=<3D><><02><>I<EFBFBD><02>><00>""0<><30><EFBFBD>1*<00>1<EFBFBD>F1<00>C<EFBFBD>391 =<3D>=<3D>=<3D><>r<EFBFBD><18><08>1<EFBFBD><31> <09>H<00> =<3D>=<3D>=<3D>=<3D><>1<EFBFBD>b, <08>b+<00>r<EFBFBD><18><08>"+<2B>"!<21><><EFBFBD>b<EFBFBD><00><00>%<25><00><00><00> <0B>
<EFBFBD><00><><01><00><00><02><00>!<1D><>",<2C><><EFBFBD><EFBFBD>b,=<3D>=<3D>=<3D>=<3D><>"+<2B><><EFBFBD>b+=<3D>=<3D>=<3D>=<3D><>",<2C><1C><>""<22>1=<3D>=<3D>=<3D>=<3D><>r<EFBFBD><18> <09><><30>".<2E>(<00><00><00>b.V<1A> 2b+=<3D>=<3D>=<3D>=<3D><>"<10>b, 8<>b-<1D>-
<1D>!<1D>6A <20> <20><00><00><><EFBFBD><03><02><00><00>j <1D>-
<1D>-
<1D>6A8"<22>s <20> <20><00>2"<1F>c<02>Y<00><00>3<EFBFBD>8<03><00><02><00><00>Z"<02><16>!'<27><02>U<00>
a<00>"<10><02><00>=
<EFBFBD><EFBFBD>"<02><14><00><00>
<0C>'<02>M<00><00>U<00><02><00>=
<EFBFBD><EFBFBD>"<02>2<12><00><00>
<0C>'FF<00><00>K<00><02><00><00><>"<02>b<10><00>8
<0C>'F?<00><00>A<00><02><00>=
<EFBFBD>ʁ<00><00><00> <0B>
<EFBFBD> <1A><00><00><03>6<00><02><00><00>2<02><><EFBFBD><EFBFBD><00><00>
<0C>7<EFBFBD>3F,<00><><EFBFBD><1C><><EFBFBD>x(<28><00><02><00><00>2<02><><EFBFBD><EFBFBD><00><00>
<0C>7<EFBFBD> <0C>!<00><><EFBFBD>X<EFBFBD>8<EFBFBD>)<29> <0A> <0A><> <20> <20><00><00>2<EFBFBD><00>̺<><02><00>2"<1F>3 #2b 2B<32><42> =<3D>=<3D>=<3D>=<3D><>"VX<56><58> <00>
F <00><00>
<00>
F <00><00>
<EFBFBD><00>F<00><00><00><00><00><00>-<1D><00>$Ep<00><00>6a9<>Bb<10><> 91<39><31>=<3D>=<3D>=<3D><><00><02><00>7<>/2!<03><><EFBFBD><00> <20> <20><00> <0C>b=<3D>=<3D>=<3D>=<3D><> <20> <20><00>-
<1D>6A<00><><EFBFBD>؉=<3D>=<3D>=<3D>=<3D>""<1D> <1D>6A<00><>((<1D>6A<00><>(8<1D>6A<00><>"<1D>6A""<12><00><02><00><00><><EFBFBD><00><02><00><00>j <1D> "<1D> <1D>esp_http_client_set_url_set_config$,4@L <00><><EFBFBD><EFBFBD>| .    =   d  <00> l <00>0V H  <00>   
 <00> <00> n @ r 4 <00> <00>`o <00>0F <00>0& <00> X0     
 , <00>/<01> <0C><00>0int<02>7<07> <07>ix>%
7m
M<1E>*iX<04>%<04><07><03>!Zy,eS-p9<> <18><02>7 2  R ~  ; G n <03> =C
<03>SY
jqio
<EFBFBD> 0<16> <0C><17> (<18> uri<19> <0C><1A> <0C><1B> qop<1C> <0C> <1D> b<1E> nc%(8 tZ C<>Z <09><><0F> <09>7 <09>7_ <09>7<0F> <09>7<0F> <09>7o <09>7 <0C> <09><> {
<09><> <0C>
<09>> U <09>><0F> <09>7<0F> <09>7<0F> <09>7<0F> <09>7 [ <09><>u( <09>j <0C> <09><> <0C> <09>j<10> j<10> j <10> j<10> <01><10> j<10> <01><10> <01> <10>
<01>$H Yu{%<00><12><12>,<04><03> Z<><04>%<00><12>7 <09><> <09> <09> U@7  W <09>
  p <09> O <09> %Coff &<01>len '<01><17> !x<10> "<01><10> #<01><10> (x<00><19>#
<1D><04><0E><00>Z  [% <0C>\% <0C>]% <0C>^>
n _D
 <0C>`H La^ <0C>bJ
 cJ
<0C>d<>$ *eP
( o f<>, <0C> g<>0 h<>4 <0C>i<>8 <0C> j<>< f k%@ zl<> D &m<>x _n3
| * o<><00> <0C> p%<00> <0C>q%<00> <0C> r<><00> y s<><00> <0C>t%<00> Fu%<00> `v<><00> <0C>w%<00> *x<><00>p 
0o <0C>
1<EFBFBD> `
2<EFBFBD> [
3<EFBFBD> <0C>
4% <0C>
5<EFBFBD> [
6<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
7<EFBFBD>7
#<23> r ` U <09> <09> <09>
 <09>
<03>
+o<03>
87
><3E> <09>   <03>
B<EFBFBD><03>
D<EFBFBD><04><11><04>7
I[ <09> <09> #   3 <09>  <09>   3  <09> Y
<03>
U 7
Z<EFBFBD> K <09> 9
^f H
cq url
d<EFBFBD> <0C>
e<EFBFBD> <0C>
f% Y
g<EFBFBD> 
h<EFBFBD>
i<EFBFBD> <0C>
j<EFBFBD> <0C>
k<EFBFBD> g
l<EFBFBD> <0C>
m[$ <0C>
n%( <0C>
o<EFBFBD>, <0C>
p%0 *
q<EFBFBD>4 
r<EFBFBD>8 <0C>
s%< <0C>
t<EFBFBD>@ *
u<EFBFBD>D_
v<EFBFBD> '<27> [(<28> len)%  *<2A> <0C>+% 5,<2C><03>-| 25 e32 x45  <0C>5% {
6% <0C>7% > 8% <0C>9% 3 :<3A><04><03> ;<3B> 4=<3D> url><3E> <0C>?<3F> <0C>@<40> <0C>A% YB<> C<> <0C>D<> <0C> E<> gF<> <0C>G[$ H<>(  I<>, <0C> J%0VKF 7M3
<09> <09> <09> <09>  $
 <09> < <09>
<03> V<> <04><04>; <04>" {<7B><13>7<01><>
<1A>-<1A>.<1A><00><01><>.<01><>
`<01><>
<1C><01><>:[<01><>Tlen<01>%Uy <01>r &!Zr<>V
.<01>%<01>1 <1C><01><><00>"`<01><>
X5<01>%<01>s <1C>Ŕ<00>atŸS<1D><01>,T<01>%<01><> <1C>˔<00>at˸S<1D><01>,Tt<01>%=<01><> <1C><01><>"`<01><>X#<23>%<01>$ $<24><01>3%`<01>X#<23>
%<01>O $<24><01>T<01>%d<01><> <1C><01><>uat<01><>S<1D><01>,T&`<01>
<00>'&<00>-<00> ![s!\t(`<00>
!Zr![4!\s!]t<1B><01>%<01>C <1C>Д<00>atиS<1D><01>,T`<01><>
<00>(<00>-![s!\tK <01>%<00><01><><1C>ؔ<00>)atظ
<1D><01>,T`ڈ+'<00>-<00> !Zu!['$<00>-<00> !Zr0![s!\t'2<00>-<00> !Zu![ 'A<00>-!Zs![ !\t']<00>-/!Zu![('l<00>-O!Zr4![s!\t'y<00>-o!Zr<![s!\t'<27><00>
<00>!Zr![3!\0!]0*<2A><00>-*<2A><00>-#<01>l<01>X$`<01>>* <00>-*<00>-*<00>-*'<00>-'4.!Zs'@. !Zs![0*I<00>-*R<00>-*[<00>-(h.!Zr<>![0!\4#A
,<01><00><01>?$`,<01>_$X,?+aZ*<2A>.'<27>.<00>!Z<*<2A>".'<27>-.!Z1![<03>!\<03>!^<03>!_@!qr!q!q<03>* .*".'M-.<00>!Z1![<03>!\<03>!^<03>!_@!qs!q!q<03>'U<00><00>!Zr*e.*q".'<27>-.<00>!Z1![<03>!\<03>!^<03>!_@!qs!q!q<03>'<27><00> !Zr*<2A>.*<2A>".'<27>-.p!Z1![<03>!\<03>!^<03>!_@!qs!q!q<03>'<00><00>!Zr*.*!".'U-.<00>!Z1![<03>!\<03>!^<03>!_@!qs!q!q<03>']<00><00>!Zr'u<00>-!Zr<>![<03>!\0(<28><00>-!Zr<>![<03>!\0Eq<18>Z<19> J#<23><01><01>V<01><>$`<01><01><00>*<00>-*<00>-*$<00>-*.<00>-*8<00>-*B<00>-(N.![0!\0#<23><01>%H<01>9$`<01><02><00>& <01>5 A&<26><01>%_*$8.(8C.!]s,}<01><01><>$`<01>}-key<01>S.<01>T(O.![s!\t#A<01><01><00><01>E$`<01><01><00>//<00>5&l<01><01><00>*>Z.*be.*je.*<2A>p.'<27>9$!Zr![<03>!\s(<28><00>-!Zs(){.![1,7"<01><01><>$`"<01> -key"<01>S."<01>T(<00>.![s!\t<04>,='<01><01><>$`'<01>--key'<01>S(<00>.![s,<01><02>
<01>*$`<01><02>N.<2E><01>[S#2<01>%<00><01><>$`<01><03>o$<24><01>%<00>&<26><01><03><00>&<01>%<00>'<00>.<00>![!\<03>!]s'*9<00>!Zr![ !\ '4<00><00>!Zr![1'V<00>.!\!]s*d".'v-.>!Z1![<03>!\!^<03>'<27><00>.U!\4*<2A>".'<27>-.<00>!Z1![<03>!\!^<03>'<27><00>.<00>!\D!]8*<2A>".(<28>-.!Z1![<03>!\!^<03>,<2C> <01>%<00><01><>$`<01><02> .x<01><02>S0len<01>%A% <01>5 V&<26><01>%b&<26> <01>%<00>%<25><01>%T&_ <01><02><00>/ &<00>&<26><01>%<00>(<00>-!Zs!\w19d&<26>  %<00>*u8.*<2A>C., u%n<01>"$`u<03>&x|5 e*18.*LC.,<2C> M%@<01><>$`M<04><00>.xM<04>S0lenM%<00>&W S% &yS%+( <00>.![su"!\t#%<04>r<01>2$`%<04>I2\ <`&<26>/%<00>*".'!-.!!Z1![<03>!\L!^<03>(@"!Zr,<2C>a<04>4<01><>$`a<04><00>'<00>
!Zr![6!\0!]0*,<00>.,<2C><02><00><01><>$`<02> '2<00>!Zr*<00>.* <00>.*,<00>-*6<00>-*><00>-*H<00>.*T<00>-*^<00>-*f<00>-*n<00>-*v<00>-'~<00>>!Zr'<27>_R!Zr*<2A><00>-*<2A><00>-*<2A><00>-*<2A><00>-(<28><00>-!Zr,<2C>o<02><00><01><>$`o<02>G 0urlo<02>{
&_q<02><00>
%QrC<02>@%Vs%V&<26>|%<00>
+a<00>/<2F><00>}%d <01><02><03><>/<2F><00>k&Y<01><02><00>
&<01><02> '<27><00>.q!Zt![:' <00>-<00>!Zr<>!\0*".'H-.<00>!Z1![<03>!\<03>!^<03>!_@!qr!q!q<03>'Y<00>-!Zr<>![t!\0*d".'<27>-.a!Z1![<03>!\<03>!^<03>!_@!qr!q!q<03>*<2A><00>-(<28><00>-!Z<03><>*".'0-.<00>!Z1![<03>!\h!^<03>'><00>.<00>!Z<02>@'F.<00>!Zs'U<00>.<00>!Zs!\0!]<02>@*]".'q-.8!Z1![<03>!\<03>!^<03>!_s'<27><00>-M!Zr<>*<2A>".'<27>-.<00>!Z1![<03>!\<03>!^<03>!_@!qr!q!q<03>'<27><00>-<00>!Zt![u'<27>9<00>!Zr![<03>!\u'2<00>!Zr'<00>-!Zr<>*$".'X-.i!Z1![<03>!\<03>!^<03>!_@!qr!q!q<03>'h<00>-<00>!Zt![<03>'<27><00>-<00>!Zt![<03>'<27>/<00>![0!\:'<27>2<00>!Zr*<2A><00>-*<2A><00>-'<27><00>-<00>!Zr<>'<27><00>-!Zr<>![<!\0*".'8-.t!Z1![<03>!\<03>!^<03>!_@!qr!q!q<03>'Q<00>-<00>!Zr<>*]".'<27>-.<00>!Z1![<03>!\<03>!^<03>!_@!qr!q!q<03>*<2A><00>-<18><00><19><07>,<2C><01><01>o<01>=$$X<01>?- %`<01><01>S3tcp<01>^<00> &Q <01><01><00> 3ssl<01>^N '/<00> !Z1![<08>'/<00> !Z1![ './<00> !Z1![('=/<00> !Z1![0'L/<00> !Z1![ *Y/'r/ !!Z1![D'<27>/"!!Z1![ *<2A>/'<27>/C!!Z1![D*<2A>".'<27>-.z!!Z1![<03>!\<03>!^<03>'<00><00>!!Zs*$/*//'(:/<00>!!Zu![P'9E/<00>!![u!\<03>*U".'h-."!Z1![<03>!\<03>!^<03>'p<00>""!Zs*{P/'<27>:/F"!Zt![
<EFBFBD>'<27>E/c"![t!\<03>*<2A>".'<27>-.<00>"!Z1![<03>!\!^<03>'<27><00><00>"!Zs'<27>.<00>"!Zu'<27>[/<00>"!Zt![u'<27>X<00>"!Zs![r*<2A>".'-.-#!Z1![<03>!\0!^<03>'<00>A#!Zs*(f/*Af/*Z".'l-.<00>#!Z1![<03>!\X!^<03>'t<00><00>#!Zs'<27><00><00>#!Zs'<27>9<00>#!Zs![<03>!\x'<27>9<00>#!Zs![<03>*<2A>".'<27>-.,$!Z1![<03>!\<03>!^<03>(<28><00>!Zs#<23> :<02><00><01><>%$`:<02>a %<<02><02>\*"".'8-.<00>$!Z1![<03>!\<03>!^<03>'d<00><00>$!Zr'<27>q/<00>$!Z<02>\'<27>|/<00>$!['<27>|/%![ *<2A>".'<27>-.:%!Z1![<03>!\!^<03>'<27>_N%!Zr'<27>.c%!Zs'"<00>/<00>%![T!\s'<<00>/<00>%![`!\\'U<00>/<00>%![l!\s'n<00>/<00>%![t!\s(<28><00>/![|!\s#<01><03>F<01>($`<01><03><00> 3err<01><03><00> 4<00>&3ret<01>%*<2A><00>/*<2A>".'<27>-.<00>&!Z1![<03>!\,!^<03>'<27><00>-<00>&![<03>*".(-.!Z1![<03>!\L!^<03>*".' -. '!Z1![<03>!\<03>!^<03>'.<00>'!Zr*8".'J-.T'!Z1![<03>!\<03>!^<03>'R2h'!Zr*l<00>/*x".'<27>-.<00>'!Z1![<03>!\<03>!^<03>*<2A><00>/*<2A>".'<27>-.<00>'!Z1![<03>!\!^<03>(4<00>
!Zr![1!\0!]0#6<01><03><00><01>[)$`<01><03>:$<24><01>%<00>&<01>%<00>%W %<02>\4<00>(&<26><01>%Q'E"<00>(!Zr*N".(`-.!Z1![<03>!\<03>!^<03>/<2F>X0)&<26>%{*<2A><00>.*<2A>".' -.)!Z1![<03>!\<03>!^<03>(2!Zr'*J)!Zr![s(d<00>/!]<02>\,<2C>
A<04>&<01><>)$`A<04><00>.<2E>A%S3errC<04><00>' <00>%<00>)!Zr((!Zr![s,<2C> <03><00><01>I+$`<03>
3err!<03><00>'<00>*!Zr',<00>%0*!Zr'P(D*!Zr*`<00>/'x<00>a*!Zr*<2A><00>/'<27><00>~*!Zr*<2A><00>/'<27>=$<00>*!Zr*<2A>".'<27>-.<00>*!Z1![<03>!\<03>!^<03>'<27><00><00>*!Zr*<00>/'$<00>+!Zr*2<00>/'V<00>
/+!Zr![5!\0!]0*^<00>/(h2!Zr,Ak<04>X<01>",$`k<04><00>$[k<04>-lenk%T3errm<04>d/
1,%r<04><02>\'!E<00>+!Zr![<03>!\<02>\(89!Zr![<03>!\<03>(T9!Zr![<03>!\0,m<01>%<01>[,$`<01><04><00>.[<01><04>S,<2C> <01>% <01><>,$`<01><04><00>,`<01>% <01><>,$`<01><04>,<2C><01><04>
<01><>,$`<01><04>!,4 <01><04>,<01>=-$`<01><04>B'<00>/#-!Zr![<03>(<00>/!Zr![<03>5TAG"O-<03><00><07>"<22><01>O-x<00>"<01>O-8<00>"#<01>O-<<00>6\<01><>-
%7<><01><>-<00><18><00>-<19> "n<01><>-<07>-8<><00>98 8 9<><00> I9<49><00> 9<><00>Z9 !8449<><00> P9<50> <00> W9// k999<07>:<3A> <00> B9` ` G9<47><00>;9ff<0F>9

.:<3A> <00> 89<><00>a9jjz9""S:<3A> <00>  9VV<07>9DD<07>9<EFBFBD><00>5999<39><00> :<3A><00> Z:<3A><00> ]9<><00><0E>9~ ~ W9hh#9<><00>)99qq~9<><00>A9<41>
<00>
9M
M
)9hhe9 (9<><00> P9<50><00> 49++<07>9<EFBFBD><00>W9<57><00><07>9n9<6E><00>:88 N9<><00> % U$ > : ; I$ >   I&I I: ;  (
<  : ;  : ; I8 : ; I8  : ;  : ; I 8  : ;I8 'II I: ;  I: ; : ; : ;I8  : ;I!I/ (.: ; 'I@<18>B: ; I: ; I: ; I4: ; I <20><>!<21><><18>B"4: ; I#.: ;'I@<18>B$: ;I%4: ;I&4: ;I'<27><>1(<28><>1): ; I*<2A><>1+4I4,.?: ;'I@<18>B-: ;I.: ;I/ 0: ;I1 2
: ;34: ;I4 U54: ; I64: ; I 74: ; I8.?<n9.?<n: ; :.?<n: ;(R(*<00>R<>*,R,.z<>~<7E>Sz*<00>S<>*.S%Z%(r<><01>(*<00>R#<23><01>*.ZR<00>R<>R<00>R<>R<00>R<>&R&=<00>R<>R<00>R<>R<00>R<>Rd<00>R<>bRR<00>R<> Z rR<00><00>R<>{S{<00><00>S<><00>RjRjl<00>R<><00>R<><00>R<>XRXZ<00>R<>Z<00>R<><00><00>R<><52>R
<00>R<>
`R`b<00>R<>b<00>R<><00><00>R<><52><00>R<><00><00>R<>SZ<00>S<>ZwSw<00><00>S<><53><00>S<>
<00>S<>
'S'b<00>S<>b<00>S<><00><00>S<>PRPR<00>R<>RTRTV<00>R<>:R:<<00>R<><>R>@<00>R<>@BRBD<00>R<>DFRFH<00>R<><TDHT&<SDHSR<00>R<><00>R<><00><00>R<>/@0<>@ESE<00>0<><30><00>S<><00>0<><30><00>SR<00>R<>R<00>R<>R
<00>R<>xRx|<00>R<>|<00>R<><00><00>R<><52><00>R<><00><00>R<>7S7<00><00>S<>=XsX<00>S<><00>Z<><00>Z<00>R<><00><00>R<>4T4<00><00>T<>9 <09><>u<00>Z<><00>]10<>1<00>W491<>9;UKNU\<00>U 1W_hTht\VRVe<00>R<>egRgj<00>R<>jlRln<00>R<>TSjlS2R24<00>R<>46R68<00>R<>8:R:<<00>R<><>R>@<00>R<>-T-@T -Z8@Z4U8@U$R$&<00>R<>&gRgi<00>R<>ikRkm<00>R<>mpRpr<00>R<>@ZZimZ.R.0<00>R<>02R24<00>R<><00>R<><00><00>R<><52><00>R<><00><00>R<>3R35<00>R<>5tRtx<00>R<>x<00>R<><00><00>R<><52>*R*]<00>R<>]RL<00>R<>LjRj<00><00>R<><52><00>R<><00><00>R<><52> R =<00>R<>=TRT<00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><00>S<><00><00>S<><53><00>S{0<>{T<><00>TU\Zx<00>Z<00>\T<00><00>Z<>z<01>[R <00>R<> rRru<00>R<>u<00>R<><00><00>R<><52>R<00>R<>vRvx<00>R<>x<00>R<>o<00>R<>@UELU<00>*T@BTEGTL}t1<1A><><00>u1<1A>Q<00>u1<1A><><00>t1<1A>}<00>T;R;=<00>R<>=pRpr<00>R<>r<00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<>#R#&<00>R<>&TRTX<00>R<>X<00>R<><00><00>R<><52><00>R<><00><00>R<><52>R<00>R<>6R68<00>R<>8:R:<<00>R<><?R?A<00>R<>ADRDF<00>R<>0[S[fZ8<Z<00><00>Z!ZAFZcRce<00>R<>eR<00>R<><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<>S*<00>S<>*,S,<00><00>S<>0<>*S*,0<>,<00>S<><00>0<><30>lS<><00>S2E0<>EMZe{Z<00><00>Z/ZR<00>R<> R "<00>R<>"$R$&<00>R<> Z&Z1R1E<00>R<>EWRWp<00>R<>pR<00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<>,EZRpSz<00>S<><00>S S<><00>Z<><00>SVRVX<00>R<> S r, ;<00>S<>;TSTX<00>S<>!0<>!2Z8;Z;T0<>TXZR<00>R<>R<00>R<>R <00>R<>R <00>R<>R
<00>R<>R,<00>R<>L.=d<00>l<00>VH<00>
<00><00>n@r4<00><00>o<00>F<00>&<00>X
,<00>!<D2<00><00><00>.=d<00>l<00>VH<00>
<00><00>n@r4<00><00>o<00>F<00>&<00>X
,p<00><01> /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/Users/ficeto/Desktop/ESP32/ESP32/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/5.2.0/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/machine/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp32/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/lib/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/tcp_transport/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/nghttp/port/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/log/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/sysesp_http_client.cstddef.h_default_types.hstdint.hesp_err.hhttp_header.hesp_transport.hhttp_auth.hhttp_parser.hesp_http_client.h esp_log.h
http_utils.hstring.hstdlib.hesp_system.hstdio.hesp_transport_tcp.hesp_transport_ssl.herrno.h <03>          <03>     <03>  <03>  <03>        <03>    <03>  <03>     
    <03>    <03>                   <03>            <03>                   @    G    G    G    G             <03>   
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   <03>       q     <03>   <03>             x      <03>   <03>   <03>   <03>    
                  <03>                        f   <03>        {    o 
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

 <03>      x 
r    <03>            s    <03>       <03>    
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
 
 
 
          j   <03>               ?         ?            
     >   >|           @    B   <03> <03>   <03> y                    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

        
                                                <03>       
 $ ]            p          |    <03>                          w    <03>      x                          x 
i  %   K  $  <03>   {    <03>    
                    ~  
  ~   
    <03> ~ 

     <03>           <03>       <03>    <03>    <03>    <03>    ~    first_line_lenresponsesize_tsizetypealgorithmhttp_client_prepare_first_linepurlconnection_info_thttp_header_initint32_trequesthttp_header_getpathesp_transport_list_init_clear_auth_dataparseresp_transport_item_tmax_redirection_countnonceHttpStatus_Unauthorized_clear_connection_infohttp_on_message_beginesp_transport_closeconfigstateheadersesp_http_client_get_post_fieldtyperlenUF_FRAGMENTdata_lenHTTP_METHOD_GETDEFAULT_TIMEOUT_MSstrcasecmp/Users/ficeto/Desktop/ESP32/ESP32/public-libs-build/build/esp_http_clientDEFAULT_HTTP_PATHhttp_on_urlesp_http_client_prepareusernamecnoncelong intHTTP_EVENT_ERRORraw_lenon_chunk_headerstrchrcurrent_header_keyHTTP_REQUESTesp_http_buffer_thttp_parser_urlUF_HOSTneed_readlengthheader_stateUF_PORThttp_parser_typeesp_http_client_handle_tHTTP_STATE_RES_COMPLETE_DATAHTTP_METHOD_MAXsigned charhttp_parser_settingshttp_utils_str_starts_withprocess_againesp_http_client_initesp_transport_connecton_message_begin__errnoHTTP_METHOD_POSTunsigned charstrlenesp_http_client_connectoutput_ptrhttp_parser_url_fieldsUF_SCHEMA__FUNCTION__HTTP_METHOD_MAPPINGHTTP_METHOD_NOTIFYremain_lenHTTP_TRANSPORT_UNKNOWNUF_MAXhttp_parser_parse_url_Boolhttp_on_message_completeHTTP_METHOD_OPTIONSHTTP_METHOD_PATCHvalueflagscharis_asyncHTTP_METHOD_DELETEdata_write_leftold_portesp_http_client_config_t__uint16_tesp_http_client_cleanuptransport_listscheme/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/esp_http_client.cauth_headerhttp_header_generate_stringesp_http_client_get_headerESP_LOG_ERRORfirst_line_preparedhttp_on_headers_completestrcmphttp_on_header_fieldHTTP_EVENT_ON_DATAHTTP_EVENT_ON_HEADERheader_indexHTTP_STATE_INIThttp_cbHTTP_RESPONSEHTTP_AUTH_TYPE_DIGESTesp_http_client_send_post_dataesp_http_client_auth_type_thttp_minorHTTP_EVENT_ON_CONNECTEDbufferheader_valueesp_transport_list_get_transportHTTP_AUTH_TYPE_BASICmethodbuffer_sizerealmesp_transport_list_handle_tdata_offsetesp_transport_tcp_inithttp_headeris_chunk_completeesp_http_auth_data_t__uint64_tlong unsigned intesp_transport_list_tUF_PATHstatus_codedata_written_indexesp_http_client_set_urlHttpStatus_MovedPermanentlyfield_setparser_statusHttpStatus_Foundredirect_countertransport_typeHTTP_METHOD_PUTis_chunkeddata_processhttp_on_header_valuehttp_header_setesp_http_client_eventesp_http_client_get_status_codeesp_http_data_tridxlocationsnprintfHTTP_STATE_REQ_COMPLETE_HEADERtimeout_mshttp_parser_inithttp_auth_digest__uint32_tHTTP_STATE_REQ_COMPLETE_DATA_set_configesp_transport_ssl_set_cert_datalong long intcontent_lengthHTTP_EVENT_ON_FINISHhttp_majorHTTP_STATE_CLOSEhttp_on_chunk_completeHTTP_EVENT_DISCONNECTEDesp_http_client_openesp_transport_ssl_initesp_err_tauth_typeevent_handlerhttp_utils_assign_string_successhttp_parserpost_lenpost_dataeventesp_http_client_fetch_headersdisable_auto_redirectesp_http_state_tunsigned intmax_store_header_sizeHTTP_METHOD_HEADesp_http_client_event_tres_bufferHTTP_TRANSPORT_OVER_TCPHTTP_METHOD_UNSUBSCRIBEHTTP_AUTH_TYPE_NONEis_data_remainparser_settingsESP_LOG_WARNesp_http_check_responseesp_http_client_performcurrent_header_valueHTTP_STATE_UNINIThttp_parser_executebyte_to_readHTTP_METHOD_SUBSCRIBEraw_dataesp_http_client_tesp_http_client_get_transport_typewlensuccessuser_infoESP_LOG_VERBOSEcallocqueryopaqueesp_http_client_writeon_headers_completeon_urlhttp_header_handle_tupgradeesp_http_client_readesp_log_timestamphttp_header_destroyhttp_on_statuslong long unsigned intesp_http_client_set_post_fieldesp_http_client_get_content_lengthesp_http_client_transport_tnreaduint16_ton_header_fieldesp_http_client_get_data
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
ABI=0
8(| \ L<00>tx0`8(| \ L<00>tx0`(***".((((==(((004"d((''')"PQ"lD"<00>"<00>(II#"l(<00><00>"<00>"<00><00>Y"X"ZZX"<00><00>X"

X"bb!"<00><00>"<00>"<00>"<00><00>"<00>(RRR"V(<<<"@@"DD"H((CCEL"<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

(^"z|>"<00><00>@"<00><00>"<00>()"99"NN "YP"<00>"<00>(!!!D"ee"ij"l"n(#"44"88"<<"@(&&&:"` "ii"mm"r(000"4(<00><00><00>"<00>(555A"vx^"<00><00>/"X"]]"ru"<00> "<00>"<00><00>"KLO"<00><00> "<00><00>"<00><00>:<00><00>S"==Y"<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>)"
 4"@@"EE"JJ"L("tu+"<00><00>"<00><00>*"<00><00>"<00>2"0"JJ"OO)"xx5"<00><00>*"<00><00><00>"o(!"=="YZ"rr2"<00><00>"<00><00>#"<00><00><00><00><00> "<00><00>"<00>(%%&0"VX9"<00><00>4"<00><00>X"88"<<AA"F(***;"ee7"<00><00>"<00>-"<00><00>?"Q"j"<00><00>"<00><00><00>(""""&( ""$$BE+"pp("<00><00>'"<00><00>)"<00><00> "  " "<= "F%"km"<00>"<00><00>"<00><00>"<00><00>"<00><00>"<00><00>"<00><00>"<00><00>"<00><00>"<00><00><00><00><00>((;;;T"X("(  (  (
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

($$$"((",(((.symtab.strtab.shstrtab.rela.literal.http_on_body.rela.literal.http_on_header_field.rela.literal.http_on_header_value.rela.literal._clear_connection_info.rela.literal._set_config.rela.literal._clear_auth_data.rela.literal.esp_http_client_get_data.rela.literal.esp_http_client_set_header.rela.literal.esp_http_client_prepare.rela.literal.esp_http_client_get_header.rela.literal.esp_http_client_delete_header.rela.literal.http_client_prepare_first_line.rela.literal.esp_http_client_read.rela.literal.esp_http_client_fetch_headers.rela.literal.esp_http_client_write.rela.literal.esp_http_client_send_post_data.rela.literal.esp_http_client_close.rela.literal.esp_http_client_cleanup.rela.literal.esp_http_client_set_url.rela.literal.esp_http_client_init.rela.literal.esp_http_check_response.rela.literal.esp_http_client_connect.rela.literal.esp_http_client_request_send.rela.literal.esp_http_client_open.rela.literal.esp_http_client_perform.rela.literal.esp_http_client_set_post_field.rela.literal.esp_http_client_get_transport_type.text.data.bss.rela.text.http_dispatch_event.text.http_on_message_begin.text.http_on_url.text.http_on_status.text.http_on_headers_complete.text.http_on_message_complete.text.http_on_chunk_complete.rela.text.http_on_body.rela.text.http_on_header_field.rodata.str1.4.rela.text.http_on_header_value.rela.text._clear_connection_info.rela.text._set_config.rela.text._clear_auth_data.rela.text.esp_http_client_get_data.rela.text.esp_http_client_set_header.rela.text.esp_http_client_prepare.rela.text.esp_http_client_get_header.rela.text.esp_http_client_delete_header.text.esp_http_client_set_method.rela.text.http_client_prepare_first_line.rela.text.esp_http_client_read.rela.text.esp_http_client_fetch_headers.rela.text.esp_http_client_write.rela.text.esp_http_client_send_post_data.rela.text.esp_http_client_close.rela.text.esp_http_client_cleanup.rela.text.esp_http_client_set_url.rela.text.esp_http_client_init.rela.text.esp_http_check_response.rela.text.esp_http_client_connect.rela.text.esp_http_client_request_send.rela.text.esp_http_client_open.rela.text.esp_http_client_perform.rela.rodata.esp_http_client_perform.rela.text.esp_http_client_set_post_field.rela.text.esp_http_client_get_post_field.text.esp_http_client_get_status_code.text.esp_http_client_get_content_length.text.esp_http_client_is_chunked_response.rela.text.esp_http_client_get_transport_type.rodata.__FUNCTION__$5708.rodata.__FUNCTION__$5671.rela.rodata.HTTP_METHOD_MAPPING.rela.debug_frame.rela.debug_info.debug_abbrev.rela.debug_loc.rela.debug_aranges.rela.debug_ranges.rela.debug_line.debug_str.comment.xtensa.info.rela.xt.lit.rela.xt.prop<00><>789:.:<'<===>I>?X=?@q@A<00>AB<00>dBD<00>DFG<00><00>GI<00>lIK<00> <00><00>KM VMOHOQS7<00>SUWYZO(<00>c<00>Z\^`b<00>rbdfh<00><00>jl<00><00>ln<00>Fnp<00><00>prtvxz|}~<00><00><00><00><00><00><00><00>
Yr<00><00><00>\<00>n^<00>@`<00><00>4d<00>f1L`<00>hx<00><00><00><00>oj<00><00><00><00> ,CZz<00><00><00><00><00> (D&rY<00>tqy<00>Xx<00>z<00> |<00> }
~5,Xesp_http_client.chttp_dispatch_eventhttp_on_message_beginhttp_on_urlhttp_on_statushttp_on_headers_completehttp_on_message_completehttp_on_chunk_completehttp_on_bodyhttp_on_header_fieldhttp_on_header_value_clear_connection_info__FUNCTION__$5671_set_config_clear_auth_dataesp_http_client_get_dataesp_http_client_prepareHTTP_METHOD_MAPPINGhttp_client_prepare_first_lineesp_http_client_send_post_data__FUNCTION__$5708esp_http_check_responseesp_http_client_connectesp_http_client_request_sendmemcpyhttp_utils_assign_stringstrcasecmpmemcmpfreestrlenmemsetstrdupesp_log_timestampesp_log_writeesp_transport_readhttp_parser_executeesp_http_client_set_headerhttp_header_sethttp_parser_inithttp_auth_basicesp_randomhttp_auth_digestesp_http_client_get_headerhttp_header_getesp_http_client_delete_headerhttp_header_deleteesp_http_client_set_methodhttp_header_set_formatsnprintfesp_http_client_readesp_http_client_fetch_headersesp_http_client_writeesp_transport_writeesp_http_client_closeesp_transport_closeesp_http_client_cleanupesp_transport_list_destroyhttp_header_destroyesp_http_client_set_urlhttp_parser_url_inithttp_parser_parse_urlstrtolstrchresp_http_client_initcallochttp_header_initesp_transport_list_initesp_transport_tcp_initesp_transport_set_default_portesp_transport_list_addesp_transport_ssl_initesp_transport_ssl_set_cert_datamallochttp_utils_trim_whitespacehttp_utils_str_starts_withhttp_utils_get_string_betweenesp_transport_list_get_transportesp_transport_connectesp_transport_connect_asynchttp_header_generate_stringesp_http_client_openesp_http_client_perform__errnohttp_should_keep_aliveesp_http_client_set_post_fieldesp_http_client_get_post_fieldesp_http_client_get_status_codeesp_http_client_get_content_lengthesp_http_client_is_chunked_responseesp_http_client_get_transport_typestrcmpop qpqr q$p(p,0s4ssss stuss s$u F$v(v,w0x4v8w<x@DvHwLxPTvXw\x`dvhwlxptpxpsss sssuyz|}~ <01>{s<01><01> G $(,<01>0{4<01>8<01><w@xD<01>HwLxP<01>TwXxoyzyz<01> wx<01><01><01><01><01> sss<01>s s$s(s,s048s<s@sDsHs E $(,w0x4<01>8t<<01>@wDxHpLwPxTqX{\<01>`pdwhxlqpqt<01>x<01>|p<00><01><00>p<00>w<00>x<00>p<00>w<00>x<00>s<00>s<00>s<00>p<00>p<00>w<00>x<00>p<00>w<00>x
R$l'R6RMlQR <00>R q'R p,R, q2Q;R; rAQWR W q]lfR$f psR(s p<00>R,<00> <00>R0<00> s<00>R4<00> sS sS sS s!S ! s*I.S. t:S: uCSC sLSL sUS U sbS$b u<00><00><00>T<00>T<00>T<00>T<00>T<00>T TT)T;TBT qTtT<00>T<00>T<00>T <00>T<00>T<00>T<00>T<00>T !T$T1TCTJT iT<00><00><00>T<00>T }<00><00><00><00><00><00>T$<00> v<00>T(<00> v<00><00>T,<00> w<00>T0<00> xZT4 vZT8 wGT<G xOT@O \<00>_TD_ vh<00>kTHk w<00>TL<00> x<00>TP<00> <00>
<00>TT<00> v<00>
<00>TX<00> w<00>T\<00> x<00>T`<00>  bTd vbTh wOTlO xWTpW d<00>oTto px<00><00>Tx<00> p<00><00><00><00><00><00>R
U
sU sU s(U ( s2U2 s<U< sHUH u!< !@V y&!D2V2 z W |@$<00><00>$<00><00>$<00><00>X#X# },$<00>2$E8X8 ~E$<00>J$<00>\X \ dXd ~X~ <0B><00>$<00><00>X<00> {<00>X<00> s Y <0B>
Z
<0B>
[ [)4[[ 7[G[d[k[<00>[ <00>[<00>[<00>[$<00>[(<00>[<00>[)[, <0B>$[0$ {.[4. <0B>P[8P <0B>[)|^[<^ wp[@p x)<00><00>[D<00> <0B><00>)<00><00>[H<00> w<00>[L<00> x<00>[P<00> <0B><00>)<00><00>[T<00> w<00>[X<00> x6,<00>K,\ ,1 ,\ o>,NT,Y\,<00>b,ho\o yu,<00><00>\<00> z<00>,9-L-e+]+ y3-jF]F zO-!V-l .-.4^ <0B>#.8%.<-.__m_/& _ w_ x(/`-/`:_: <0B>@/i]/m10` &`& <0B>2<00>a <0B>a <0B>a <0B>&a & s0a0 s8a8 sBaB <0B>NaN sXa X s`a$` sha(h spa,p sxa0x <00>a4<00> <00>a8<00> s<00>a<<00> s<00>a@<00> s<00>aD<00> s<00>aH<00> sb$b]bfb<00>b<00>b<00>b<00>b <00>b<00>b$b'b4bFb Mb]b o3<00>ub$bb$b6b =bH3<00>dbgbtb<00>b <00>b<00>3<00><00>3<00><00>3<00><00>b(bbb%b ,b]b`bmbb <00>b35b, w*b0* x8b48 <0B>@b8@ tOb<O <0B>U3xWb@W wkbDk x<00>3<00><00>bH<00> p<00>3<00><00>bL<00> w<00>bP<00> x<00>3<00>3<00>bT<00> q<00>3<00>bX<00> {<00>3<00><00>b\<00> <0B>3<00>b` p3]bd wRbhR xbblb qh3uzbpz q<00>3<00><00>3<00><00>bt<00> <0B><00>3<00><00>bx<00> <0B><00>3<00><00>b|<00> p<00>3<00><00>b<00><00> <0B><00>3Lb<00> p 3Lb<00> wBb<00>B xSb<00>S p\3<00>^b<00>^ w<00>b<00><00> x<00>b<00><00> s<00>b<00><00> s<00>b<00><00> s<00>3<00><00>b<00><00> p<00>b<00><00> p<00>3=<00>b<00><00> w2b<00>2 x@3<00>Kb<00>K pT3<00>Wb<00>W w<00>b<00><00> x<00>3<00><00>b<00><00> s<00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>c<00>c,c=5LB5LG5LUc\c <00>c<00>5<00><00>5<00><00>c<00>c<00>ccG5QL5QZcac<00>c <00>c$<00>c(<00>5<00><00>c<00>c,<00>c0<00>c4<00>c8c<c@%cD4cHCcLRcPcT <0B>5<00>cX <0B> 5<00>(c\( <0B>05<00>7c`7 <0B>?5<00>FcdF <0B>P5<00>SchS <0B>[
h
$==<00>&h& 8,=E1=<00>7==:=<00>Jh J :R=pW=<00>Zh$Z <0B>d=jg=<00>rh(r /z=<00>=<00><00>h,<00> <0B><00>=<00><00>=<00><00>h0<00> <0B><00>=<00><00>=<00><00>h4<00> <0B><00>=<00><00>=<00><00>h8<00> 6<00>= <00>h<<00> w<00>h@<00> x<00>hD<00> !<00>= <00>==<00>hH<00> <0B>=====<00>hL !$==*=F,hP, <0B>6=FC=PhTP XhXX <0B>^=mbh\b <0B>p=<00><00>==== ===i)i,i8?THi?;i <0B>!?T'?T2i 2 {NiN {@jj j <0B>D$j  <0B>D(  $HHH!(H,,H049@HDDHH L Q XH\\H` d i pHttHx | <00> <00>H<00><00>H<00><00><00><00>H<00><00>H<00><00><00><00>H<00><00>H<00><00><00><00>H<00><00>H<00><00><00><00>H<00><00>H<00><00><00>HH HH $)0H44H8<AHHLLHP!T!Y!`HddHh#l#q#xH||H<00>$<00>$<00>$<00>H<00><00>H<00>&<00>&<00>&<00>H<00><00>H<00>'<00>'<00>'<00>H<00><00>H<00>(<00>(<00>(<00>H<00><00>H<00>)<00>)<00>)<00>H<00><00>H<00>,<00>,,H  H--- H$$H(.,.1.8H<<H@/D/I/PHTTHX1\1a1hHllHp2t2y2<00>H<00><00>H<00>3<00>3<00>3<00>H<00><00>H<00>5<00>5<00>5<00>H<00><00>H<00>6<00>6<00>6<00>H<00><00>H<00>8<00>8<00>8<00>H<00><00>H<00>:<00>:<00>:<00>H<00><00>H<< <HH==!=(H,,H0?4?9?@HDDHH@L@Q@XH\\H`AdAiApHttHxB|B<00>B<00>H<00><00>H<00>C<00>C<00>C<00>H<00><00>H<00>D<00>D<00>DJ OOOM!N-O:OAOHOOOVO[OfOqO~O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>OOOO O&O,O3ODOIOZO_OpO}
O
O
O
O
O!
O'
O-
O4
OW
Ob
Or
Oy
O<00>
O<00>
O<00>
<00>
<00>
O<00>
K<00>
O<00>
K<00>
O<00>
O<00>
K<00>
<00>
O 
 O K$ O2 O<  @  K OU Kf Ot O~  <00>  <00> O<00> K<00> O<00> O<00>  <00>  <00> O<00> K<00> O<00> O<00> <00>  O K O% O0 4 ? OJ KP OZ ^ i Os K<00> O<00> O<00> K<00> <00> <00> O<00> <00> <00> O K O O( K- D ON R ] Og Ku Kz O<00> O<00> K<00> <00> <00> <00> <00> <00> *0Pp<00><00><00>O<00><00><00>O<00>K<00><00><00><00><00>!*3<YOdhsO~K<00>O<00>K<00>O<00>F<00><00><00><00><00><00><00><00><00> F&/ENW`qF{<00><00><00><00><00><00><00><00><00>F<00><00> 5>GPaFkq<00><00><00><00><00><00><00><00>F<00><00><00> 4`OkozO<00>K<00><00><00><00><00><00><00><00>O<00>!<00>!<00>O<00>KO KOK !)!:OE#I#TO_KrO<00>#<00>O<00>$<00>$<00>O<00>K<00>$<00>$/<00>O<00>K<00>$<00>$<00>$<00>$$%$6$FOQ&U&`OkK~O<00>&<00>O<00>'<00>'<00>O<00>K<00>'<00>O<00>(( OKO+O6):)EOPKUO`KeOpKuO<00>K<00>)<00><00><00>)<00><00><00>)<00>)<00>))'09?)PV)_)u~<00><00>)<00><00><00>)<00>)<00><00><00><00>O<00>,<00>,<00>OK O$K)O7OBKGORKWOeOpKu,y, <00>O<00>K<00>,<00>,<00>,9<00>O<00>K<00>,<00>,<00>O<00>-<00>-<00>O<00>KO K--#O..2.=OHKMOfKkOvK{O<00>K<00>.<00>O<00>/<00>/<00>O<00>K<00>O<00>/<00>O<00>K<00>/<00>/
"/3O>1B1MOXK]1<00>1<00>O<00>2<00>2<00>O<00>K<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>2222"2+2?2S2\2e2n2w2<00>O<00>3<00>3<00>O<00>K<00>K<00>O<00>K<00>O<00>O<00>O<00>K<00>O E33<00>O+3/3<00>8OCKHOSKX3r3<00>3<00>3<00><00><00><00><00>E<00><00>333&/8ARE\b3l3~3<00>3<00><00><00><00>3<00>3<00>3<00>33$-93N3W3mv<00><00>E<00><00>3<00>3<00><00>3<00>333.7@IZEdj3<00><00>3<00><00>3<00>3<00>3<00>3<00>3<00>33#39BKTeEou3<00>3<00>3<00><00><00><00><00>E<00><00>3 O 5 5 O) K. OG KL OW Kg Kl 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5
!5#!5,!5D!5M!5c!l!u!{!5<00>!5<00>!5<00>!5<00>!5<00>!<00>!5<00>!5<00>!" ""5#"5,"5G"5^"d"5m"5<00>"<00>"<00>"<00>"5<00>"5<00>"5<00>"5<00>"5#5##(#.#5B#5K#5T#5]#5s#|#<00>#<00>#5<00>#5<00>#5<00>#<00>#<00>#5<00>#<00>#5<00>#5$$'$-$5>$OI$6M$6X$Oc$Kh$Ow$6<00>$6<00>$<00>$<00>$<00>$6<00>$6<00>$6<00>$<00>$6<00>$%6 %6#%,%5%;%6O%6d%6u%<00>%6<00>%<00>%<00>%6<00>%<00>%6<00>%<00>%6<00>%<00>%O&8&8&O&K*&K/&MC&KH&8Q&8Z&8p&y&<00>&<00>&8<00>&<00>&8<00>&8<00>&<00>&<00>&<00>&8<00>&8<00>&<00>&'
'8'8''8='F'O'U'8i'8r'8{'8<00>'<00>'<00>'<00>'8<00>'8<00>'8<00>'<00>'<00>'<00>'8 (O(:(:#(O.(K3(O>(KC(ON(KS(Ob(Mk(Ov(K{(:<00>(:<00>(:<00>(<00>(<00>(<00>(:<00>(:<00><00>(O<00>(K<00>(:<00>(:<00>(:))) ):1):K):\)Og)<k)<v)O<00>)K<00>)O<00>)K<00>)<<00>)<<00>)O<00>)=<00>)=<00>)O<00>)K*K *=*=1*=E*=N*=b*=k*=*=<00>*=<00>*=<00>*=<00>*<00>*<00>*<00>*=<00>*=<00>*=+= +=0+=9+=J+OU+?Y+?d+Oo+Kt+O+K<00>+K<00>+?<00>+?
<00>+O<00>+?<00>+<00>+?<00>+<00>+,?,#,O.,@2,@=,OH,KM,O\,Og,Ak,Av,O<00>,K<00>,O<00>,B<00>,B<00>,O<00>,K<00>,O<00>,C<00>,C<00>,O<00>,K<00>,O<00>,D<00>,D<00>,O-K-D-$-D7-J-U-Oa-g-Os-y-O<00>-<00>-O<00>-O<00>-O<00>-G<00>-O<00>-O<00>-O<00>-O<00>-O<00>-O<00>-O<00>-O<00>-O<00>-O.O.O.O.O.O.O#.O'.O..O2.O9.O=.OD.OH.OP.OT.O[.O_.Of.Oj.Oq.Ou.O|.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O<00>.O/O/O/O/O/O/O%/O)/O0/O4/O;/O?/OF/OJ/OQ/OU/O\/O`/Og/Ok/Or/Ov/O}/O<00>/O<00>/O<00>/O<00>/O<00>/O<00>/O<00>/O<00>/O<00>/O<00>/O<00>/O<00>/O<00>/O<00>/O<00>/O<00>/O<00>/O $(:>EIQU_crv}<00><00><00><00><00><00><00><00><00><00> <00> <00> <00> <00> <00> <00>     ! 37>BTX_cuy<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>
+/>BIM_cjnx|<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>!%/3:>HLSWaelpz~<00><00><00><00><00><00><00><00><00><00><00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!! !!! !$!+!/!A!E!L!P!_!c!j!n!}#<00>#<00>#<00>#<00>$<00>$<00>$<00>$<00>$<00>$<00>$<00>$<00>$<00>$<00>$<00>$<00>$<00>$<00>$<00>$ &&&&-'1'8'<'N(R(Y(](o)s)z)~)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>))) )) ,$,+,/,A,E,L,P,b,f,o,s,z,~,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,,---!-+-/-6-:-D-H-O-S-e-i-p-t-<00>.<00>.<00>.<00>.<00>.<00>.<00>.<00>.<00>.<00>.<00>.<00>.<00>.<00>.<00>.<00>.<00>.<00>.<00>.<00>. ....+./.6.:.I/M/T/X/b/f/m/q/{//<00>/<00>/<00>/<00>/<00>/<00>/<00>/<00>/<00>/<00>/<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>1 2 2 2 2& 2* 21 25 2G 3K 3R 3V 3` 3d 3k 3o 3y 3} 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3
3
3
3
3
3
3(
3,
33
37
3A
3E
3L
3P
3Z
3^
3e
3i
3{
3
3<00>
3<00>
3<00>
3<00>
3<00>
3<00>
3<00>
3<00>
3<00>
3<00>
3<00>
3<00>
3<00>
3<00>
3<00>
3<00>
3 3 3 3 3 3 3- 51 58 5< 5F 5J 5Q 5U 5_ 5c 5j 5n 5x 5| 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5 5
5 5 5 5( 5, 57 5; 5N 5R 5a 6e 6l 6p 6z 6~ 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 8 8
8 8 8 8# 8' 81 85 8< 8@ 8J 8N 8U 8Y 8c 8g 8n 8r 8| 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 88888 8'8+8::>:E:I:S:W:^:b:l:p:w:{:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:: :::: :':+:3:7:>:B:Q:U:]:a:h:l:{::<00>:<00>:<00><<00><<00><<00><<00><<00><<00><<00><<00><<00><<00><<00><<00><<00><<00><<00><
====#='=.=2=<=@=G=K=U=Y=`=d=n=r=y=}=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>??? ??"?)?-?5?9?C?G?N?R?d?h?p?t?{??<00>?<00>?<00>?<00>?<00>@<00>@<00>@<00>@<00>@<00>@<00>@<00>@<00>A<00>A<00>A<00>ABB BB!C%C,C0CBDFDMDQDI  $ ( , 0 4 8<@DHLPTX\`dhlptx!|!<00>#<00>#<00>$<00>$<00>&<00>&<00>'<00>'<00>(<00>(<00>)<00>)<00>,<00>,<00>-<00>-<00>.<00>.<00>/<00>/<00>1<00>1<00>2<00>2<00>3<00>3<00>5<00>5<00>6<00>6<00>8<00>8::< <==?? @$@(A,A0B4B8C<C@DDD888 8:: :$:048<@ D H L P T X\`dhlptx|<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>1<00>1<00>2<00>2335 56688 :$:(<,<0=4=8?<?@@D@HALAPBTBXC\C`DdD<00>
3 J a <00><00><00>@<00>Y<00>!<00># $<00> &<00> '<00> (<00> )<00>
,P -<00> . /<00> 1<00> 2] 3:5<00>6<00>8<00>:<00><=o?<00>@<00>AB%CBD<00><00><00><00> <00><00><00> <00>#<00>*,!' +> B U Y l r x ~ <00> <00> (<00> 6<00> ;<00><00><00><00> <00><00><00><00><00><00> <00><00>&0 @R`(.48KQW]
ci'o4uC{Q<00>_<00>l<00>y<00>~<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00> <00><00><00>'<00>,<00>@<00>I<00>R[h!'-3"9/?<EHKUQbWs]<00>c<00>i<00>o<00>u<00>{<00><00><00><00><00><00><00><00><00><00>Z<00>_<00>h<00>k<00><00><00><00><00><00><00><00><00>
<00><00> bguz#<00>)<00>/<00>5<00>;<00>A<00>G<00>M<00>Q<00>djpv|<00>$<00>.<00>8<00>B<00>N<00>R<00>T<00>!<00>!<00>! <00>!<00>!<00>!&<00>!)<00>!8<00>!<<00>!@<00>!D<00>!F
# # #' $- $3 $9 $? $E $)K $/Q $5\ $Ec $Hi $Mo $Ru $n{ $<00><00> $<00><00> $<00><00> $<00><00> $<00><00> $<00><00> &<00> &<00> &<00> '<00> '<00> '<00> (<00> (<00> (
)
)
)
)
)*
)4%
)=/
)X9
)^?
)vE
)|K
)<00>U
)<00>_
)<00>e
)<00>k
)<00>q
)<00>w
)<00><00>
)<00><00>
)<00><00>
)<00><00>
)<00><00>
)<00><00>
,<00>
,<00>
,<00>
, <00>
,<00>
,<00>
,<00>
,#<00>
,1<00>
,4<00>
,6<00>
,9<00>
,@<00>
,N ,\ ,_ ,e ,h ,u ,x& ,|, ,<00>2 ,<00>8 ,<00>> ,<00>D ,<00>H ,<00>[ -a -g - m -s -y - -!<00> -3<00> -6<00> -L<00> -R<00> -Y<00> -a<00> -e<00> -j<00> -l<00> .<00> .<00> .<00> . <00> .%<00> .(<00> .*<00> .-<00> .0 .4 .8 .> /) /3 / 9 /!D /&K /*Q //W /@] /Cc /Li /]o /`u /e{ /i<00> /m<00> /p<00> 1<00> 1<00> 1<00> 1<00> 1<00> 10<00> 12<00> 2<00> 2<00> 2<00> 2<00> 2<00> 2 <00> 2,<00> 26<00> 2> 2H 2T 2^ 2f 2n! 2v' 2~- 2<00>3 2<00>9 2<00>? 2<00>E 2<00>K 2<00>Q 2<00>U 2<00>h 3r 3| 3<00> 30<00> 35<00> 3><00> 3U<00> 3W<00> 3q<00> 3x<00> 3{<00> 3~<00> 3<00><00> 3<00><00> 3<00><00> 3<00><00> 3<00><00> 3<00><00> 3<00><00> 3<00><00> 33  333] 3j&3u,3<00>23<00>83<00>>3<00>D3<00>J3<00>P3<00>V3<00>\3<00>b3<00>h3<00>n3<00>t3<00>3 <00>3<00>3L<00>3Y<00>3^<00>3<00><00>3<00><00>3<00><00>3<00><00>3<00><00>3<00><00>3<00><00>3<00><00>3<00><00>3<00><00>3<00><00>3=<00>3C3Q3W3<00>3<00>3<00>!3<00>(3<00>.3<00>23<00>E5K5Q5W5 ]5#c50i53o5?u5B{5P<00>5S<00>5[<00>5^<00>5t<00>5w<00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00>5 <00>5<00>55  5*5,59%5;/5L95OC5hI5pT5u_5i5<00>s5<00>z5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5<00>5<00>5<00>5,<00>5C<00>5E5Q 5T5l5t!5x,5<00>75<00>A5<00>K5<00>R5<00>Y5<00>c5<00>m5<00>w5<00>}5<00><00>5<00><00>5<00><00>5<00><00>5<00><00>5 <00>5<00>5*<00>59<00>5H<00>5W<00>5c<00>5f<00>5k<00>5m<00>6<00>6<00>6<00>66686=6Z 6d&6j,6n26p86r>6vD6yJ6<00>P6<00>V6<00>\6<00>b6<00>h6<00>n6<00>t6<00>z6<00><00>6<00><00>6<00><00>6<00>6$<00>6><00>6W<00>6p<00>6<00><00>6<00><00>6<00><00>6<00><00>6<00><00>8<00>8<00>8<00>8 <00>8&82 8J8R8X8a'8o18r78<00>=8<00>G8<00>Q8<00>W8<00>]8<00>g8<00>q8<00>{8<00><00>8<00><00>8<00>8<00>8!<00>8&<00>84<00>8<<00>8A<00>8D<00>:<00>:<00>:<00>:<00>:<00>:!<00>:$<00>:*<00>:,:2
:H:`:e:n':~.:<00>4:<00>::<00>@:<00>F:<00>L:<00>R:<00>X:<00>^:<00>d:<00>j:<00>p:<00>z:<00><00>:<00><00>: <00>:<00>:<00>:"<00>:2<00>:@<00>:E<00>:j<00>:o<00>:}<00>:<00><00>:<00><00>:<00><00>:<00><00><<00><<00><<00><< <"<$"=(=.=4=:=$E=.L=4R==X=Ec=Tj=Zp=jv=p<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>=='=,===F=V =`&=m,=s2=x9=<00>?=<00>E=<00>K=<00>Q=<00>W=<00>]=<00>c=<00>g=<00>z?<00>?<00>?<00>?<00>?
<00>?<00>?$<00>?)<00>?;<00>?@<00>?T<00>@<00>@<00>@<00>@ <00>@<00>@<00>A<00>AABBB0C6C:CMDSDYD_D eD$kD(oD*PQRS T(U0V8W@XHYPZX[`\h]p^x_<00>`<00>a<00>b<00>c<00>d<00>e<00>f<00>g<00>h<00>i<00>jP QR$S0T<UHVTW`XlYxZ<00>[<00>\<00>]<00>^<00>_<00>`<00>a<00>b<00>c<00>d<00>efg h,i8jDP\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>'<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/p1|1<00>1<00>1<00>1<00>2<00>2<00>2<00>2<00>2<00>3<00>3 3 3 3$ 30 3< 3H 3T 3` 3l 3x 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3
3
3
3,
38
3D
3P
3\
3h
3t
3<00>
3<00>
3<00>
3<00>
5<00>
5<00>
5<00>
5<00>
5<00>
5<00>
5<00>
5 5 5 5( 54 5@ 5L 5X 5d 5p 5| 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5 5 5 5$ 50 5< 5H 5T 5` 5l 5x 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5<00> 5 5 5 6, 68 6D 6P 6\ 6h 6t 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6<00> 6688(848@8L8X8d8p8|8<00>8<00>8<00>8<00>8<00>8<00>8<00>8<00>8<00>8<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>A<00>AAB B,B8CDCPC\DhDtD<00>D<00>D<00>D<00>D<00>E<00>F<00>G 4@t<><00> ;<6@<00><> <00> ^@8Y@<00><><00><00> <00>x(|@@<40>x<00> <00><00>|<00>@<00><>h<00>  <00><00>@ <20>T<00>  <00>8<00>@t<><00>  @@<00><> <00> /D *@<00><>`<00> UdP@<00><> <00> ~hy@<04> <00> <00>l\<00>@<10><00> <00><00> <00>@$<24>$<00> <00><00><00>@H<><00> &<00>!@`<60> <00> J<00>E@l<><<00> w<00>r@<00><><00>! <00>L<00>@<00><><00><00># <00>L<00><00>@<00><>X<00>% <00><00>@<00><><00>'
t@<00><>P<00>) 0<00>x+@L<>D<00>+ V0Q@<00><><00><00>- <00>0|@<14><00>/ <00>8`<00>@,<2C><00><00>1 <00><00><00>@(<28><<00>3 <00><00><00>@d<>0<00>5 #<00>)<00>/<00>9<00>.4@<00><> <00>: S<00>o<00> <00>=<00>T<00>h<00>pd<00>@<00><><<00>B <00> @<00><><00>D )2<00>T=@ <00>8@<00><>t<00>G ]<00> lX@h<><00><00>I ` <00>z@d<>P<00>K <00>0V<00>@<00><><00><00>M <00><00>H<00>@h<>T<00>O <00><00><00>@<00><><00>Q <00><00><00><00>@<00><><00>S <00>@<00><><00>U E<00>@@<00><00>W i<00>
<00><00><00><00>@<18><00>Z <00><00><00><00>@4<><00><00>\ <00><00>n<00>@<00><>l<00>^ <00>@<00>@`<60>T<00>` #4r@<00><><00><00>b M<00>4H@\<5C><<00>d n<00><00>i@<00><><00><00>f <00><00><00><00>@l<><00><00>h <00>Po<00>@8<>t<00>j <00><00><00><00>@<00><><00><00>l <00>`F<00>@X<> <00>n <00><00>@d<00><00>p B<!&=@PH<00>r bd!<00>]@<00><00><00>t <00>0#<00>@< H<00>v <00>H#X<00>@<00> <00><00>x <00><00>#<00>@,
 <00>z <00><00>#  <00># H <00>#
w <00>#,r @8
`<00> <00>  $<00> $$ <00> 0$(<00> @<00>
x<00><00> <00> X$<00><00> @ 0 <00><00>
(<00>/
@@|2<00><00> 
<00>W%+
[c&
@<00>F8<00><00> ;
ymP6
@<00>e<00><00><00> O
<00>npJ
@<00>i<00><00> b
9pt]
@<00>m<00> <00><00> n
0<00><>~y
0+<2B>;<00>
f<>8<00>
<00><><00><00>
@8<>D<00><00> <00>
v<><00><00>
@|<7C><00><00><00> J<><00>
<00><> <00>o <14>_http_auth.o/ 1555067035 501 20 100644 19084 `
ELF^<00>C4(*'dp<00><00><00><00><00><00><00><00><00>dp<00><00>%02x/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/lib/http_auth.cHTTP_AUTHE (%d) %s: %s:%d (%s): %s
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
Memory exhausted%s:%s:%smd5-sess%s:%s:%016llx%s:%sauth-intentity%s:%s:%08x:%016llx:%s:%sDigest username="%s", realm="%s", nonce="%s", uri="%s", algorithm="MD5", response="%s", opaque="%s", qop=%s, nc=%08x, cnonce="%016llx"Basic 6<>I!Y1iAyQ=<3D>=<3D>=<3D>=<3D><><00> <00><08> <00>a+MI<>B<EFBFBD><42>J<EFBFBD>ɑ <0C><><EFBFBD><10> <20><03><>p<EFBFBD><70><EFBFBD><EFBFBD><00>}
8<EFBFBD><05><>T<EFBFBD><00>p<> <20>!<08><>T<EFBFBD><00><00><>T<EFBFBD><54>3<EFBFBD><00> FB<>3:<3A><><00> <20><><EFBFBD><00>3 <0C>7<EFBFBD><EFBFBD><00>,F|<7C><> <00>!+1<00> 87<05><00><1D>6<EFBFBD>]9<> i<> =P2<50>=<3D><><EFBFBD><EFBFBD>&<26>0" gƊ(Dg<44>F<>($g<>F<>(4g<34>F<>,<1B><><01><00><00>: g<>><3E><00><00>!)!=<3D>=<3D>=<3D>=<3D>!)\R)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00>}j, <1A><00>m
<EFBFBD>ʁ<00><00>!)!=<3D>=<3D>=<3D>=<3D>!)\<5C>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00> <07>V, <1A><00>}
<EFBFBD><EFBFBD><EFBFBD><00><00>!)!=<3D>=<3D>=<3D>=<3D>!)\<5C>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00>FD<00><><EFBFBD><02><05><00><03><00><00><02>><00><00><14><00>܊<><DC8A><EFBFBD><EFBFBD><EFBFBD>D0<44> <20><00><03><00><00><02>4<00>$<24><04><00><06><00><00><02>/<00>$
<02><00><00><00>J<EFBFBD><00><06><00><06><00><00><02>%(T<>"i1)!=<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><01>=<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD>D<EFBFBD><03>p<> <20><00><00><18><00><06>D0<44> <20>p<> <20><00><00>I<><49><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD>Q=<3D>=<3D>=<3D>=<3D>(<28>)1=<3D>=<3D>=<3D>=<3D>(T)!=<3D>=<3D>=<3D>=<3D>(d)y=<3D>=<3D>=<3D>=<3D><>$<24>D<EFBFBD>4<EFBFBD><05><00><><<3C><00><00><03><00><00><06><00><00><07><00>(<28><1D> <1D>6<> <08>a<EFBFBD>q<EFBFBD><03>=<3D><> <00><00><><18><00>(a<><61><EFBFBD><00><00>19!=<3D>=<3D>=<3D>=<3D>192<><32>9=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00><1D><><02><00><00>
<20> <20><><1C><><00><> <20><00><00>q{<7B> <1A><00>-
<EFBFBD><EFBFBD><EFBFBD><00><00>19!=<3D>=<3D>=<3D>=<3D>192<><32>9=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00>F |<7C><00><00>8a<38><03><00><00>
<EFBFBD><03><><14>qk<71><6B><00><00>a<EFBFBD><00><1D>http_auth_basichttp_auth_digest <00><><EFBFBD><EFBFBD>| <00><0E>R`<00>@<00> u <0C>"<02>0<07><07>int<06>`Wx>0<1E><07>3%aW<04><08><04><07><02>(<28>Q <00> }<00> <09><00> 5>Ib<><02>L<02>-el9w:
= <0B>?<07>
R <0B>(X<18> bufB #<1A> in-
<00> <0B> 0 <1F><%@IM<0E>07 <17> <09><18> uri<19> [<1A> r<1B> qop<1C> <1D> <09> nc>(r <20><10>,><00><01>pmd,<2C>fmt,<2C>:buf.<2E><03><>~<14>/p<03><>~len0>Wi0>[1R<03><>ap2<><03><>~AQ <00>Z <09>t"
`[sQ] Z<03><>`h Z<03><>\wls ;Z<03><>~[<03><><16>~ ]Zs1$r"[<18><00> <18><00>
W<00> <0B> "F<>R<01><1A>F<>z<1A>F<><00>VFTha1H<><00>ha2H<><00><1C>I<>J<><02>\ <01>2E<00> 2Z1[!Q<00> <16><00> <00>Z1[d\p^d_qrqq<03><16><00> <00>Z1[!<18><00> <16><00> Z1[d\p^d_qrqq<03><16><00> Z1[!<18><00> <00> uZ1[d\p^d_qrqq<03>1B<00>Zs[<03>\u]r^<03>LB<00> <00>[<03>XB<00>Zs[<03>\smB<00>Zv[<03><16><00> [<03><16>B?Zv[<03>\v]<03><16>BpZw[<03>\sqrq v<16>B<00>Zw[<03>\s^v2<00> <00>Z<02>\[\uqwqr:<00> <00>ZsB<00> <00>ZvJ<00> Zw7
<EFBFBD> <0B> <19><01><><00><01>* <1A><01><>+<1A><01><>Lout<01>><02>T <01><><02>X<1C><01><><00>n<01>%<02>\: f<01><><00> <00>Z<02>X[<03>\r]s(<00> \<00> *Z1[d\p^d_qsqq<03>f<00> >Zrz<00> bZ0[0\<02>\]r<16><00> uZ1<18><00> <16><00> <00>Z1[d\p^d_qsqq<03><16><00> <00>[<03>\7<16><00> Zs<16><00> Zr\<02>T]s<18><00>
<EFBFBD>: <0B>* TAG"=d<00> <20><00> !<21><00>!ss! !jj <09>!<21><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
Z"<22><00>!33
W!<21><00> W!

 k!<21><00> I!<21><00> <09>!.. !!<21><00> 7"__% U: ; I$ > $ >   I&I : ;  : ; I8
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
I !I/ : ; I8  I: ; (  : ; .: ; 'I@<18>B: ; I4: ; I4: ; I4: ; I<16><>1<17><><18>B<18><>1.?: ; 'I@<18>B: ; I: ; I4: ; I4I4
: ; <1F><>1 .?<n: ;!.?<n: ; ".?<n<00>R<><00><00>R<><52><00>R<><00><00>R<>ESE<00><00>S<>lq0<>q<00>S R RUSN<00>LNRXHNS<00>0<><30>NVNR0<><00>0<><30>NWNR0<> R <00><00>R<>.S.^<00>S<>^<00>S<><00><00>S<><53><00>S<><00><00>S<><00>0<><30><00>R,<00>R<00><00>R<00>kS<01> /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/lib/Users/ficeto/Desktop/ESP32/ESP32/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/5.2.0/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/machine/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp32/include/rom/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/lib/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/log/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/mbedtls/mbedtls/include/mbedtlshttp_auth.cstddef.h_default_types.hstdarg.h<built-in>stdint.hmd5_hash.hhttp_auth.hstdio.hstdlib.hesp_log.hstring.hbase64.h, z             s   <03>             t 9    q 9     <         4  J   M 4  <03>      <    =    MD5Finalopaquemethod__uint64_t/Users/ficeto/Desktop/ESP32/ESP32/public-libs-build/build/esp_http_clientuint64_tGNU C99 5.2.0 -mlongcalls -mfix-esp32-psram-cache-issue -ggdb -Og -std=gnu99 -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -fstack-protectorshort intsize_tsizetypestrlen__va_ndx__uint32_tva_list__va_list_tagmemcpy_basic_exitesp_http_auth_data_tuint8_tasprintfpasswordfree/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/lib/http_auth.cauth_struser_infolong long intbitsMD5Contextlong intESP_LOG_NONEESP_LOG_INFOauth_data__uint8_tsprintfnonceunsigned charsigned charlong long unsigned intuint32_tunsigned intcnonceMD5Initshort unsigned intvasprintfdigestcharmbedtls_base64_encode_digest_exitmd5_ctxhttp_auth_digestcalloc_BoolESP_LOG_WARNESP_LOG_DEBUGrealmlong unsigned intMD5Update__va_stkalgorithmESP_LOG_VERBOSEusernameesp_log_timestamp__gnuc_va_list__va_regstrcasecmpmd5_printf__stack_chk_failhttp_auth_basicesp_log_write__FUNCTION__ESP_LOG_ERRORGCC: (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=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
ABI=0
$<00>L$<00>L(qqq("<00><00>"<00>"<00>(<00><00><00>L"<00><00>J"  >"^<"<00>8"<00><00>"<00>J"2"NN"P"R(^^^i"<00><00>0"<00>((.symtab.strtab.shstrtab.rela.literal.md5_printf.rela.literal.http_auth_digest.rela.literal.http_auth_basic.text.data.bss.rodata.str1.4.rela.text.md5_printf.rela.text.http_auth_digest.rela.text.http_auth_basic.rodata.__FUNCTION__$7006.rodata.__FUNCTION__$6996.rela.debug_frame.rela.debug_info.debug_abbrev.rela.debug_loc.rela.debug_aranges.rela.debug_ranges.rela.debug_line.debug_str.comment.xtensa.info.rela.xt.lit.rela.xt.prop<00><> 
 <00>  * !"#%<NX`js{<00><00>R <00><00><00><00><00><00><00><00><00>
http_auth.cmd5_printf__FUNCTION__$6996__FUNCTION__$7006__stack_chk_guardvasprintfMD5InitMD5UpdateMD5Finalsprintffree__stack_chk_failhttp_auth_digestcallocesp_log_timestampesp_log_writestrcasecmpasprintfhttp_auth_basicstrlenmbedtls_base64_encodememcpy  !"# $   $(,04&8'<(@&D'H(L&P'T(X\)`dh)lptx*|#<00>#<00>#  * '$((,,-0&4'8(<.@,D-H#n<00>y<00><00><00>;; E<00>K K ZZ ff ! "<00>q<00><00> #<00><00><00> <00> $QT ary<00>2<00><00> <00><00><00><00>2<00><00> <00> 2&7Mb y$<00>(<00> <00>,<00>2<00>&0"N$*'P,2/P4:7P?4? &H<00>K8K '~<~ (<00>@<00> &<00><00><00>D<00> '<00>H<00> (<00>L<00> &<00> <00>P<00> 'T (+X+ 1742<\< )B^R`R X^[2gdg msp2v<00>|h| )<00><00><00>l<00> <00><00><00>2<00><00><00>p<00> <00><00><00>t<00> <00>2,x, *4|4 #<<00>< #D<00>D #(+8JQ <00><00><00><00><00> <00>
<00><00> * 
^" " 'V$V (`(` ,t,t -<00>0<00> &<00>
<00><00>4<00> '<00>8<00> (<00><<00> .<00>@<00> ,<00>D<00> -<00>H<00> #!(,,049@DDH
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
L
Q
 !&3:HMZafsx<00><00><00><00><00><00><00><00><00><00><00>)Sk<00><00><00><00><00><00><00><00><00><00> 8CMQet<00><00><00><00><00> <X^g<00><00><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
 3<R[dm~ <00><00><00><00><00><00><00><00><00> <00>$:CLUf pv<00><00><00><00><00><00><00><00>+:@Wq<00><00><00><00><00><00>)
-
8BGQdr|<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
?
c
v

<00><00><00><00><00> <00><00>
<00><00>
 
! 
L R V ^ b i m t x  <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>  $(:>EI[_gkz~<00><00><00><00><00><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
/
6
:
L
P
W
[
e
i
p
t
~
<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>
jpv |!<00>0<00>C<00>H<00>Q<00>`<00>l<00>q<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00> <00>" $*,2%4+:6HAKK<00>Q<00>W<00>b<00>m<00>w<00>}<00><00><00><00><00><00><00><00> <00>7<00>D<00>^<00>s<00>y<00><00><00><00><00><00><00><00><00><00><00>2<00>:<00>B<00>J<00>N<00>P


$
/
6
"<
^B
zM
<00>T
<00>Z
<00>`
<00>f
<00>j
<00> $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\
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
<00>
<00>
<00>
<00>
<00> <00> 4$@<00>&l( 9X<00>4@4'<00>( X<00>LS@<00>(<00>( q,w,},<00>2,<00><00><00><00><00>@<00>)(  <00>pR<00>@<00>*<00>(  <00><00><00><00>@8/<00>( <00><00><00><00><00>X@ 1<00>( )8<00> $@<00>1T ( 5,<00>H<00><00>C@ ;<00>( X<00>0S@<00>=T( l<00> g@D>H( oz@<00>><00>( <00>0w3<00>0<00>;<00><00>8<00><00>@B$(# <00>5<00><00>@4B<00>(% <00> <00><00>"<00>) <00>%http_header.o/ 1555067035 501 20 100644 31320 `
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^(n4(NK`l<00>`l<00>`l<00>`l<00><00><00>/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/lib/http_header.cHTTP_HEADERE (%d) %s: %s:%d (%s): %s
Memory exhausted%s: %s
6a ˢ<><01><00><00>Z <20>ځ<00><00>!)!=<3D>=<3D>=<3D>=<3D>!)\<5C>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00>"<22><1D> <0C><03><00>8<05>Á<00><00>!)!=<3D>=<3D>=<3D>=<3D>!)\<5C>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00><00><00><05><00>K5 @<40> 0<> <20><00>B%<01><><EFBFBD><00><00>!)!=<3D>=<3D>=<3D>=<3D>!)\<5C>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00><00><03><00> <08>%=<3D>=<3D>=<3D>=<3D>8Y<03>UY-<1D><><05><00><00><15><00>"<22><1D>6a <0C> <1A><00><00><><EFBFBD><00><00>!)!=<3D>=<3D>=<3D>=<3D>!),<2C>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00> <1D> )
<EFBFBD>-
<1D>6A 
<EFBFBD>
<20><>0<EFBFBD><30><EFBFBD><EFBFBD> <20><>(F<00><03><02><00><00><>("V<><56><1D> <1D>6A<00><03><02><00><00>Z<EFBFBD><1A><04> <08> <1D>6A<00><03><02><00>=
Z<04><02><> <0C>)<29><02>X)F<00><08>)<29><><EFBFBD><EFBFBD>(<28>)<29>8<EFBFBD><38><EFBFBD>b=<3D>=<3D>=<3D>=<3D><><03><00><00><13><00><00><03><00> <1D>"<22><1D>6A<00>Խ <20> <20><00>-
<1D><><03><02><00>]
<EFBFBD>ʨ<1A><00><00><04><00><00>K<><4B><00> <1D><><04><03><02><00>-
<1D>6a0<> <20><00><00>: V<><03><00><00>!)!=<3D>=<3D>=<3D>=<3D>!)"<22><>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00>"<22><1D><<3C><><00>̺<><03><00>"<22><1D> <08>J<00> ʽ<03><02><00><00><03><00> <1D>6<>Yqi<71>y<EFBFBD> <08><><EFBFBD><EFBFBD><10><><EFBFBD><EFBFBD>@<40><> <0C><>a@<40> <20><>0<EFBFBD><00>M
<EFBFBD><EFBFBD><EFBFBD>́<00><00>!)!=<3D>=<3D>=<3D>=<3D>!)"<22><>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00> <1D><>L<EFBFBD><03><02><00><00><><EFBFBD><00>-<1D> <1D>6a9I1=<3D>=<3D>=<3D>=<3D>h-|<7C>9! =Fx<12><><EFBFBD>!<01>$<15><02><00><00>3<EFBFBD><07><00><00><>K:<1B>s<><05><><EFBFBD>w<EFBFBD>I!=<3D>=<3D>=<3D>=<3D>("M V"<22>s(!<21>B <04>I!  -<03><00><16> <17><11><> ppt <18>!<21>" <08><>t<EFBFBD>g<EFBFBD>H<EFBFBD><05><06>0<><30><EFBFBD>1:<3A><><00><00>3"h&V&<26><>4<EFBFBD><05>0<><30><EFBFBD>10<31><30><EFBFBD><00><00>39=<3D>=<3D>=<3D>=<3D>(!<1D> <1D>6A8<02>H#<23><03><00><00><13><00><00><03><00>=V<03>9)-<1D>6A <20> <20><00>=
<EFBFBD><02><00>-<1D>6A<00> <02>"<22>(V<><56><1D>http_header_set_formathttp_header_set_from_stringhttp_header_new_itemhttp_header_init <00><><EFBFBD><EFBFBD>| -0V02  ] P <00>0<00>`<00>0/   <00> <01> S<07>
int<06><08><05>3s9<05>V<07><04> <04><07>_(<28> <00> \v v 3+b<><04>,O
%  r <0B> <0B> 5 e <04><18><04>06<08>%[ <09>%f h%<25><04>fl<08> <1F> key  M! W"<22> "<22> <09>"ff<0E>S-<01><> S%keyS<>lMS<><00>(U[<00><12><00>ka_ ?Z1[<j Lu <00>Z1[`\l^`_qrqq<03>\<00> <00>[s\0fj <14>u Z1[`\l^`_qrqq<03><14><00> "Zu<14><00> AZs[t\0<16>j <14>u <00>Z1[`\l^`_qrqq<03><00> <00>Zs <00> (<00> <17><00>o<07><19>(%V<01> *%<00><12><00> _ 'Z1[8j Hu Z1[`\l^`_qrqq<03><17><00>o<1B>7[2<01><> 7%key7<>S(9[=$<00> [s<1B>E<01>O E%PkeyE<>SMEOT(G[Z <00>Zr[s<1B><01>]<01><> <01>%qkey<01><><00>(<01>[S"<00><11><01>f<00> <00><00>Zr[sD<00> L<00> T<00> Zs<1B>gP<01><> g%<00>keyg<>SMg<>T(i[UU\Zr[s<00>vZr[s*<00> 2<00> <00>Zt<<00> <00>ZuL<00>Zr[s\tz<00><01><> z%?<0F>z<><00><11>|<00>3}S<12><00> <00> :Zsj Lu <00>Z1[`\l^`_qrqq<03>Z<00> <00>[:d<00> <00>Zs}<00><00>Zr[s<1A><00> Zs<17><00>o<07><1B><01>3<00><01>  <01>%<00>key<01><>S<01><>1 <1E><01><><02>T!len<01>3R"buf<01><02>P<12>% (<00> <00>Z<02>P[t4j hu <00>Z1[`\l^`_qrqq<03>x<00> Zr[s<16><00> <17>% o *<01>3<00><01>3
 <01>%q<0F><01>3<00>F<01><00><1D><01>3
U(<01>[<00>!siz<01>3!idx<01>3D-<01>3<00>P<01>9
<00><11><01>3 0<00> :<00> <00> Zw<14><00> 
Z<06>\s"\<03><1A><00> Z<06>\s"\<03>3<02>n<01>/<01><>
 <01>%((<01>[I!tmp<01>[r<00> <00> "<00> ZsB0<01>  0%<00>"err2S @
<00>
Zr<00> Zr<01>3<01>H  <01>%<00>(<01>[X<01>3<00>"TAGZ `<00><07>#<23><00>W#<23><00> W#<23><00> k#<23><00>
#<23><00>
(#<23><00>Z# I#<23><00> P#<23><00> $ #<23><00> !$<24><00> % U$ > $ > : ; I  I&I : ;  : ; I8
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
 I: ;  ( : ; I8  : ; .: ; 'I@<18>B: ; I: ; I4: ; I4I4
: ; <14><>1<15><><18>B<16><>1I!I/ .?: ; I@<18>B<1A><>1.?: ; 'I@<18>B: ; I: ; I4: ; I  !4: ; I"4: ; I#.?<n: ; $.?<n: ;RR<00>R<>RlRl<00><00>R<><52><00>R<><00><00>R<><52>R-<00>R<>^S^-<00>S<><00>T<>-<00>T<>Usux<75>-U ZLVZR.<00>R<>.0R02<00>R<>.RR<00>R<>VRVX<00>R<>X[R[]<00>R<>S]<00>S<>"1Y14yx<79>R<00>R<>>R>@<00>R<>@NRNP<00>R<>RR<00>R<>RgRgi<00>R<>i<00>R<><00><00>R<>S<00><00>S<>Z^ZiwZw||<>:R:l<00>R<>l<00>R<><00><00>R<><52><00>R<><00><00>R<>*T*<00><00>T<> *0<>*<00>TR<00><00>R<>S<00><00>TT<00><00>\V`Rl<00>V<><00>R0<><S<>Z>nS<><00>S0<>@T@XYXeThlTlt0<>t<00>R<><00>T <09><>j<00>XjlRl<00><00>Xl0<>l<00>T<><00>0<>lt0<>t<00>S-R-/<00>R<>"S"$T$/S
$TR<00>R<>R<00>R<>
0<>
Rt-V2]P<00><00><00>/-V2]P<00><00><00>/}<00><01> /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/lib/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/machine/Users/ficeto/Desktop/ESP32/ESP32/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/5.2.0/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp32/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/lib/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/log/includehttp_header.c_default_types.hstdarg.h<built-in>stdint.hesp_err.hhttp_header.hstdlib.hesp_log.hhttp_utils.hstring.hstdio.h<03>    ?
  >    =       ( 
  =   7     ~   <03> 
    <03>             ~   <03>      
    <03>    @         <03>       > 
 |   <03> ~       

  
w 
z   o          |      m   <03>       {    0    <03>        countvasprintf__va_reghttp_header_countva_listp_strlong long unsigned intis_endnext__va_stkESP_LOG_DEBUGlong long intsigned charhttp_utils_trim_whitespacebuffer_lenhttp_header_item_handle_tlong inthttp_utils_assign_stringesp_log_writehttp_header_inithttp_header_set_from_stringhttp_header_generate_stringbuffervalue/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/lib/http_header.cunsigned intstrlenlong unsigned int__FUNCTION__strchrhttp_header_setkey_value_datashort unsigned intstrcasecmpitemret_idxESP_LOG_INFOhttp_header_destroysizetype__gnuc_va_listhttp_header_cleanargptrhttp_header_getstqh_firsteq_chhttp_header_itemhttp_header_deleteGNU C99 5.2.0 -mlongcalls -mfix-esp32-psram-cache-issue -ggdb -Og -std=gnu99 -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -fstack-protector_header_new_item_exitstr_len_Boolint32_tunsigned charhttp_header_set_formatshort intesp_log_timestampESP_LOG_ERRORcurelmhttp_header_new_itemformatcharESP_LOG_VERBOSE/Users/ficeto/Desktop/ESP32/ESP32/public-libs-build/build/esp_http_clientstqh_lastESP_LOG_NONE__int32_tsnprintffreestqe_nexthttp_header_get_itemESP_LOG_WARNesp_err_tcallocstrduphttp_header_handle_tindexhttp_header__va_ndxheader__va_list_tagGCC: (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
ABI=0
H 0( H 0( (QQRJ"<00><00>Y"<00><00> "-(LLL
"V("-."0"2("(""""$4"XX"](,"@@"P(QQR"ii "<00>(lll"<00><00>"<00>( ">"L"hh "st "<00> "<00>"<00>"<00>"<00><00>"<00>('"/((


"((((.symtab.strtab.shstrtab.rela.literal.http_header_new_item.rela.literal.http_header_init.rela.literal.http_header_get_item.rela.literal.http_header_get.rela.literal.http_header_delete.rela.literal.http_header_set.rela.literal.http_header_set_from_string.rela.literal.http_header_set_format.rela.literal.http_header_generate_string.rela.literal.http_header_clean.rela.literal.http_header_destroy.text.data.bss.rodata.str1.4.rela.text.http_header_new_item.rela.text.http_header_init.rela.text.http_header_get_item.rela.text.http_header_get.rela.text.http_header_delete.rela.text.http_header_set.rela.text.http_header_set_from_string.rela.text.http_header_set_format.rela.text.http_header_generate_string.rela.text.http_header_clean.rela.text.http_header_destroy.rela.text.http_header_count.rodata.__FUNCTION__$3450.rodata.__FUNCTION__$3432.rodata.__FUNCTION__$3418.rodata.__FUNCTION__$3393.rela.debug_frame.rela.debug_info.debug_abbrev.rela.debug_loc.rela.debug_aranges.rela.debug_ranges.rela.debug_line.debug_str.comment.xtensa.info.rela.xt.lit.rela.xt.prop<00><>5!-66!#%'H4)Z3+-/1345679;<>@BD   EFGIls<00><00><00><00><00>V<00>2<00><00>! ]# P%07<00>'SZ<00>)q{<00>+<00><00><00>/-<00>/<00>1http_header.c__FUNCTION__$3418http_header_new_item__FUNCTION__$3393__FUNCTION__$3432__FUNCTION__$3450callocesp_log_timestampesp_log_writehttp_utils_assign_stringhttp_utils_trim_whitespacefreehttp_header_inithttp_header_get_itemstrcasecmphttp_header_gethttp_header_deletehttp_header_setstrduphttp_header_set_from_stringstrchrhttp_header_set_formatvasprintfhttp_header_generate_stringstrlensnprintfhttp_header_cleanhttp_header_destroyhttp_header_count 234 5$3(4,6054384<6@7D7 234:9977 7<97 >6 >34 @$7(=,7 B34 =$7D DEE777F7## )#:#A#f#i# v#<00>#<00>#<00><00>#<00># <00>#<00>#<00>#<00># 2R# 3F#F 4V# V 5^<00>`#$` 3<00>#(<00> 4<00>#,<00> 6<00>#0<00> 5<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
(
<( 9 @$($ 7,( , >6(6 6F(F )) ():)A)) >R) 3F)F 4T) T @Zi^)$^ 7w)(w =), 74*7* D*V*]*"*" B,l.*. 3b*b 4l<00>r* r =z*$z 7Xelp<00><00>+<00>+ >%>*+* D4+ 4 DGLX[<00>`hv<00>|<00><00><00><00><00><00><00><00>+<00> E<00>t<00><00><00>+<00> E$ , 7, 7, 7$- F- 7
!(,,0 4 9 @DDH L Q X\\` d i pttx | <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>  $) """ !!("/"="D"K"P"]"d"k"r"{"<00>"<00>"<00>"<00>"<00>"<00>"<00>"<00>"<00>"<00>""""""&"7"C"O"\"m"<00>"<00>"<00>"<00>"<00><00><00>"<00><00><00>"<00><00>" ""#(@I_hqz<00><00><00><00><00><00><00><00><00><00> #BKajs|<00><00><00><00><00><00>"<00> <00> <00>"<00>"  ( 1 CLU^oy<00>"<00> <00> <00>"<00><00>"<00><00> <00>"<00> <00> " ","9 V"` d o"y<00><00>"<00> <00> "<00>"<00><00> <00> <00> <00> <00>"<00> ")"6"C]w<00><00><00><00>"<00><00><00>"<00><00>"<00><00>" """';DZclu<00><00><00><00><00><00><00>" "!3"=C"[n"x}<00><00><00><00><00><00><00><00><00> + "5 9 D "N S "] b "l q "~ "<00> <00> <00> <00> "<00> <00> "<00> <00> "<00> <00> <00> <00> 

-
<
"A
"K
O
Z
"d
i
"s
<00>
<00>
<00>
<00>
<00>
"<00>
<00>
<00>
"<00>
<00>
<00>
 "   "' , "9 "C U ` "d "k "o "v "z "<00> "<00> "<00> "<00> "<00> "<00> "<00> "<00> "<00> "<00> "<00> "<00> "<00> "<00> "<00> "<00> "<00> "<00> " $(26=AKOVZlpw{<00><00><00><00><00><00><00><00><00><00><00><00><00> <00> <00> <00>       ' + = A P T [ _ q u | <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00><00><00><00> ")-?CJNX\cgqu|<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>15<@RV^bqu|<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>&*15DHPT[_fjqu|<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>  (,37IMTX_crv<00><00><00><00><00><00><00><00><00><00><00><00>   $ ( , 0 4 8<@DHLPTX\`dhl       $ (,048<@DHLPTX\<00><00> <00>  1 <00><00>^<00><00>; $R/\6`<<00>B<00>M<00>T<00>Z<00>`flr x(|+<00> <00> <00> <00> <00> L<00> R<00> T<00> <00> <00> <00> <00> &<00> (<00> .<00> 0     % )
"(R.Z4\:d@iFqL}R<00>V<00>iou { <00><00>*<00>.<00>l<00>n<00>x<00><00><00><00><00><00><00><00><00><00><00><00><00><00>"<00>(2
<>@ J*L4V:X@[F^LcRhXj^ldnjput|x<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>"$ '+#)/3FLR\f
q x|#$%& '((0)8*@+H,P-# $%$&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> 4H@:<00>L C| >@<00>:`L b<00>]@@; L <00><00><00>@L; L <00><00><00>@X;0L  <00><00><00>@<00>;HL  <00><00>0<00>@<00>;<00>L  <00>(@`<xL 1$,@<00><HL [< V@ =$L {Hv@D=L <00>P<00>P<00>P<00>2P<00><00><00>-<00>@\=(L <00>,V<00>@<00>?<00>L <00><00>2<00>@@HL <00>@\@0L! 4<00>]/@<00>@<00>L# R8PM@4A<00>L% m<00><00>h@<00>A<00>L' <00><00><00>@<00>B<00>L) <00><00><00><00>@<00>C8L+ <00>x/<00>@<00>D`L- <00><00><00>@<E0L/ <00>@lEL1 1<00>K<00>e $<00>80<00>@<00>E<00>L7 <00>h<00> <00>@`H<00> L9 <00>N<00><00>C<00><00>@U<00> L< <00>)x<00>@<00>^,L> <00><00>h<00>@` L@  <00>
ELF^$74(30dret/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/lib/http_utils.cold_str6A<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><02><00><00>: <20> <09><04><00>]
Z<EFBFBD><EFBFBD>8<1B> <1A><00>m
<EFBFBD><EFBFBD><EFBFBD><00>,+<2B><00><00><00><03><02><00><00><05>:<3A><><00><00> -<1D>6AR"<00> <09><03><00>M
<EFBFBD><EFBFBD><1B><><05><00>]
<EFBFBD>
<EFBFBD><00><00><>5<EFBFBD><00><00>J<> <09>H<00> <00><1B> <1A><00>]
<EFBFBD><EFBFBD><EFBFBD><00><<3C><><00><00><00><04><03><05><00>Y-<1D> <1D>6A"<06><16>=
F3AH<04><00><><EFBFBD> 7<><37>̈ "J<00> <1D><><03><00> <0B><><EFBFBD>F <0B><><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><><EFBFBD>7<><37> BJ<01> <00><03><00>ʽ<03><02><00><1D>6A<00><03><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
Z<04><03><00><00>2<EFBFBD><04><03><00><00>*0J<30><1B><><EFBFBD><01><00>-
<EFBFBD>
<EFBFBD><00><00><>f<EFBFBD><00><00><00><04><03><00><1D> <1D> <1D>6A <20> <20><00><00>J 0<> <20><00><00>$ <08><00><><EFBFBD> <00><><EFBFBD> <00><> <1B><>(<28> <1D>|<7C><1D> <1D>http_utils_get_string_betweenhttp_utils_assign_stringhttp_utils_join_string <00><><EFBFBD><EFBFBD>| b | k ` > <00><01> <0C>"int,<07><06><08><05><05>A<05><07><07>x<08><04>xXrb<01><><07><07>%!<08>T%B o%S l%U
retrc <0B><00> w) Zr w= Zt -<00>[ Z1 [su"# B<00><00> Z [" \ ] L<00><00> [r \sX<00> Zvs" [t \ux<00>d<05><06>)r|<01>str)<00><08>)Slen)%<00>l+%T9/r<00> <0B> wZ Zs "<00>t Zu [t 8<00><00> Z [5 \ ]d P<00><00> Z1 [t e<00><00> Z [9 \ ]dq<00> Zu [s \trxd@k<01><>str@
endBr>{BrQ 6wy Zs ]w<00> Zsi<00> [s<06>]r`<01><>str]o<07>]<00>end]<00><13>_r<00>
ret`r5 <0B><00>F<00><13>cr` wA Zs &<00>[ Zs [t 6<00>t Z1 [t L<00><00> Z [f \ ]V<00> [s \t <00> Zr [sx<00>d<05><06>n%><01>gstrn~{nS
ip%<00> <09>q%T r%Z wV Zrw Zs<16>-r<17><00>!W)<18><00>  <03>}}<17><00>(% U$ > $ >  I&I.?: ; 'I@<18>B: ; I: ; I 4: ; I
4: ; I 4I4 <0C><>1 <0A><><18>B<0E><>1I!I/ : ; I4: ; I4: ; I.?: ; '@<18>B 4: ; I?<.?<n: ; .?<n`R`b<00>R<>Sb<00>S<>Ub<00>U<>/0<>/\V\^0<>^bVuRux<00>R<>xzRz|<00>R<>Tx<00>T<>x|T xU&R&.<00>R<>.kR:WZZiSR`<00>R<>SX<00>S<>X\S\`<00>S<>+T+X<00>T<>X`TRXSXZRZ\Z\`S80<>8XRX`0<>&0Z\`Z4R46<00>R<>68R8:<00>R<>:<R<><00>R<> 6X:>X<b|k`>b|k`><00><01> /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/lib/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/includehttp_utils.cstring.hstdlib.hassert.hctype.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
    
{   )    
          p   <03>                <03>   
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

    
   <03>       y    http_utils_trim_whitespacecalloc/Users/ficeto/Desktop/ESP32/ESP32/public-libs-build/build/esp_http_clientsecond_str_lenstartfoundbeginhttp_utils_assign_string__func__first_strstrlenunsigned charlong unsigned int__ctype_ptr__short unsigned intstart_lenrealloclen_second__assert_funcunsigned intold_strlong long unsigned inthttp_utils_join_stringfirst_str_lenmemmovehttp_utils_get_string_betweenhttp_utils_str_starts_withmatch_str_lenfound_endsizetypelong long intmemcpyGNU C99 5.2.0 -mlongcalls -mfix-esp32-psram-cache-issue -ggdb -Og -std=gnu99 -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -fstack-protectorshort intlen_firstlong intcharnew_strsecond_strsigned charstrstr/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp_http_client/lib/http_utils.cGCC: (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=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
ABI=0
$$$$$$( "$"B"[\"b(""8 "EF"e"wx"|(".."=="M"i"k(LL "XX\\"`(   "66"::">(((.symtab.strtab.shstrtab.rela.literal.http_utils_join_string.rela.literal.http_utils_assign_string.rela.literal.http_utils_trim_whitespace.rela.literal.http_utils_get_string_between.rela.literal.http_utils_str_starts_with.text.data.bss.rodata.str1.4.rela.text.http_utils_join_string.rela.text.http_utils_assign_string.rela.text.http_utils_trim_whitespace.rela.text.http_utils_get_string_between.rela.text.http_utils_str_starts_with.rodata.__func__$3176.rodata.__func__$3156.rodata.__func__$3148.rela.debug_frame.rela.debug_info.debug_abbrev.rela.debug_loc.rela.debug_aranges.rela.debug_ranges.rela.debug_line.debug_str.comment.xtensa.info.rela.xt.lit.rela.xt.prop<00><>   * !#%') *+,.8bOV]kr|<00><00><00>k<00><00>`<00><00>>http_utils.c__func__$3148__func__$3156__func__$3176http_utils_join_stringstrlencalloc__assert_funcmemcpyhttp_utils_assign_stringrealloc__ctype_ptr__http_utils_trim_whitespacememmovehttp_utils_get_string_betweenstrstrhttp_utils_str_starts_with ##$%& & #(%$% &)## + -#-$% &##149X^  # # \'' $/B<< %FF &R R &&)/BeTW\x   #F ($822 %JJ $Re__ %k k & 
:
?
i
i
"
.00 #?
MJ
=WW #c c +:=C  - X #  -& \00 $8 LFF %P P & / # # 6* :/ !(,,049@DDH
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
L
Q
X\\` d i pttx | <00>  !/6=DKRY`gn{<00><00><00><00><00><00><00><00><00><00><00><00>*>\m|<00><00><00><00><00><00><00>)38BG[u<00><00><00><00><00><00><00><00><00>$*
.
CRWaf
z
<00>
<00><00> <00> <00><00><00><00><00><00><00>   ). B \ u <00><00><00><00> <00> <00><00> <00>
$)6C W hx|<00><00><00><00><00><00><00><00><00><00><00><00> !%,0BFMQcgosz~<00><00><00><00><00><00><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


!
+
/
>
B
Q
U
\
`
o s z ~ <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>       " & 5 9 A E L P ` d k o ~ <00> <00> <00> <00> <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
$
( , 0 4  
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>l<00>
i <00> %06<#G/N1TBZL`\d^v|<00><00> <00> <00><00><00>$<00>&<00>8<00>F<00>R<00>T<00>e<00>q<00>s<00>x<00>z<00>
<00>



!
'
"-
$3
,9
.?
:E
=P
?W
B]
Ma
Ut z <00> <00> <00> <00> &<00> (<00> 8<00> :<00> L<00> V<00> X<00> ^<00> <00> <00> <00> <00> <00> - / 2  6 : <  $0<HT`lx<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>
<00>
<00> <00> <00> <00> <00> <00> <00> <00> <00>    ( 4 @ L X dp| 4$@<00>l1 EX$@@<00>l1 l|g@`01 <00><00>$<00>@<00>l1 <00><00><00>@<00>1  <00><00><00><00><00><00><00>2<00>l
$b@ <00>1 ,<00>|'@! 1 PkK@$"<00>1 vp`q@<00>"<00>1 <00><00>><00>@<00>#`1 <00><00>0<00>Ld<00>@$81 <00><00>@H%<00>1 %<00> V8 <00>3@ +<00>1! H<00> @C@<00>/<00>1# \40W@X0x1% odj@<00>0<00>1' {0<00>8<00>0<00>;<00><00>8<00>+(<00>@`4<1, <00>S<00><00>@<00>4<00>1. <00><00><00><00>2" <00>