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

710 lines
190 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>
/ 1579545889 0 0 0 1258 `
+~~~~~~~~~~~~~~~~~~~~~~~~~<01><01><01><01><01><01><01><01><01><01><01>k<>k<><02><><02><><02><><02><><02><>esp_http_client_set_headeresp_http_client_get_headeresp_http_client_delete_headeresp_http_client_get_usernameesp_http_client_set_usernameesp_http_client_get_passwordesp_http_client_set_passwordesp_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_set_redirectionesp_http_client_openesp_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_typeesp_http_client_add_authesp_http_client_performhttp_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_auth_digesthttp_auth_basichttp_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 1579545889 1001 115 100644 125532 `
ELF^<<3C>4(<00><00><00><00><00><00><00><00><00><00><00><00><00><00>H<00><00>Hlp<00><00><00><00><00><00><00><00>p<00><00><00><00><00><00> <00><00><00>(<00>L<00>t<00><00><00>  Dppp<00><00><00><00><00>$<00>Dp<00><00><00><00><00><00><00><00><00><00><00> <00> p<00>\ppp<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<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><><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>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>//home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_http_client/esp_http_client.cHTTP_CLIENTE (%d) %s: %s:%d (%s): %s
Memory exhaustedhttpshttpLocationTransfer-EncodingchunkedWWW-AuthenticateAuthorizationE (%d) %s: client or value must not be NULL
E (%d) %s: client must not be NULL
%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 while setting default configurations
E (%d) %s: config should have either URL or host & path
E (%d) %s: Client has not been initialized
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: 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
Content-Typeapplication/x-www-form-urlencodedDigest"realm=",algorithm=qop="nonce="opaque="E (%d) %s: This authentication method is not supported: %s
E (%d) %s: Error, reach max_redirection_count count=%d
E (%d) %s: Error response
GETPOSTPUTPATCHDELETEHEADNOTIFYSUBSCRIBEUNSUBSCRIBEOPTIONS6a<00><><EFBFBD>b=<3D>=<3D>=<3D>=<3D><>#<23>b=<3D>=<3D>=<3D>=<3D><>S<EFBFBD>b=<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD>b =<3D>=<3D>=<3D>=<3D><>Âb!=<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD>=<3D>=<3D>=<3D>=<3D><>#<12><>=<3D>=<3D>=<3D>=<3D><>#<11>b"=<3D>=<3D>=<3D>=<3D><>4<>B<EFBFBD><42> =<3D>=<3D>=<3D><> <00>#<11>I<EFBFBD><49><00>b"<22>( <0C><>=<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>l)=<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<>t9=<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<>|9=<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<><32>9=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00><00><02><00>"<22><1D><>CJ<05><00><00>bV<><04><00><00>19!=<3D>=<3D>=<3D>=<3D>192<><32>9=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00><00><02><00>"<22><1D><00>#f( <0C><00><>H<EFBFBD><00><00>"<14><><EFBFBD><EFBFBD><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>2L<><4C> 2B<32><42> <1D> <1D>6A(bX<62><16>
<EFBFBD><00><05><00><00>
<EFBFBD><04><03><>0<EFBFBD><00><00>P<> <20><00><00><><EFBFBD><04><00><03><00><00><>X<EFBFBD> <18>E<1C> <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>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>6A <18><><00>
<20><>0<EFBFBD><30><EFBFBD><EFBFBD> <20><1E><00><00><00> <0B><> <20><00><><01><00>"<22><1D>"") <1D>6AV<><01><00><00><00> <0B><> <20><00><><01><00>"<22><1D>VS<01>"<16><00><00>2b-<1D><00><><EFBFBD><03><00><00>b <1D> <1D>6A <18><><00>
<20><>0<EFBFBD><30><EFBFBD><EFBFBD> <20><1E><00><00><00> <0B><> <20><00><><01><00>"<22><1D>"") <1D>6AV<><01><00><00><00> <0B><> <20><00><><01><00>"<22><1D><><EFBFBD>B"<16>D<EFBFBD><04><00><00>
<0B><04><00><00>"<16><00>2b-<1D><00><><EFBFBD><03><00><00>b <1D> <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>3<>
=<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><00>"<13><><EFBFBD><00>M
F b"<14><05><14><><EFBFBD><EFBFBD>L<EFBFBD><00>R"<13>Ձ<00><00>!)!=<3D>=<3D>=<3D>=<3D>!)"<22><>)=<3D>=<3D>=<3D>=<3D><><00> <0B>
<EFBFBD> <1A><00>"<22><1D><><EFBFBD>R"<13>5P<35> @<40> <20><00><00>ZP<5A> <20> <20> <20><00><00>ʭ<04><00>"<22><1D><00><02><00><00>t@<40> <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>F"<22><1D><><19>,<2C><18><><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><>"<18><1A><00> 2b-<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>J <14> F 
<04> F  <04> F  <04> <04>ā<00><00><00> <0B><> <20><00><><01><00><06><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><1D><00><00><00> <0B>
<EFBFBD><00><><01><00><06><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><1C><00><00><00> <0B>
<EFBFBD><00><><01><00><06>RM<><4D><EFBFBD><04><00>X<><58>5P<35> <20><00><00>
2019-07-17 10:09:43 +03:00
<EFBFBD><05><04><00>X<><58>%<25><05><00><00>
<EFBFBD><05><04><00>X<><58>%<25><05><00><00>
<EFBFBD><05><04><00>RN<>e<EFBFBD><04><00><00><02><03><00><00>J <16><01><00><00><00> <0B><> <20><00><><01><00>pXsX<15>#"<22><00><00><05><>=<3D>=<3D>=<3D>=<3D>X<EFBFBD>X<15>#"<22><00><00><05><> <15>]F]<07><1D><00><00><00> <0B><> <20><00><><01><00>ZX5Xb<16><04><00><00><03><00>-
<EFBFBD>j<EFBFBD>#<13><00><03><00><00>J <14>MdF%<00><00><00><00> <0B><> <20><00><><01><00>D<00>[<05><03><00>-
<EFBFBD><EFBFBD><EFBFBD><00><00><03><00>M
<EFBFBD>J<EFBFBD>#<13><00><03><00><00>j <14>M<07>8<EFBFBD><00><00><00> <0B>
<EFBFBD><00><><01><00>-<00><00><00><00> <0B>
<EFBFBD> <1A><00>&(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><00><03><00> <1D>6A<00><><EFBFBD>œ<1B><02><00>-
<1D>"<22><1D>"<22><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><00>z<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><00><> #2b <0A>  <20> <20><00> <1D> <1D>!<1D>!<1D>6a<00><02><><08><03><02><00>=
2019-08-20 21:11:00 +03: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>A<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,<2C><03> + <20> <20><00> 8<>b-<1D>-
<1D>!<1D>6A2b<10><02><00><00><><EFBFBD><03><02><00><00>j <1D>-
<1D>-
<1D>6a9<>Bb<10> 91<39><31>=<3D>=<3D>=<3D><><00><02><00>7<>/81V<31><02><00> <20> <20><00> <0C>b=<3D>=<3D>=<3D>=<3D><><00><02><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>6a"<11>"&XFB<00>҉1<16>ˡ<><00><00><1B><>=<3D>=<3D>=<3D><> <00><00>!<03><00>VZ #2b<1B><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> 2b<1B><00><00><00>1<EFBFBD> <0B>
<EFBFBD> <1A><00><1D> 2b<1D>6A<00><02>"<01><><04><02><><EFBFBD><EFBFBD><00><00><00><02> <0B><> <20><00><><01><00>!<1D><><EFBFBD><EFBFBD>(<28><>-<2D>(0<><30>.<2E><><08><><EFBFBD><EFBFBD>F<00><02><00><00><1B><> <18>" <1D><><02><00> <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>esp_http_client_set_url_set_config<00><00><00><00><00><00><00><00><00><00> <00><><EFBFBD><EFBFBD>| .    =   l V d  <00>0<00> H  <00>   > T > h 
 <00> <00> n @ r 4 <00> <00>` ! F <00>0( X0     
 , 0p <00> <00>3<01> <0C><00>0int<02>7B <07><06>r<03>>Z%<03>
7<05>
o<1E>{z<04><08><04><07><03>!Zy,e}-p$9<><03> <18>>7 2 <09> ^    [ "w=C
<<03>SY
<EFBFBD><03>io
<EFBFBD> 0<16> <0C><17> (<18> uri<19> <0C><1A> <0C><1B> qop<1C> ?<1D> t<1E> nc%(Z t<03> C<><0E> <09><><0F> <09>7 <09>7_ <09>7> <09>7<0F> <09>7^ <09>7 z <09><> <0C>
<09><> <09>> Z <09>><0F> <09>7<0F> <09>7<0F> <09>7<0F> <09>7 <0C> <09><><0E>( <09>j H <09><> p <09>j<10> j<10> j <10> j\ <01><10> j<10> <01><10> <01> <10>
<01>$# Yu{%<00><12><12>,<04><03> Z<><04>%<00><12>S7 <09><> <09> <09> D<14>7  <09>  K <09> <09> <09> <09> ! %Coff &<01>len '<01> !x "<01> #<01><10> (x<00><19>d
<1D><04><00>Z 4 [% <0C>\% ]% <0C>^<5E>
 _<>
 <0C>`H Wa^ <0C>b<>
 c<>
&d<>$ e<>
( <0C> f<>, <0C> g<>0 h<>4 <0C>i<>8 o j<>< <0C> k%@ <0C>l=
D Hm<>x _n<>
| <0C> o<><00> Z
p%<00> <0C>q%<00>  r<><00> <0C> s<><00> <0C>t%<00> <0C>u%<00> lv<><00> <0C>w%<00> <0C>x<><00><0E> 
0o 
1<EFBFBD> <0C>
2<EFBFBD> <0C>
2019-10-01 11:21:44 +03:00
3<EFBFBD> <0C>
4% &
5<EFBFBD> <0C>
6<EFBFBD> <0C>
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> <09> e i <09> <09> <09>
 @ s
+o<03>
87
><3E>
 <09>  H^
B<EFBFBD><03>
D<EFBFBD><04><11><04>7
I[  a T  q <09> ~  <09> <09>  <09>  ] <09>
<03>
U 7
Z<EFBFBD> <09> <09> >
2019-07-17 10:09:43 +03:00
^f P
c<EFBFBD> url
d<EFBFBD> <0C>
e<EFBFBD> 
2019-10-01 11:21:44 +03:00
f% k
g<EFBFBD> 
h<EFBFBD> <0C>
i<EFBFBD> <0C>
j<EFBFBD> 9
k<EFBFBD> <0C>
l<EFBFBD> <0C>
m<EFBFBD>$ <0C>
n<EFBFBD>( <0C>
o[, Z
p%0 
2019-07-17 10:09:43 +03:00
q<EFBFBD>4 <0C>
r%8 <0C>
s<EFBFBD>< E
t<EFBFBD>@ <0C>
u%D &
v<EFBFBD>H <0C>
w<EFBFBD>L 0
x<EFBFBD>M <0C>
y<EFBFBD>N<03>
z<EFBFBD>7
<EFBFBD><1A>-# .<1A><00> ' <0C>(<28> len)% <0C> *<2A> <0C>+% <0C>,<2C><03>-<2D> 2<> e32 }4<>  <0C>5% <0C>
6% 7% o 8% <0C>9% d :<3A> <03> ; 4==
url><3E> ?<3F> <0C>@<40> A% kB<> C<> <0C>D<> 9E<> <0C>F<> <0C>G[$ <0C> H<>( E I<>, h J%0VK<> 7M<>
<09> <09> <09> ;
 <09>
 <09> }  1 VH
<04><04><04> <04><03> {<7B>+<01><>.<01>! <1C><01>!  <01><>:<1D><01><>Tlen<01>%U<1F> <01>r &!Zr<><04>
.<01>%<01>] <1C><01><><00>"<22><01>! XG<01>%<01><> <1C><01><><00>at<01><>S1<01>,T<1B><01>%<01><> <1C><01><><00>at<01><>S1<01>,T<1B><01>%=<01> <1C><01><>"<22><01><>X#D%<01>P $<24><01>3%<25><01>X#)  %<01>{ $<24> <01>T#<01><01>l<01>. $<24><01><01>u& <00>1&<00>1&<00>1&'<00>1'4<00>1<00> !Zs'@<00>1<00> !Zs![0&I<00>1&R<00>1&[<00>1(h<00>1!Zr<>![0!\4#<23><01><01>V<01><> $<24><01><01><00>&<00>1&<00>1&$<00>1&.<00>1&8<00>1&B<00>1(N<00>1![0!\0M<01>%d<01>0<1C><01><><00>at<01><>S1<01>,T<1F><01>! <00>'&<00>1![s!\t(`<00>
!Zr![4!\s!]t<1B><01>%<01><><1C>”at¸S1<01>,T<1F><01>! %(<00>1![s!\t#<23>
Q<01><00><01>~$<24>Q<01>D$XQ~<00>)<29><00>&<26><00>1'<27><00>1!Z&<26><00>1'<27><00>1[!Z1![<03>!\<03>!^<03>!_!qr!q!q<03>& <00>1&<00>1'M<00>1<00>!Z1![<03>!\<03>!^<03>!_!qs!q!q<03>'U{ <00>!Zr&e<00>1&q<00>1'<27><00>17!Z1![<03>!\<03>!^<03>!_!qs!q!q<03>'<27>{ K!Zr&<26><00>1&<26><00>1'<27><00>1<00>!Z1![<03>!\<03>!^<03>!_!qs!q!q<03>'{ <00>!Zr&<00>1&!<00>1'U<00>1'!Z1![<03>!\<03>!^<03>!_!qs!q!q<03>']{ ;!Zr'x<00>1^!Zr<>![<03>!\0(<28><00>1!Zr<>![<03>!\0<04><07><18><00><19> <07>| <01>%<00><01><1C>ʔ<00>*atʸ<00>1<01>,T<1F>̈<00>'<00>1 !Zu![<03>'$<00>1-!Zr0![s!\t'5<00>1J!Zu![<03>'D<00>1m!Zs![<03>!\t'a<00>1<00>!Zu![<03>'p<00>1<00>!Zr4![s!\t'}<00>1<00>!Zr<![s!\t'<27><00>
<00>!Zr![3!\0!]0&<26><00>1&<26><00>1#<23>%H<01>d$<24><03><00>+<2B> <03> A+<2B>%_&$<00>1(8<00>1!]s,<2C><01><01><>$<24><01>}-key<01>S.<2E><01>T( 2![s!\t#S<01><01><00><01>p$<24><01><01><00>//<00>`+<2B><01><01><00>&>2&b!2&j!2&<26>,2'<27>dO!Zr![!\s(<28><00>1!Zs()72![1,C<01><01><>$<24><01> -key<01>S.<2E><01>T(C2![s!\t<04>,<2C><01><01>$<24><01>--key<01>S(N2![s,<2C><01>><01><>$<24><01>N.<2E><01>S&<00>1(0<00>1!Z1![<03>!\!^<03>," (<01>T<01>$<24>(<01><00>.k(<01>S& <00>1' <00>1<00>!Z1![<03>!\H!^<03>&4<00>1(H<00>1!Zs,07<01>><01>}$<24>7<01><00>.<2E>7<01>S&<00>1(0<00>1!Z1![<03>!\!^<03>,<2C> A<01>h<01>3$<24>A<01>..A<01>S& <00>1' <00>1<00>!Z1![<03>!\H!^<03>'4<00>1!Zt'@<00>1!Zt![0&I<00>1(\<00>1!Zs,d<01><02>
<01>l$<24><01><02><00>.<2E><01>[S#2<01>%<00><01>"$<24><01><03><00>$<24><01>%+<2B><01><03>/+<01>%C'Y2<00>![p!\l!]s'*d!Zr![<03>!\<03>'43+!Zr![1'Vd2I!\<03>!]s&d<00>1'v<00>1<00>!Z1![<03>!\<03>!^<03>'<27>d2<00>!\<03>&<26><00>1'<27><00>1<00>!Z1![<03>!\<03>!^<03>'<27>d2<00>!\<03>!]<03>&<26><00>1(<28><00>1!Z1![<03>!\<03>!^<03>,<2C>%<00><01>$<24><03>l.}<03>S0len%<00>%<25> <03> V+<2B>%<00>+<2B> %<00>%'(%T+<2B> )<03><00>/ &<00>+<2B>%-(<00>1!Zs!\w19d+<2B> 4%@&u<00>1&<26><00>1,<2C> <01>%n<01>d$<24><01><03>^+}<01><03> <00>&1<00>1&L<00>1,Fz%@<01><>$<24>z<04><00>.}z<04>S0lenz%; + <01>%Y +2<01>%w ( p2![su"!\t#Q<04>r<01>t$<24>Q<04><00> 2h`+<2B>[%
&<00>1'!<00>1c!Z1![<03>!\<03>!^<03>(@d!Zr,<01><04>4<01><>$<24><01><04>
'<00>
<00>!Zr![6!\0!]0&,{2,<2C>]<02><00><01><>$<24>]<02>Y
't !Zr&<00>2& <00>2&,<00>1&6<00>1&><00>1&H<00>2&T<00>1&^<00>1&f<00>1&n<00>1&v<00>1'~{ <00>!Zr'<27>. <00>!Zr&<26><00>1&<26><00>1&<26><00>1&<26><00>1(<28><00>1!Zr,<2C><01><02><00><01>O"$<24><01><02><00>
0url<01><02><00> +N<01><02><00> %Q<01>C<02>@%<25><01>%V+ <01>%) )<29>_"/<2F><00><00>%<01><02><03><>/<00><00>+k<01><02>G +<01><02>Z '<00>2<00>!Zt![:'1<00>1<00>!Zr<>!\0&<<00>1'p<00>1(!Z1![<03>!\<03>!^<03>!_!qr!q!q<03>'<27><00>1H!Zr<>![t!\0&<26><00>1'<27><00>1<00>!Z1![<03>!\<03>!^<03>!_!qr!q!q<03>&<26><00>1(
<00>1!Z<03><>&<00>1'0<00>1<00>!Z1![<03>!\<03>!^<03>'><00>2
!Z<02>@'F<00>1!Zs'U<00>2=!Zs!\0!]<02>@&]<00>1'q<00>1z!Z1![<03>!\!^<03>!_s&<26><00>1'<27><00>1<00>!Zr<>&<26><00>1'<27><00>1<00>!Z1![<03>!\<03>!^<03>!_!qr!q!q<03>'<27><00>1 !Zt![u'
d0 !Zr![ !\u'<00>1D !Zt'"tX !Zr'-<00>1l !Zt'A<00>1<00> !Zr<>&L<00>1'<27><00>1<00> !Z1![<03>!\<03>!^<03>!_!qr!q!q<03>'<27><00>1<00> !Zt![<03>'<27><00>1!!Zt![<03>'<27><00>2.!![0!\:'<27>tB!!Zr'<27><00>1W!!Zr<>'<27><00>1z!!Zr<>![!\0&<00>1'<<00>1<00>!!Z1![<03>!\<03>!^<03>!_!qr!q!q<03>'U<00>1<00>!!Zr<>&a<00>1'<27><00>1E"!Z1![<03>!\<03>!^<03>!_!qr!q!q<03>&<26><00>1<18>_"<19>O",<01><01><01>{'$X<01>~<00> %<25><01><01>S3tcp<01>^<00> +<2B> <01><01><00> 28X 3ssl^j '<00>2<00>"!Z1![<08>'<00>2
#!Z1![ '.<00>2##!Z1![('=<00>2<#!Z1![0'L<00>2U#!Z1![ &Y<00>2'r<00>2v#!Z1![D'<27><00>2<00>#!Z1![ &<26><00>2'<27><00>2<00>#!Z1![D&<26><00>1'<00>1<00>#!Z1![<03>!\(!^<03>&
<00>2&<00>2' <00>2$!Zu![P'130$![u!\<03>&M<00>1'`<00>1g$!Z1![<03>!\L!^<03>&k 3'x<00>2<00>$!Zt![
<EFBFBD>'<27>3<00>$![t!\<03>&<26><00>1'<27><00>1<00>$!Z1![<03>!\t!^<03>'<27>3<00>$!Zt'<27><00>1%!Zu'<27>"3!%!Zt![u'<27><00>15%!Zu'<27>-3O%!Zt![u'<00>1c%!Zu'83}%!Zt![u'C3<00>%!Zt'(<00><00>%!Zs![r&4<00>1'H<00>1<00>%!Z1![<03>!\<03>!^<03>&YN3&rN3&<26><00>1'<27><00>1+&!Z1![<03>!\<03>!^<03>'<27>dQ&!Zs![!\<03>'<27>dn&!Zs![ &<26><00>1'<27><00>1<00>&!Z1![<03>!\ !^<03>'
<00><00>&!Zs'd<00>&!Zs![!\<03>'.d<00>&!Zs![ &A<00>1'T<00>13'!Z1![<03>!\ !^<03>&^<00>1'p<00>1j'!Z1![<03>!\D!^<03>(<00>!Zs,
y<02>!<01><>'$<24>y<02>} (<00>!Zr#<23><01><03>F<01><>)$<24><01><03><00> 3err<01><03><00>4<00>(3ret<01>%<00>&<26>Y3&<26><00>1'<27><00>1I(!Z1![<03>!\$!^<03>'<27><00>1`(![<03>&<00>1(<00>1!Z1![<03>!\D!^<03>&<00>1' <00>1<00>(!Z1![<03>!\<03>!^<03>'.<00><00>(!Zr&8<00>1'J<00>1)!Z1![<03>!\<03>!^<03>'Rt*)!Zr&ld3&x<00>1'<27><00>1j)!Z1![<03>!\<03>!^<03>&<26>o3&<26><00>1'<27><00>1<00>)!Z1![<03>!\<03>!^<03>(4<00>
!Zr![1!\0!]0#`<04><00><01>B+$<24><04> $<24>%<00>+%<00>% /%<02>\4<00>*+<2B>"%"'EdP*!Zr&N<00>1(`<00>1!Z1![<03>!\<03>!^<03>/<2F>X<00>*+<2B>>%L&<26>p2&<26><00>1' <00>1<00>*!Z1![<03>!\<03>!^<03>(t!Zr'l +!Zr![s'dz3 +!]<02>\(<28><00>
!Zr![2!\s!]s,X m<04>(<01><>+$<24>m<04>j.<2E>m%S3errp<04><00>'<00>'<00>+!Zr(<00>)!Zr![s,<01><04>X<01><>,$<24><01><04><00>$<24><01><04><00>-len<01>%T3err<01><04>B/
2o,%<25><01><04><02>\'!pL,!Zr![<03>!\<02>\(8d!Zr![<03>!\<03>(Td!Zr![<03>!\0,m<01>%<01><>,$<24><01><04><00>.<2E><01><04>S,<2C> <01>% <01><>,$<24><01><04><00>,;<01>% <01>-$<24><01><04><00>,<01><04>
<01>H-$<24><01><04><00>,<2C> <01><04>,<01><>-$<24><01><04> '<00>1<00>-!Zr![<03>(<00>1!Zr![<03>5O <01><01><>..<2E><01><04>R%<01><04><02>\'<00>3<00>-!Z<02>\'9<00>3.![<03>'I. .!Zr'\<00>10.!Zs'<27><00>3M.![<03>!\s'<27><00>3m.![<03>!\<03>'<27><00>3<00>.![!\s'<27><00>3<00>.![ !\s'<27><00>3<00>.![!\s&<26><00>1(<00>1!Z1![<03>!\ !^<03>#? <01><02>p<01>~/$<24><01><02>A&<00>1',<00>1Y/!Z1![<03>!\\!^<03>'R{'m/!Zr(h<00>-!Zr,W J<03><00><01><>0$<24>J<03><00>3errL<03>K'<00><00>/!Zr',<00>'<00>/!Zr'P<00>)<00>/!Zr&`<00>3'x<00>0!Zr&<26><00>3'<27>.0!Zr&<26><00>3'<27><00>.K0!Zr&<26><00>1'<27><00>1<00>0!Z1![<03>!\<03>!^<03>'<27><00>0!Zr&<00>3'$<00>0!Zr&2<00>3'V<00>
<00>0!Zr![5!\0!]0&^<00>3(ht!Zr6TAG" 1<03><00><07>"<22><01> 1<03><00>"<01> 1<03><00>"5<01> 1<00>7<EFBFBD><01>R1
%8<01>R1<00><18>t1<19> "<22><01><>1d19<><00> Z9<5A><00> !::<3A><00>9<> <00> 9<><00> P9<50><00> W9vv k9** I9<49><00> 9DD<07>;<3B> <00> B9<> <00> G9<47><00>;9<><00><0F>9v
v
.;e
e
89<><00>a9uuz9--S;<3B> <00>  9aa<07>9DD<07>9<EFBFBD><00>59<35><00>99<39><00> ;<3B><00> Z;(( ]9

 <0C>922 W9hh#9<><00>)9%%9<><00>~9<><00>A9m m 9<><00>09<30>
<00>
)9<><00>;9<><00>F9<46><00>O9WW e9??<07>9<EFBFBD><00>W922<07>9''n9--(9<><00>P9<50><00>49YY; N% 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&<26><>1'<27><>1(<28><>1)4I4*: ; I+4: ;I,.?: ;'I@<18>B-: ;I.: ;I/ 0: ;I1 2
: ;34: ;I4 U5.?: ;'@<18>B64: ; I74: ; I 84: ; I9.?<n: ; :.?<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<>jRjl<00>R<>PRPR<00>R<>RTRTV<00>R<>Rd<00>R<>bRR<00>R<> Z r<00>R<><00>R<>XRXZ<00>R<>Z<00>R<><00><00>R<><52>R
<00>R<>
2019-07-17 10:09:43 +03:00
`R`d<00>R<>d<00>R<><00><00>R<><52><00>R<><00><00>R<>SZ<00>S<>ZwSw<00><00>S<><53><00>S<>
<00>S<>
'S'd<00>S<>d<00>S<><00><00>S<>R<00><00>R<>S<00><00>S<><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<>3R35<00>R<>58R8><00>R<>#R#%<00>R<>%9R9><00>R<>>MRMP<00>R<>PRRRT<00>R<>3R35<00>R<>58R8><00>R<>#R#%<00>R<>%NRNR<00>R<>RaRad<00>R<>dfRfh<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<>5tRty<00>R<>y<00>R<><00><00>R<><52>R<00>R<>RRR<00><00>R<><52>BRBt<00>R<>t<00>R<><00><00>R<><52><00>R<><00><00>R<><52> R A<00>R<>AXRX<00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><00>S<><00><00>S<><53><00>S<00>0<><30><00>T<><00>0<><30>-TU\Zy|Z<00>T$Z$(z<01>(0[<00>R<><00><00>R<><52> R X<00>R<>XtRt<00>R<>8U=DU<00>"T8:T=?TDmt1<1A><><00>u1<1A><><00>u1<1A><><00>t1<1A>8Xt1<1A>m+TR<00>R<>R<00>R<>R!<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(ZVRVX<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<>/R/1<00>R<>1^R^`<00>R<>`jRjl<00>R<>lnRnp<00>R<>1R1E<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>S|.=lVd<00><00>H<00>>T>h
<00><00>n@r4<00><00>!F<00>(X
,p<00><00> <D2<00><00><00>.=lVd<00><00>H<00>>T>h
<00><00>n@r4<00><00>!F<00>(X
,p<00><00><00><01> /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_http_client/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/5.2.0/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/include/machine/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_http_client/lib/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/tcp_transport/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nghttp/port/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_http_client/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/log/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/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
stdlib.hstring.hhttp_utils.hesp_system.hstdio.hesp_transport_tcp.hesp_transport_ssl.herrno.h <03>          <03>     <03>  <03>  <03>        <03>    <03>  <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




 v   <03>     
    <03>    <03>                   @    G    G    G    I             <03>                   <03>       q     <03>   <03>             x      <03>   <03>   <03>       <03>        |      <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>          n       ?             ?            
     >   >|       @    ?   
 <03> y                    8    ~ 
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>   z    <03>                          w    <03>      x                          x 
i  %    J  %  <03>  
 {    <03>            <03>       <03>    <03>    <03>    <03>    ~    <03>                  q    <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_FRAGMENT/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/build/esp_http_clientdata_lenHTTP_METHOD_GETDEFAULT_TIMEOUT_MSstrcasecmpDEFAULT_HTTP_PATHhttp_on_urlesp_http_client_prepareusernamecnoncelong intHTTP_EVENT_ERRORraw_lenon_chunk_headerstrchrcurrent_header_keyHTTP_REQUESTesp_transport_ssl_skip_common_name_checkesp_http_buffer_thttp_parser_urlUF_HOSTneed_readlengtherrorheader_stateUF_PORThttp_parser_typeesp_http_client_handle_tHTTP_STATE_RES_COMPLETE_DATAHTTP_METHOD_MAXsigned charhttp_parser_settingshttp_utils_str_starts_withesp_transport_ssl_enable_global_ca_storeprocess_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_PATCHvaluecharis_asyncHTTP_METHOD_DELETEdata_write_leftold_portesp_http_client_config_t__uint16_tesp_http_client_cleanuptransport_listschemeflagsauth_headerhttp_header_generate_stringesp_http_client_get_headerESP_LOG_ERRORfirst_line_preparedhttp_on_headers_completehttp_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_BASICesp_http_client_get_usernamemethodbuffer_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_urlclient_key_pemHttpStatus_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_tridxlocationsnprintfesp_http_client_set_passwordesp_http_client_set_redirectionHTTP_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_lenclient_cert_pempost_dataeventesp_http_client_fetch_headersdisable_auto_redirectesp_http_state_tunsigned intesp_http_client_add_authmax_store_header_sizeHTTP_METHOD_HEADesp_http_client_event_tres_bufferHTTP_TRANSPORT_OVER_TCPHTTP_METHOD_UNSUBSCRIBEHTTP_AUTH_TYPE_NONEis_data_remainparser_settingsESP_LOG_WARNesp_http_client_set_usernameesp_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_timestampesp_transport_ssl_set_client_cert_datahttp_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_dataon_chunk_completeHTTP_STATE_CONNECTEDHTTP_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
ABI=0
(|8  \ L<00> x4X`(|8  \ L<00> x4X`(***".((((==(((II#"l(RRR"V(004"d((<00><00>"<00>"<00><00>Y"X"ZZX"<00><00>X"

X"bd""<00><00>"<00>"<00>"<00><00>"<00>('')*"SU"pD"<00>"<00>(<<<"@@"DD"H((CCEL"<00><00>"<00><00>"<00>(((555 ">(%%%";>"OP"T(555 ">(%%%+"PR"cd"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

(^"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"vy"<00><00>]"<00><00>3""" "-X"<00><00>"<00><00>"<00> "<00>"<00><00>"stO"<00><00> "<00><00>"<00><00><00><00>S"AAY"<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"88"=="BB"D"ce+"<00><00>"<00><00>!"<00><00>"<00><00>"<00>"<00>" "-"KL/"{|"<00><00>""<00><00>1"<00><00>%"<00><00>8"56!"WX"st<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>(   "$$"((;;<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

($$$"((",(<00><00><00>!"""(!"11"JJ"`` "ll"p( ""$$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>((((.symtab.strtab.shstrtab.rela.literal._clear_connection_info.rela.literal._clear_auth_data.rela.literal.http_on_body.rela.literal.http_on_header_field.rela.literal._set_config.rela.literal.http_on_header_value.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.esp_http_client_get_username.rela.literal.esp_http_client_set_username.rela.literal.esp_http_client_get_password.rela.literal.esp_http_client_set_password.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_client_set_redirection.rela.literal.esp_http_client_connect.rela.literal.esp_http_client_request_send.rela.literal.esp_http_client_open.rela.literal.esp_http_client_set_post_field.rela.literal.esp_http_client_get_transport_type.rela.literal.esp_http_client_add_auth.rela.literal.esp_http_check_response.rela.literal.esp_http_client_perform.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._clear_connection_info.rela.text._clear_auth_data.rela.text.http_on_body.rela.text.http_on_header_field.rodata.str1.4.rela.text._set_config.rela.text.http_on_header_value.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.rela.text.esp_http_client_get_username.rela.text.esp_http_client_set_username.rela.text.esp_http_client_get_password.rela.text.esp_http_client_set_password.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_client_set_redirection.rela.text.esp_http_client_connect.rela.text.esp_http_client_request_send.rela.text.esp_http_client_open.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.rela.text.esp_http_client_add_auth.rela.text.esp_http_check_response.rela.text.esp_http_client_perform.rela.rodata.esp_http_client_perform.rodata.__FUNCTION__$5787.rodata.__FUNCTION__$5747.rela.rodata.HTTP_METHOD_MAPPING.rela.debug_frame.rela.debug_info.debug_abbrev.rela.debug_loc.rela.debug_aranges.rela.debug_ranges
m<00><00><00>pnr9@tOc4xy<00><00>z<00><00><00><00>|<00>%~:ARj<00><00><00><00><00>>d<00><00>!<00><00><00><00>#(<00>8X<00>W<00>v <00><00> <00><00>
<00><00>,<00><00>4Om<00><00><00><00>esp_http_client.chttp_dispatch_eventhttp_on_message_beginhttp_on_urlhttp_on_statushttp_on_headers_completehttp_on_message_completehttp_on_chunk_complete_clear_connection_info_clear_auth_datahttp_on_bodyhttp_on_header_field__FUNCTION__$5747_set_confighttp_on_header_valueesp_http_client_get_dataesp_http_client_prepareHTTP_METHOD_MAPPINGhttp_client_prepare_first_lineesp_http_client_send_post_data__FUNCTION__$5787esp_http_client_connectesp_http_client_request_sendesp_http_check_responsefreestrlenmemsetmemcpyhttp_utils_assign_stringstrdupesp_log_timestampesp_log_writestrcasecmpmemcmpesp_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_get_usernameesp_http_client_set_usernameesp_http_client_get_passwordesp_http_client_set_passwordesp_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_enable_global_ca_storeesp_transport_ssl_set_cert_dataesp_transport_ssl_set_client_cert_dataesp_transport_ssl_set_client_key_dataesp_transport_ssl_skip_common_name_checkmallocesp_http_client_set_redirectionesp_transport_list_get_transportesp_transport_connectesp_transport_connect_asynchttp_header_generate_stringesp_http_client_openesp_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_typeesp_http_client_add_authhttp_utils_trim_whitespacehttp_utils_str_starts_withhttp_utils_get_string_betweenesp_http_client_perform__errnohttp_should_keep_alive{{{ {|}{{ {$}{{{ {{{}~ L$<01>(<01>,<01>0<01>4<01>8<01><<01>@D<01>H<01>L<01>PT<01>X<01>\<01>`d<01>h<01>l<01>ptx <01><01><01> <01>$(,0{4{<01><01><01><01><01> <01><01><01><01>{<01><01><01> <01><01> <01>{<01><01> <01><01> <01>|}{<01> M $(,<01>0<01>4<01>8<01><<01>@<01>D<01>H<01>L<01>P<01>T<01>X<01>~<01><01><01><01><01> <01><01><01><01><01><01><01> {{{<01>{ {${({
W
{W {W {(W ( {2W2 {<W< {HWH }0 X ~ZXZ  Y <00><00><00>Z<00>Z<00>Z<00>Z<00>Z<00>Z ZZ)Z;ZBZ qZtZ<00>Z<00>Z<00>Z <00>Z<00>Z<00>Z<00>Z<00>Z !Z$Z1ZCZJZ lZ<00><00><00>Z<00>Z <00><00><00><00><00><00><00>Z$<00> <0B><00>Z(<00> <0B><00><00>Z,<00> <0B><00>Z0<00> <0B>ZZ4 <0B>ZZ8 <0B>GZ<G <0B>OZ@O \<00>_ZD_ <0B>h<00>kZHk <0B><00>ZL<00> <0B><00>ZP<00> <00>
<00>ZT<00> <0B><00>
<00>ZX<00> <0B><00>Z\<00> <0B><00>Z`<00>  dZd <0B>dZh <0B>OZlO <0B>WZpW g<00>rZtr {<00><00>Zx<00> <00><00><00><00><00><00>
[$p)[9[PpU[ <00>[ <0B>)[ /[/ <0B>5U>[> <0B>DU[[ [ <0B>apj[$j w[(w <00>[,<00> <00>[0<00> {<00>[4<00> {!< !@\ <0B>&!D2\2 <0B> ] <0B>@$<00><00>$<00><00>$<00><00>^#^# <0B>,$<00>2$E8^8 <0B>E$<00>J$<00>\^ \ <0B>d^d <0B>~^~ <0B><00>$<00><00>^<00> <0B><00>^<00> { _ <0B>
`
<0B>a$a(5a <0B>*a * <0B> bb)%b <0B>b  <0B>%)>+)>.b. {>)PBbB <0B>c$c*5c <0B>*c * <0B> dd+%d <0B>d  <0B>%+R*+R.d. |:d: }CdC {R+dVdV <0B>
e e-4ee 7eGedeke<00>e <00>e<00>e<00>e$<00>e(<00>e<00>e-e, <0B>$e0$ <0B>.e4. <0B>Pe8P <0B>[-|^e<^ <0B>pe@p <0B>-<00><00>eD<00> <0B><00>-<00><00>eH<00> <0B><00>eL<00> <0B><00>eP<00> <0B><00>-<00><00>eT<00> <0B><00>eX<00> <0B>60<00>K0\ 01 0f ~>0NT0Y\0<00>b0hofo <0B>u0<00><00>f<00> <0B><00>091L1e+g+ <0B>31jFgF <0B>O1!V1l 2-24h <0B>#28%2<-2iimi3& i <0B>i <0B>(3`-3`:i: <0B>@3i]3m50j &j& <0B>6<00>k <0B>k <0B>k <0B>&k & {0k0 {8k8 {BkB <0B>NkN {Xk X {`k$` {hk(h {pk,p {xk0x <00>k4<00> <00>k8<00> {<00>k<<00> {<00>k@<00> {<00>kD<00> {<00>kH<00> {l$l]lfl<00>7<00><00>l<00>l<00>l<00>l <00>l<00>lLlOl\lnl ul<00>l <00>7<00><00>l$<l?lLl^l elp7<00><00>l<00>l<00>l<00>l <00>l<00>7<00><00>7<00><00>7<00><00>l(l
ll)l 0laldlql<00>l <00>l75l, <0B>*l0* <0B>8l48 <0B>@l8@ |Ol<O <0B>U7yWl@W <0B>klDk <0B>|7<00>~lH~ <0B><00>7<00><00>lL<00> <00>7<00><00>lP<00> <0B><00>lT<00> <0B><00>7"<00>7"<00>lX<00> <0B><00>7"l\ <0B>
7l` {ld <0B>"7-'lh' {07<00>;ll; D7<00>FlpF <0B>zltz <0B><00>lx<00> <0B><00>7<00><00>l|<00> <0B><00>7<00><00>7<00><00>l<00><00> <0B><00>7<00><00>l<00><00> <0B><00>7<00>l<00>  7<00>l<00> <0B>7t+l<00>+ 47t6l<00>6 <0B>jl<00>j <0B>{l<00>{ <00>7<00><00>l<00><00> <0B><00>l<00><00> <0B><00>l<00><00> {<00>7<00><00>l<00><00> <00>l<00><00> <00>7Al<00> <0B>6l<00>6 <0B>D7<00>Ol<00>O X7<00>[l<00>[ <0B><00>l<00><00> <0B><00>7<00><00>l<00><00> {<00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>m<00>m9 $m59D:9D?9DMmTm `9 |m<00>9<00><00>9<00><00>m<00>m<00>9 <00>9<00>4m<mH9 x9<00>~9<00><00>m<00>m<00>9 <00>m <00>m$<00>m(<00>9<00><00>m<00>m,<00>9 m m$#m(298AmHm,T9 ^mem0p9 vm4<00>m8<00>m<<00>m@<00>mD<00>mH<00>mL<00>mP<00>mTmX <0B>9<00>m\ <0B> 9<00>(m`( <0B>09<00>7md7 <0B>?9<00>FmhF <0B>P9<00>SmlS <0B>[9<00>lmpl <0B>t9<00>{mt{ <0B><00>9<00><00>mx<00> <0B><00>9<00><00>m|<00> <0B><00>9<00><00>9<00>m<00><00> <0B><00>m<00><00> <0B>m<00> <0B> 98m<00> <0B>9=m<00> <0B>"9B+m<00>+ <0B>19DD9eGm<00>G <0B>Zm<00>Z <0B>em<00>e <0B>m9<00>rm<00>r <0B>z9<00><00>m<00><00> <0B><00>9<00><00>9<00><00>m<00><00> <0B><00>m<00><00> <0B><00>9<00><00>m<00><00> <0B><00>9<00><00>m<00><00> |<00>m<00><00> <0B><00>9<00><00>m<00><00> |<00>m<00><00> <0B><00>9<00>m<00><00> | m<00>  <0B>9m<00> <0B>"m<00>" +9L.m<00>. <0B>Bm<00>B <0B>Sm<00>S <0B>[9|lm<00>l <0B>t9<00><00>9<00><00>m<00><00> <0B><00>m<00><00> <0B><00>9<00><00>9<00><00>m<00><00> <0B><00>9<00><00>m<00><00> <0B><00>9<00><00>9<00><00>9t<00>m<00><00> <0B><00>m<00><00> <0B><00>9Xm <0B> 98m <0B>96(m( <0B>.9889t;m ; <0B>NmN <0B>XmX <0B>jmj <0B>m <0B>:: n <0B>o o8o ?oxo <00>o<00>o<00>o <00>o<00>o<00>o <00>o <00>o$o o(<oAo;&o, <0B>o0 <0B>(o4( $0;X2o82 <0B>Do<D <0B>Lo@L <0B>[;a^;8foDf <0B>o;<00>roHr <0B><00>oL<00> <0B><00>;<00><00>oP<00> <0B><00>; <00>oT<00> <0B><00>oX<00> <0B><00>o\<00> <0B><00>;<00>o`<00> <0B><00>od<00> <0B><00>oh<00> <0B><00>;<<00>ol<00> <0B>op <0B>;A.ot.
v
$II<00>&v& ;,IE1I<00>7I=:I<00>Jv J =RIpWI<00>Zv$Z <0B>dIjgI<00>rv(r 3zI<00>I<00><00>v,<00> <0B><00>I<00><00>I<00><00>v0<00> <0B><00>I<00><00>I<00><00>v4<00> <0B><00>I<00><00>I<00><00>v8<00> G<00>I <00>v<<00> <0B><00>v@<00> <0B><00>vD<00> !<00>I <00>I=<00>vH<00> <0B>I=I=I<00>vL !$I=*IF,vP, <0B>6IFCIPvTP XvXX <0B>^Imbv\b <0B>pI<00><00>IIII III  $NNN!(N,,N049@NDDNH L Q XN\\N` d i pNttNx | <00> <00>N<00><00>N<00><00><00><00>N<00><00>N<00><00><00><00>N<00><00>N<00><00><00><00>N<00><00>N<00><00><00><00>N<00><00>N<00><00><00>NN NN $)0N44N8<AHNLLNP!T!Y!`NddNh#l#q#xN||N<00>$<00>$<00>$<00>N<00><00>N<00>&<00>&<00>&<00>N<00><00>N<00>'<00>'<00>'<00>N<00><00>N<00>(<00>(<00>(<00>N<00><00>N<00>)<00>)<00>)<00>N<00><00>N<00>*<00>**N  N+++ N$$N(,,,1,8N<<N@-D-I-PNTTNX0\0a0hNllNp1t1y1<00>N<00><00>N<00>2<00>2<00>2<00>N<00><00>N<00>3<00>3<00>3<00>N<00><00>N<00>5<00>5<00>5<00>N<00><00>N<00>6<00>6<00>6<00>N<00><00>N<00>7<00>7<00>7<00>N<00><00>N99 9NN::!:(N,,N0;4;9;@NDDNH=L=Q=XN\\N`?d?i?pNttNx@|@<00>@<00>N<00><00>N<00>A<00>A<00>A<00>N<00><00>N<00>B<00>B<00>B<00>N<00><00>N<00>C<00>C<00>C<00>N<00><00>N<00>D<00>D<00>D<00>N<00><00>N<00>E<00>E<00>ENNF FFNN G$G)G0N44N8I<IAIP UUUS!T-U:UAUHUOUVU[UfUqU~U<00>U<00>U<00>U<00>U<00>U<00>U<00>U<00>U<00>U<00>U<00>U<00>UUUU U&U,
U
U
U%
U1
U>
UU
U[
Ua
Ug
Um
Us
Uy
U
U<00>
U<00>
U<00>
U<00>
<00>
<00>
U<00>
Q<00>
U<00>
Q<00>
U U Q ( U2 6 A UK QP U^ Uh  l  w U<00> Q<00> U<00> U<00>  <00>  <00> U<00> Q<00> U<00> U<00>  <00>  <00> U Q
U U# ' 2 U= QB UQ U\ ` k Uv Q| U<00> <00> <00> U<00> Q<00> <00> <00> <00> <00> <00> <00>    / U: > I UT QY b k t } <00> <00> <00> U<00> <00> <00> U<00> Q<00> U<00> U<00> Q<00> 1U;?JUTQeUrU|Q<00><00>U<00><00><00>U<00>Q<00>U<00>Q<00>U<00>L<00><00><00>
 )2;LLV\en<00><00><00><00><00>L<00><00><00><00><00><00>(L28LU^t}<00><00><00>L<00><00><00><00><00><00><00><00>L"(<T_s<00>U<00><00><00>U<00>Q<00>Q<00>U<00>U<00>Q<00>.EKbn<00><00><00><00><00><00>U !!U&Q+U6Q;UFQK!T!eUp#t#U<00>Q<00>U<00>#<00>U<00>$<00>$<00>U<00>Q<00>$<00>$/<00>UQ $$$$$-$DP$a$qU|&<00>&<00>U<00>Q<00>U<00>&<00>U<00>'<00>'<00>U<00>Q 'U((,(7UBQGUU(^(py<00><00>U<00>)<00>)<00>U<00>Q<00>U<00>)<00>)<00><00><00><00>))U*!*,U7Q<UJ*S*enw~U<00>+<00>+<00>U<00>Q<00>U<00>+<00>+<00><00><00><00>+++#+4U?,C,NUYQ^UmUx-|-<00>U<00>Q<00>U<00>Q<00>U<00>Q<00>U<00>Q<00>-<00><00><00>- -,-=J-S-ir{<00>-<00><00>-<00>-<00><00><00><00>-<00><00><00>-<00>-
#U.020=UHQMUfQkUyU<00>Q<00>U<00>Q<00>U<00>U<00>Q<00>0<00>0 <00>U<00>Q<00>0<00>0<00>09<00>U<00>Q0 0U#1'12U=QBUMQR1[1eUp2t2U<00>Q<00>U<00>Q<00>U<00>Q<00>U<00>Q<00>2<00>U<00>3<00>3U QU3U(Q-363LU^d3uU<00>5<00>5<00>U<00>Q<00>5<00>5<00>U<00>6<00>6<00>U<00>Q<00>6
666%6.676@6I6R6[6d6m6<00>6<00>6<00>6<00>6<00>6<00>6<00>U<00>7<00>7<00>U<00>Q<00>QUQU#U1U<QAUKKP7T7<00>]Um7q7zU<00>Q<00>U<00>Q<00>7<00>7<00>7<00>7<00><00><00>K#)7I7R7hqz<00><00>K<00><00>7<00>7<00>7<00>7<00><00><00><00>7 77>7G7]fo{7<00>7<00>7<00>7<00><00><00><00><00>K<00><00>7 7% 1 7E 7Y 7m 7<00> 7<00> 7<00> <00> <00> <00> <00> K<00> <00> 7<00> <00> 7!!7/!7C!7X!7p!{!7<00>!7<00>!<00>!<00>!<00>!<00>!K<00>!<00>!7<00>!7<00>!7
"""%"6"K@"F"7e"Up"9t"9"U<00>"Q<00>"U<00>"Q<00>"U<00>"Q<00>"U<00>"9<00>"Q<00>"9<00>"9 #9$#9=#9V#9_#9w#9<00>#9<00>#9<00>#9<00>#9<00>#<00>#<00>#<00>#9<00>#9<00>#9$9+$1$9:$9P$Y$b$h$9q$9<00>$9<00>$<00>$9<00>$9<00>$<00>$<00>$<00>$9<00>$9%9"%96%9P%9d%9~%9<00>%9<00>%9<00>%9<00>%<00>%<00>%<00>%9<00>%9<00>%9<00>%9&&&&,&9C&L&R&9i&o&9x&9<00>&<00>&<00>&<00>&9<00>&9<00>&<00>&<00>&9<00>&<00>&9'9'%'.'4'9='9S'\'e'k'9|'U<00>':<00>':<00>'U<00>'Q<00>':<00>'U<00>';<00>';<00>'U<00>'Q<00>'Q<00>'S(Q
(;(;(;2(;(D(J(;[(a(;j(;|(<00>(<00>(<00>(;<00>(;<00>(<00>(<00>(<00>(;<00>(;<00>(;<00>()));+);4);=);S)\)e)k);t);});<00>)<00>)<00>)<00>);<00>)U<00>)=<00>)=<00>)U<00>)Q<00>)U*Q*U*Q*U$*S-*U8*Q=*=Q*=Z*=l*u*~*<00>*=<00>*=<00><00>*U<00>*Q<00>*=<00>*=<00>*=<00>*<00>*<00>*<00>*=<00>*= +=!+=C+UN+?R+?]+Uh+Qm+U<00>+Q<00>+?<00>+?<00>+U<00>+@<00>+@<00>+U<00>+Q<00>+U<00>+Q ,Q,@,@
,U*,@A,M,@`,i,p,@<00>,<00>,U<00>,A<00>,A<00>,U<00>,Q<00>,U<00>,U<00>,B<00>,B<00>,U<00>,Q<00>,U<00>,C-C -U-Q-U)-D--D8-UC-QI-UT-EX-Ec-Un-Qs-E<00>-<00>-E<00>-<00>-U<00>-F<00>-F<00>-U<00>-U<00>-F<00>-F..F.F1.FB.N.F_.h.n.F.<00>.F<00>.<00>.F<00>.<00>.F<00>.F<00>.<00>.<00>.<00>.U/G/G/U/Q#/G,/GB/K/T/Z/Gn/G/U<00>/I<00>/I<00>/U<00>/Q<00>/Q<00>/I<00>/I<00>/I<00>/I<00>/I0I0I/0I80IL0IU0Ik0t0}0<00>0I<00>0I<00>0I<00>0I<00>0I<00>0I<00>0I11U1#1U/151UA1G1UX1Uu1U<00>1M<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U<00>1U2U2U 2U2U2U2U"2U&2U-2U12U82U<2UD2UH2UO2US2UZ2U^2Ue2Ui2Uq2Uu2U|2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U<00>2U3U3U 3U3U3U3U#3U'3U.3U23U93U=3UD3UH3UO3US3UZ3U^3Ue3Ui3Up3Ut3U{3U3U<00>3U<00>3U<00>3U<00>3U<00>3U<00>3U<00>3U<00>3U<00>3U<00>3U $(:>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>%)04DHOS]ahlvz<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>
#-18<FJQU_cjn<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(](g(k(r(v(<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>)<00>*<00>*<00>** ****.+2+9+=+G+K+R+V+`+d+k+o+y+}+<00>+<00>+<00>,<00>,<00>,<00>,<00>-<00>-<00>-<00>-<00>-<00>-<00>-<00>-<00>-<00>-<00>-<00>-----/-3-C-G-N-R-Y-]-l0p0w0{0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0000000-010@0D0K0O0^1b1i1m1w1{1<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>2 2 2 2 2 2 2% 2) 2; 2? 2F 2J 2Y 2] 2d 2h 2w 2{ 2<00> 2<00> 2<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
5#
5*
5.
58
5<
5C
5G
5Y
6]
6d
6h
6r
6v
6}
6<00>
6<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7 7 7 7 7 7 7) 7- 74 78 7B 7F 7M 7Q 7[ 7_ 7f 7j 7t 7x 7 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7 7
7 7 7 7) 7- 74 78 7G 7K 7Z 7^ 7e 7i 7r 7v 7<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9 9 9 9 9 9 9& 9* 95 99 9D 9H 9S 9W 9j 9n 9} :<00> :<00> :<00> :<00> :<00> :<00> :<00> :<00> :<00> :<00> :<00> :<00> ;<00> ;<00> ;<00> ;<00> ;<00> ;<00> ;<00> ;;; ;;;;&;*;4;8;?;C;M;Q;X;\;f;j;q;u;;<00>;<00>;<00>;<00>;<00>;<00>;<00>;<00>;<00>;<00>;<00>;<00>;<00>;<00>;<00>;<00>;<00>;<00>;<00>; ====$=(=/=3===A=H=L=V=Z=a=e=o=s=z=~=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>=<00>====="=&=.=2=9===L=P=W=[=j?n?u?y?<00>?<00>?<00>?<00>?<00>?<00>?<00>?<00>?<00>?<00>?<00>?<00>?<00>@<00>@<00>@<00>@<00>@@@ @@@!@%@,@0@B@F@N@R@Y@]@d@h@p@t@<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>B<00>B<00>B<00>B<00>C<00>C<00>C<00>C<00>DD
DD E$E+E/EAGEGLGPGZG^GeGiGsGwG~G<00>G<00>G<00>G<00>G<00>G<00>I<00>I<00>I<00>I<00>I<00>I<00>I<00>I<00>I<00>I<00>I<00>I<00>I<00>IIIIII I*I.I5I9IKIOIVIZIaIeIlIpIwI{I<00>I<00>I<00>I<00>IO  $ ( , 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>0<00>0<00>1<00>1<00>2<00>2<00>3<00>3<00>5<00>5<00>6<00>6779 9::;; =$=(?,?0@4@8A<A@BDBHCLCPDTDXE\E`FdFhGlGpItI;;; ;== =$=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>0<00>0<00>1<00>1223 35566 7$7(9,90:4:8;<;@=D=H?L?P@T@XA\A`BdBhClCpDtDxE|E<00>F<00>F<00>G<00>G<00>I<00>I Py <00> <00> <00>o<00> ,u <00> !E
2019-10-01 11:21:44 +03:00
#b
$<00>
& ' (\ )<00> * +y ,<00> -C 0<00> 1[2<00>3-5b6<00>7<00>9<00>:;=2?m@<00>A<00>BC#D@EuF<00>GkI & ,28 >#D*H,[agm q<00> <00> <00> <00> <00> <00> <00> <00> <00> <00> (<00> 6<00> ;<00><00><00><00> '-3 9?E'K,Q@WI]Rc[ghz<00><00><00><00><00>$<00>.<00>8<00>B<00>N<00>R<00>T<00><00><00><00> <00><00>&<00>0<00>@<00>R` $7=CIO"U/[<aHgUmcsty<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>Z<00>_<00>h<00>k<00><00><00><00><00><00> <00> 
  ! ' d- j3 x9 }? <00>E <00>K <00>Q <00>W <00>] <00>c <00>i <00>m <00><00> <00> <00> <00> 
<00> <00> )<00> 7<00> F<00> U<00> c<00> p<00> }<00> <00><00> <00><00> <00><00> <00><00> <00><00> <00><00> <00><00> !
2019-10-01 11:21:44 +03:00
!
! 
!
!
!&!
!)'
!8-
!<3
!@9
!D=
!FP
#V
#Z
#m
$s
$y
$
$<00>
$<00>
$)<00>
$/<00>
$5<00>
$E<00>
$H<00>
$M<00>
$R<00>
$n<00>
$<00><00>
$<00><00>
$<00><00>
$<00><00>
$<00><00>
$<00><00>
&<00>
&<00>
& ' ' '* (4 (> (D (0J (5P (:T (<g )q ){ )<00> ) <00> )%<00> )(<00> ).<00> )4<00> )7<00> )9<00> )><00> )@<00> )K<00> )R<00> *<00> *<00> *<00> *0<00> *5<00> *:<00> *< + +% ++ + 6 +%= +'C +,I +@O +IU +L[ +Na +Rg +Tm +_q +f<00> ,<00> ,<00> ,<00> -<00> -<00> -<00> -<00> -*<00> -4<00> -=<00> -X<00> -^<00> -v<00> -|<00> -<00><00> -<00><00> -<00> -<00> -<00> -<00> -<00>! -<00>+ -<00>1 -<00>7 -<00>; -<00>N 0T 0Z 0` 0 f 0l 0r 0x 0#~ 01<00> 04<00> 06<00> 09<00> 0@<00> 0N<00> 0\<00> 0_<00> 0e<00> 0h<00> 0u<00> 0x<00> 0|<00> 0<00><00> 0<00><00> 0<00><00> 0<00><00> 0<00><00> 0<00><00> 111 1111!%13+1611L71R=1YC1aI1eO1jS1lf2l2r2}2 <00>2%<00>2(<00>2*<00>2-<00>20<00>24<00>28<00>2><00>3<00>3<00>3 <00>3!<00>3&<00>3*<00>3/<00>3@<00>3C3L 3]3`3e3i!3m%3p85>5D5J5P5V50Z52m6s6y66<00>6<00>6 <00>6,<00>66<00>6><00>6H<00>6T<00>6^<00>6f<00>6n<00>6v<00>6~<00>6<00><00>6<00><00>6<00><00>6<00><00>6<00><00>6<00><00>6<00><00>6<00>777"70(75.7>87UB7WH7qN7yT7~Z7<00>`7<00>f7<00>l7<00>w7<00>~7<00><00>7<00><00>7<00><00>7<00><00>7<00><00>7 <00>7<00>7<00>7"<00>7$<00>7-<00>73<00>7A<00>7F<00>7<00><00>7<00><00>7<00><00>7<00><00>7<00><00>7<00>7<00>7<00>7<00>7<00>7<00> 7
&7,72787$C71J76P7t[7<00>b7<00>l7<00>r7<00>x7<00>~7<00><00>7<00><00>7<00><00>7<00>7A<00>7G<00>7U<00>7[<00>7<00><00>7<00><00>7<00><00>7<00><00>7<00><00>9<00>9<00>9<00>9 <00>9#9093 9?9B9P9S%9[+9^19t79w=9<00>C9<00>M9<00>W9<00>^9<00>e9<00>o9<00>y9<00>9<00>9<00>9 <00>9<00>9<00>9"<00>9$<00>91<00>93<00>9D<00>9G<00>9`<00>9e<00>9o<00>9z<00>9|9<00> 9<00>9<00>9<00>%9<00>+9<00>19<00>79<00>=9<00>C9<00>I9<00>O9<00>U9<00>[9a9k9u9.{9H<00>9L<00>9]<00>9t<00>9v<00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00>9<00> 9<00>99 '919;9 B9.I90S98]9;g9Tq9Xw9p}9t<00>9{<00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00>9<00>9 <00>9<00>9<00>:<00>:<00>:<00>: ::
:;';1;7; A;&K;2U;J[;Ra;Xg;aq;o{;r<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<00>;<<00>;A<00>;D==="=(=.=!4=$:=*@=,J=2T=HZ=``=ef=nq=~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>= <00>=<00>=<00>="<00>=2<00>=@<00>=E=j=o=}=<00>=<00> =<00>&=<00>*=<00>=?C?I?O?U?[? a?$e?&x@~@<00>@<00>@<00>@
<00>@<00>@$<00>@)<00>@<<00>@A<00>@T<00>A<00>A<00>A<00>A <00>A<00>A<00>B<00>B<00>BCCC.D4D8DKEQEWE]E cE$iE(mE*<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F$<00>F<<00>FA<00>FI<00>F^<00>Fl<00>F<00><00>F<00><00>F<00><00>F<00><00>F<00><00>F<00><00>F<00><00>F GGG )G/G,5G1;GJAGRGGXMG\SG^YG`_GhcGnvI|I<00>I<00>I<00>I$<00>I.<00>I4<00>I=<00>IE<00>IT<00>IZ<00>Ij<00>Ip<00>I|<00>I<00><00>I<00><00>I<00><00>I<00><00>I<00>I<00>
I<00>I<00>I<00> I<00>+I<00>2I<00>=I DIJIUI'\I,bI=hIFnIVtI`zIm<00>Is<00>Ix<00>I<00><00>I<00><00>I<00><00>I<00><00>I<00><00>I<00><00>I<00><00>I<00><00>I<00>VWXY Z([0\8]@^H_P`Xa`bhcpdxe<00>f<00>g<00>h<00>i<00>j<00>k<00>l<00>m<00>n<00>o<00>p<00>q<00>r<00>s<00>t<00>uvV WX$Y0Z<[H\T]`^l_x`<00>a<00>b<00>c<00>d<00>e<00>f<00>g<00>h<00>i<00>j<00>klm n,o8pDqPr\shttu<00>v<00><00><00><00><00><00><00><00><00> <00>    ( 4 @ L Xdp|<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>---0(040@0L0X0d0p0|0<00>0<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>1 1 2 2$ 20 2< 2H 2T 2` 2l 2x 2<00> 2<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3<00> 3
5
5
5,
58
5D
6P
6\
6h
6t
6<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7<00>
7 7 7 7( 74 7@ 7L 7X 7d 7p 7| 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7<00> 7 7 7 7$ 70 7< 7H 7T 7` 9l 9x 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9 9 9 9, 98 9D 9P 9\ 9h 9t 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9<00> 9999(949@9L9X9d9p9|9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>99 99$909<9H9T9`9l9x:<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>@@ @@$@0A<AHATA`AlBxB<00>B<00>C<00>C<00>C<00>D<00>D<00>D<00>E<00>E<00>E<00>EEE E,F8FDFPF\FhFtF<00>F<00>G<00>G<00>G<00>G<00>G<00>G<00>G<00>G<00>G<00>GGGI(I4I@ILIXIdIpI|I<00>I<00>I<00>I<00>I<00>I<00>I<00>I<00>I<00>I<00>II II$I0I<IHITI`IlIxI<00>I<00>I<00>I<00>I<00>I<00>I<00>I<00>I<00>I<00>I<00>III I,I8IDIPJ\KhLtM 4(@0<>x<00> E\@@<00><>T<00> dx_@<00><><00> <00>z@<14> <00> <00><00>|<00>@ <20>h<00>  <00>8<00>@<00><><00><00>  <00>8<00>@0<><00>  @@H<> <00> /D *@T<>`<00> UdP@<00><> <00> ~hy@<00><> <00> <00>l<00>@<00><>0<00> <00>|<00>@<00><>H<00> <00><00>@D<>0<00>
 4@|<7C><00><00>5 5@0@ <0C><00>7 XHS@$<24><<00>9 <00>\<00>@`<60>0<00>; <00>lX<00>@<00><><00>= <00><00><00>@<00><>H<00>? <00>`<00>@<00><><00><00>A $@*@0@:@.5@<00><> <00>F Tpp<00><00><00><00><00>=<00><00><00><00><00><00>l<00>@<00><><00><00>N `V@<00><><00><00>P 5<00>d0@<00><><<00>R MH@<00><><00>T h24|4<00>w@<00><>P<00>W <00><00><00>@<<3C>t<00>Y <00><00>H<00>@<00><>T<00>[ <00><00>@<04><00>] <00><00><00>@<1C><00>_ <00>@0<><00>a F<00>A@H<><00>c o<00>>j@`<60>T<00>e <00><T<00>@<00><><00><00>g <00><00>><00>@\T<00>i <00><00>h<00>@<00><00><00>k
8
0D<00>+@<00><00>n ZD<00>U@<00><00><00>p z<00>nu@dl<00>r <00>d@<00>@<00>T<00>t <00><00>r<00>@$<00><00>v <00>4<00>@<00><<00>x  L<00>
@<00><00>z 2 <00>- @<00><00>| U <00>P @<00>l <00>~ u <00>!p @P0<00><00> <00> <00>F<00> @<00> <00><00> <00> @!<00><00> @<00><00><00> <00> <00>"(<00> @<00>H<00><00>
#X
@<00><00><00><00> 5
`#0
@<00> <00><00> Z
|# <00>
<00># <00>
<00>#
<00>
<00>#,<00>
@<00>`<00><00>  <00># @<00><00><00><00> * <00>$p% @<00> <00><00><00> M X%<00>H @<00>!<00><00><00> p $'k @$&H<00><00> <00> <'<00> T' <00> `'(<00> @l&x<00><00> <00> <00>'H<00> @<00>&<00>
<00><00> <00> <00>+<00>3<00> @|1<00>6<00><00>  <00>_? <00>b<00> @hH!<00><00> + mv<00>& @`<60>D<00><00> ? <00>w<00>: @<00><><00><00><00> R <00>y<00>M @<<3C><00>#<00><00> ^ 0M<>7i 0<00><>;r <00><>8<00> <00><> @0<><00><00><00> <00> <00><><00><00> @<00><><00><00><00> <><00> <1C>p <00>{ <00><><00>http_header.o/ 1579545889 1001 115 100644 31640 `
ELF^ho4(NK|<00><00>|<00><00>|<00><00>|<00><00><00><00>/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_http_client/lib/http_header.cHTTP_HEADERE (%d) %s: %s:%d (%s): %s
2019-10-01 11:21:44 +03:00
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>6a9!I1=<3D>=<3D>=<3D>=<3D>h- =<04> x<12><><EFBFBD>!<02>$<15><02><00><00>3<EFBFBD><07><00><00><>K:<1B>s<><05><><EFBFBD>w( ("M V<><56>|<7C><>-M <16><06>B <07>-  =<04><00><16>. <18>!<21><> <08><>t<EFBFBD><74>'#<02><><00><>t<EFBFBD><74><EFBFBD>i<EFBFBD><05><06>@<40><><EFBFBD>!@<40><><EFBFBD><00><00>D3h&V<06><>7<EFBFBD><05>@<40><>2!J<><4A><00><00>DI<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> 3 e<00><07>'int<06><08>#<04>3<05>9Hs<07><04><08><04><07>|(<28>A <00> \v v 13+b<><04>,O
2019-10-01 11:21:44 +03:00
%  <0B> ? <0B> R <0B> <0B><04><18>
06%%[ <09>%f <09>%<25>.fl <1F> key  <09>! W"<22> "<22> <09>"fffS-<01><>:S%keyS<>l<0F>S<><00>EU[<00><12><00><13>a^ ?Z1[<i Lt <00>Z1[|\<03>^|_qrqq<03>\ <00>[s\0fi <14>t Z1[|\<03>^|_qrqq<03><14><00> "Zu<14> AZs[t\0<16>i <14>t <00>Z1[|\<03>^|_qrqq<03><00> <00>Zs <00> (<00> <17><00>o<07>x(%V<01>:*%<00><12><00> ^ 'Z1[8i Ht Z1[|\<03>^|_qrqq<03><17><00>o<1B>7[2<01><>:7%key7<>SE9[=$<00> [s<1B>E<01>O:E%PkeyE<>S<1D>EOTEG[Z <00>Zr[s <01>]<01><>:<01>%qkey<01><><00>E<01>[S"<00>M<01>f<00> <00><00>Zr[sD<00> L<00> T<00> ZsgP<01><>:g%<00>keyg<>S<1D>g<>TEi[UU\Zr[s<00>vZr[s*<00> 2<00> <00>Zt<<00> <00>ZuL<00>Zr[s\t<1B>z<00><01><>:z%?z<><00> |<00>3}S<12><00> <00> :Zsi Lt <00>Z1[|\<03>^|_qrqq<03>Z<00> <00>[:d<00> <00>Zs}<00><00>Zr[s<1A><00> Zs<17><00>o<07> <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[t4i ht <00>Z1[|\<03>^|_qrqq<03>x<00> Zr[s<16><00> <17>% o <1B><01>3<00><01>2
:<01>%q<01>3<00><0F><01><00>#<01>2
UE<01>[<00>!siz<01>3!idx<01>3DJ<01>3<00>P<01>8
<00><11><01>3,<00> 6<00> <00> Zw<14><00> 
Z<06>\t"\<03><1A><00> Zst"\<03>3<02>T<01>/<01><>
:<01>%&E<01>[G!tmp<01>[p<00> <00> "<00> Zs_0<01> :0%<00>"err2S ?
<00>
Zr<00> Zr<01>3<01>G :<01>%<00>E<01>[X<01>3<00>"TAGY |<00><07>#<23><00>W#-- W#jj k#QQ
2019-10-01 11:21:44 +03:00
#
(#<23><00>Z#:: I# P# $ #<23><00> !$<24><00> % U$ > $ > : ; I  I&I : ;  : ; I8
 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>XT<00><00>\VORRTRe<00>V0<>8S8:Z:iS<><00>S0<><T<JYJRTRVYVeTel0<>l<00>S<><00>TV <09><>VcRe<00>Re0<>e<00>W<><00>0<>el0<>l<00>T-R-/<00>R<>"S"$T$/S
2019-10-01 11:21:44 +03:00
$TR<00>R<>R<00>R<>
0<>
Rt-V2]P<00><00><00>/-V2]P<00><00><00>/U<00><01> /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_http_client/lib/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/include/machine/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/5.2.0/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_http_client/lib/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/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>    ?
2019-10-01 11:21:44 +03:00
  >    =       ( 
  =   7     ~   <03> 
    <03>             ~   <03>      
    <03>    @         <03>       > 
 |   <03> {      
2019-10-01 11:21:44 +03:00

  x
 z |  |   k          |      j   <03>       {    0    <03>        countvasprintf__va_reghttp_header_countva_listp_strlong long unsigned intis_endnext__va_stk/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_http_client/lib/http_header.cESP_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_stringbuffervalueunsigned intstrlenlong unsigned int__FUNCTION__strchrhttp_header_setkey_value_datashort unsigned intstrcasecmpitemret_idxESP_LOG_INFOhttp_header_destroysizetype__gnuc_va_list/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/build/esp_http_clientargptrhttp_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_cleanhttp_header_new_itemformatcharESP_LOG_VERBOSEstqh_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
2019-10-01 11:21:44 +03:00
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>( ":"RR"aa "ll "y "<00>"<00>"<00>"<00><00>"<00>('"/((
2019-10-01 11:21:44 +03: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>
2019-10-01 11:21:44 +03: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 7JOV^ei<00><00>+<00>+:!:&+& D0+ 0 DCRJV<00>Yan<00>ty<00><00><00><00><00><00>+<00> E<00>l<00><00><00>+<00> E$ , 7, 7, 7$- F- 7
2019-10-01 11:21:44 +03:00
!(,,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> 

,
;
"@
"J
N
Y
"c
h
"r
<00>
<00>
<00>
<00>
<00>
"<00>
<00>
<00>
"<00>
<00>
<00>
 "   "& + "8 "B T _ "c "j "n "u "y "<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> &*15GKRV]apt<00><00><00><00><00><00><00><00><00><00><00><00>   $ ( , 0 4 8<@DHLPTX\`dhl       $ (,048<@DHLPTX\<00>V <00> <00>  <00><00>0<00><00><00><00><00><00><00><00>R\`<00><00><00>&<00>,<00>28>D J(N+` f q x ~ L<00> R<00> T<00> <00> <00> <00> <00> &<00> (<00> .<00> 0<00> <00> <00> <00> <00> <00>
<00><00><00>"<00>$<00>'<00>+<00> $*4>
I PT#$%& '((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><00> 4H@$;<00>L C| >@<00>;`L b<00>]@\< L <00><00><00>@h< L <00><00><00>@t<0L  <00><00><00>@<00><HL  <00><00>0<00>@<00><<00>L  <00>(@|=xL 1$,@<00>=HL [< V@<>$L {Hv@`>L <00>P<00>P<00>P<00>2P<00><00>-<00>@x>(L <00>HV<00>@<00>@<00>L <00><00>2<00>@0AHL <00>@xA0L! 4<00>]/@<00>A<00>L# RTPM@PB<00>L% m<00><00>h@<00>B<00>L' <00>0<00><00>@<00>C<00>L) <00><00><00><00>@<00>DDL+ <00><00>/<00>@F`L- <00><00><00>@dF0L/ <00>@<00>FL1 1<00>K<00>e0<00>D0<00>@<00>F<00>L7 <00>t<00> <00>@<00>I<00> L9 <00>Y<00><00>N<00><00>@<V<00> L< <00>2x<00>@<00>_,L> <00><00>h<00>@(a L@ Y
2019-10-01 11:21:44 +03:00
ELF^<E4(*'<00><00><00><00><00><00><00><00><00> <00><00><00><00><00>%02x/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/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>
2019-10-01 11:21:44 +03: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> + <0C><00><02><02>0 (int<06><02>W<08><05><02>0o<1E><07><05><07>W<04>L<04><07>q(<28> <00> 3<00> <09><00> <09>><02>b<>=L-e"9w<02>
= <0B>?<07>
2019-10-01 11:21:44 +03:00
R <0B><08>X<18> bufB }<1A> in-
<00> <0B> 0 <1F><0E>T<0E><0E><0E>F07 <17> <<18> uri<19> <1A> <09><1B> qop<1C> <1D>  nc>(( <20> ,><00><01>pmd,<2C>fmt,<2C>:buf.<2E><03><>~E/p<03><>~len0>Wi0>[t1R<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>
2019-10-01 11:21:44 +03:00
W<00> <0B> |F<>R<01>VF<>zNF<><00><1B>FTha1H<><00>ha2H<><00>EI<>\J<><02>\Gg<01>2E<00> 2Z1[!Q<00> <16><00> <00>Z1[<03>\<03>^<03>_qrqq<03><16><00> <00>Z1[!<18><00> <16><00> Z1[<03>\<03>^<03>_qrqq<03><16><00> Z1[!<18><00> <00> uZ1[<03>\<03>^<03>_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[\sqrq v<16>B<00>Zw[<03>\s^v2<00> <00>Z<02>\[ \uqwqr:<00> <00>ZsB<00> <00>ZvJ<00> Zw7
<EFBFBD> <0B> )<01><><00><01>* V<01><>+N<01><>Lout<01>><02>Te<01><><02>XE<01><><00>n<01>%<02>\G: <01><><00> <00>Z<02>X[<03>\r]s(<00> \<00> *Z1[<03>\<03>^<03>_qsqq<03>f<00> >Zrz<00> bZ0[0\<02>\]r<16><00> uZ1<18><00> <16><00> <00>Z1[<03>\<03>^<03>_qsqq<03><16><00> <00>[<03>\7<16><00> Zs<16><00> Zr\<02>T]s<18><00>
<EFBFBD>: <0B>* TAG"=<03><00> ;; !  !))! !<21><00> <09>!WW
Z"!<21><00>
W!__ W!99 k! I!EE <09>!<21><00> !!QQ ="% 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
2019-10-01 11:21:44 +03:00
: ; <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>ZB<01> /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_http_client/lib/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/5.2.0/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/include/machine/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/include/rom/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_http_client/lib/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/log/include/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/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_tuint64_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_tasprintfpasswordfreeauth_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_DEBUG/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/build/esp_http_clientrealmlong unsigned intMD5Update__va_stkalgorithmESP_LOG_VERBOSEusernameesp_log_timestamp__gnuc_va_list__va_reg/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_http_client/lib/http_auth.cstrcasecmpmd5_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__$7051.rodata.__FUNCTION__$7041.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__$7041__FUNCTION__$7051__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
 
$
 

2019-10-01 11:21:44 +03:00
O<00><00>
Y_e k!q0wC}H<00>Q<00>`<00>l<00>q<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00> <00><00><00>"<00>$*,24:%H0K:<00>@<00>F<00>Q<00>\<00>f<00>l<00>r<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

 


%
"+
^1
z<
<00>C
<00>I
<00>O
<00>U
<00>Y
<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$@(l( 9X<00>4@t(<00>( X<00>LS@ *<00>( q,w,},<00>2,<00><00><00><00><00>@<00>*(  <00><00>R<00>@<00>+<00>(  <00><00><00><00>@x0<00>( <00><00><00><00>X@L2<00>( )X<00> $@ 3T ( 5L<00>H<00>C@`<<00>( X<00>0S@0?T( l g@<00>?H( (^z@<00>?<00>( <00>0<00>b<00>0<00>;<00># 8<00>[ <00>@PC$(# <00>s <00><00>@tC<00>(% ;"<00>$<00>) <00>&http_utils.o/ 1579545889 1001 115 100644 16288 `
2019-10-01 11:21:44 +03:00
ELF^<00>74(30<00>ret/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/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>
2019-10-01 11:21:44 +03:00
<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> "1int<07>T<08>k<07>3b<07>x<<04>x<06>rb<01><><07>)%!IT<07>%B <09>%S <09>%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>A)Slen)%<00>l+%T<13>/r<00> <0B> wZ Zs "<00>t Zu [t 8<00><00> Z [5 \ ]<03> P<00><00> Z1 [t e<00><00> Z [9 \ ]<03>q<00> Zu [s \trxd@k<01><>str@
endBr><13>BrQ 6wy Zs ]w<00> Zsi<00> [s]r`<01><>str]o<07>]<00>end]<00><13>_r<00>
ret`r5 <0B><00>F<00>Xcr` 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>/n%><01>gstrn~<08>nS
ip%<00> Jq%T <09>r%Z wV Zrw Zs-r<17><00>!W<17><00>)yy<17><00><03>  ``(% 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`>R'<01> /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_http_client/lib/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/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

    
2019-10-01 11:21:44 +03:00
   <03>       y    http_utils_trim_whitespacecalloc/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_http_client/lib/http_utils.csecond_str_lenstartfoundbeginhttp_utils_assign_string__func__first_strstrlenunsigned charlong unsigned int__ctype_ptr__short unsigned int/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/build/esp_http_clientstart_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 charstrstrGCC: (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
2019-10-01 11:21:44 +03:00
$$$$$$( "$"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

2019-10-01 11:21:44 +03:00
   $ 4<00>(
<00>  >IT_jpv#<00>/<00>1<00>B<00>L<00>\<00>^<00><00><00><00> <00> <00><00><00>$<00>&<00>8<00>F<00>RT
eqsx z3
9
?
I
T
[
a
"g
$m
,s
.y
:
=<00>
?<00>
B<00>
M<00>
U<00> <00> <00> <00> <00> <00> &<00> (<00> 8<00> :<00> L<00> V<00> X<00> ^     ) 4 -; /A 2G 6M :Q <  $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>
2019-10-01 11:21:44 +03:00
<00> <00> <00> <00> <00> <00> <00> <00> <00>    ( 4 @ L X dp| 4$@ l1 EX$@@xl1 l|g@<00>01 <00><00>$<00>@ l1 <00><00><00>@<00> 1  <00><00><00><00><00><00><00>2<00><00>
@b@<00> <00>1 ,<00>|'@<00>! 1 P kK@<00>"<00>1 v<00>`q@\#<00>1 <00><00>><00>@4$`1 <00>,<00>L<00>h<00><00>@<00>$81 <00>@<00>%<00>1 %<00> V8! <00>3@<00>+<00>1! H@C@X0<00>1# \P0W@<00>0x1% o<00>Vj@T1<00>1' {0<00>g<00>0=;<00>x8<00><00>(<00>@<00>4<1, <00><00><00><00>@ 5<00>1. `<00><00>2"