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

65 lines
10 KiB
Plaintext
Raw Normal View History

2016-10-06 14:21:30 +03:00
!<arch>
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
/ 1529484195 0 0 0 310 `
zzzzzzzzzzzzzzg_misc_nvsmisc_nvs_deinitnvs_log_initmisc_nvs_loadmisc_nvs_initmisc_nvs_restoresave_log_to_flashsystem_set_log_levelsystem_set_log_modesp_wifi_internal_set_log_levelesp_wifi_internal_set_log_modsystem_get_logg_log_printwpa_crypto_funcsmisc_nvs.o/ 1529484195 1000 1000 100664 10364 `
ELF^<00> 4(2/6A!<21><>(<28>1<EFBFBD><31><EFBFBD>b!<21><><EFBFBD><00><03><>!<21><><EFBFBD><EFBFBD><EFBFBD><08><02>(F<><00>("",<2C> -<08>=<3D>=<3D>=<3D>=<3D>1<EFBFBD><31><EFBFBD>C<00> <1D>logwifiW (%d) %s: nvs_log_init, osi_nvs_set_blob fail, key=%s ret=%x
2016-11-18 18:32:28 +02:00
W (%d) %s: nvs_log_init, nvs_erase_key failed ret=0x%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
W (%d) %s: nvs_log_init, osi_nvs_commit failed ret=0x%x
I (%d) %s: nvs_log_init, erase log key successfully, reinit nvs log
W (%d) %s: misc nvs f
2016-11-18 18:32:28 +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
miscW (%d) %s: wifi osi_nvs_open fail ret=%d
2016-11-18 18:32:28 +02:00
2017-01-16 16:03:13 +02:00
E (%d) %s: %s %u ret=%d
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
W (%d) %s: save_log_to_flash: osi_nvs_set_blob fail=%d
2016-11-18 18:32:28 +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
W (%d) %s: save_log_to_flash: osi_nvs_commit fail=%d
2016-11-18 18:32:28 +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
 L<00><00>6<> tA<74><41> &)<29> )<29><1C>=<3D>=<3D>=<3D>r$Q<><51>"a=<3D>=<3D>=<3D>=<3D>(<28><>"<22><><EFBFBD> ˧<>A <02><><EFBFBD><EFBFBD><00>J1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<03><><EFBFBD><EFBFBD>""I<><EFBFBD>-
q<EFBFBD><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><02>@<00><>xbG <0C> =<3D>=<3D>=<3D>=<3D><><EFBFBD><16><04><1C>(<03><>""H<><EFBFBD>-
<EFBFBD><EFBFBD><16> <1A>r)N<><4E><EFBFBD>w=<3D>=<3D>=<3D>=<3D><>)O<>
<00>
*<2A><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>"a<00><00>!
q<EFBFBD><EFBFBD>w<02>+<00>(x""J<><4A><EFBFBD>-
<EFBFBD>
H2$NS <09>$O<>
<00>
<EFBFBD><02><><EFBFBD> *<2A><> <20><><EFBFBD><EFBFBD><1D>(x""G<><47><EFBFBD>-
<EFBFBD>
H2$N3<06>$O<>
<00>
<EFBFBD><02><><EFBFBD> *<2A> <0B><><EFBFBD><EFBFBD><1D>x" <0C>"<02><><EFBFBD>8"#N<16><><EFBFBD>#O<>
<00>
:<3A><><EFBFBD><EFBFBD> <0B><><EFBFBD><EFBFBD>x<06><>xbG <0C> =<3D>=<3D>=<3D>=<3D>8<EFBFBD><38>s1<73><31><EFBFBD><EFBFBD><EFBFBD>F<EFBFBD><46><1D> (T6a 0tA<74><41>V<EFBFBD><<3C>Q<EFBFBD><51>(""P<>A<><41><EFBFBD><04><>"<22>=<3D>=<3D><> B%2$N<16> <09>$O<>
<00>
*<2A><><EFBFBD><EFBFBD> <0B><><EFBFBD><EFBFBD><1D><03><><EFBFBD><EFBFBD>!<21><>(<28><><EFBFBD> (<05>$<00><>8""E<><45><EFBFBD><EFBFBD><00>J-
H2$Ns<05>$O<>
<00>
<EFBFBD><02><><EFBFBD> *<2A> <0B><><EFBFBD><EFBFBD><1D>H <02>"d<02><><EFBFBD><EFBFBD>')-
1<EFBFBD><EFBFBD>H2$N<>â$O,<2C><>
<00>
<1A><><EFBFBD><EFBFBD> <0B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)I<01><1D>6A<00><><EFBFBD>"<22><00>'<27>2<> <20> 2H<00> <00><><EFBFBD><EFBFBD>=
'<07><><EFBFBD><EFBFBD>-<1D>6A<00><><01><><EFBFBD><EFBFBD>-
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<1D>p<00>6A<00><><EFBFBD><EFBFBD><EFBFBD><16><1C>A<EFBFBD><41>!<21><><EFBFBD><04><>8<02><><EFBFBD>2#H<><48><EFBFBD>=
<EFBFBD>
H"$N<16><04>$O<>
<00>
<EFBFBD><03><><EFBFBD> *<2A><> <20><><EFBFBD><EFBFBD><1D>8H2#G<><47><EFBFBD>=
<EFBFBD><EFBFBD>H"$Nb<01>$O<>
<00>
<EFBFBD><03><><EFBFBD> *<2A> <0B><><EFBFBD><EFBFBD><1D>6A<00><><EFBFBD><EFBFBD>"H <0C> <00><><EFBFBD><EFBFBD> <1D>6A00t, t@@t7<74>F$<00>b<02>"삜D!<21><>|<7C>(9B9R9b9r9<72><39>!<21><>(IBIRIbIrI<72><49> " t<>S1<53><31>80"<22><>T|<7C>9BFIB 300t<30><74> @4<>A<EFBFBD><41>H@"<22>HB04 9B<39>|<7C>@@4<>A<EFBFBD><41>H@"<22>HB049B<39><42><EFBFBD><EFBFBD> <1D> <1D>6A<00><><EFBFBD><EFBFBD>"H <0C> <00><><EFBFBD><EFBFBD> <1D>6A <20>t@<40>t0<74>t<EFBFBD><74><EFBFBD><EFBFBD> <1D>6A<00>ҁ<EFBFBD><D281> \K<> Y<><08><><10> <0C>B<01>B<00> v<>=<3D>=<3D>=<3D>=<3D><>K<><4B>
K<EFBFBD> <1D>misc_nvs_loadGCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
0, ((%%":!"[(,(,0"R!"st<00>"=">>1"op-"<00><00>"<00><00>"<00>($($,JvvI"<00><00><"<00>"(( .:"<(((Jff/<00>"<00>(( ((2:<"NNff"kl!"<00><00>!"<00><00><00>(( (((268":((.symtab.strtab.shstrtab.literal.misc_nvs_deinit.literal.nvs_log_init.literal.misc_nvs_load.literal.misc_nvs_init.literal.misc_nvs_restore.literal.save_log_to_flash.literal.system_set_log_level.literal.system_set_log_mod.literal.esp_wifi_internal_set_log_level.literal.esp_wifi_internal_set_log_mod.literal.system_get_log.text.data.bss.rela.text.misc_nvs_deinit.rodata.str1.4.rela.text.nvs_log_init.rela.text.misc_nvs_load.rela.text.misc_nvs_init.rela.text.misc_nvs_restore.rela.text.save_log_to_flash.rela.text.system_set_log_level.rela.text.system_set_log_mod.rela.text.esp_wifi_internal_set_log_level.rela.text.esp_wifi_internal_set_log_mod.rela.text.system_get_log.rodata.__FUNCTION__$5915.bss.g_misc_nvs_init.bss.g_log_print.comment.xtensa.info.rela.xt.lit.rela.xt.prop "$&'( 
   )*+-<00><>,K<0<00>IP,<00>^ 0l}{<00><00><00><00> <00>"<00>6$(T<00><>g_wifi_menuconfigg_misc_nvsg_osi_funcs_pmisc_nvs_deinitnvs_log_initmemsetmisc_nvs_loadmisc_nvs_initmisc_nvs_restoresave_log_to_flashsystem_set_log_levelsystem_set_log_modesp_wifi_internal_set_log_levelesp_wifi_internal_set_log_modsystem_get_logg_log_printwpa_crypto_funcs $#"":)P %,:($  $"#6Lp<00>t~ <00><00><00>.6 `g$<00><00>(<00>R<00><00> <00><00>\b`t,'j,j '<00><00><00><00><00><00><00><00><00>
<00>>!<00>LpS<00>u{xR<00>R<00><00>  " #$2:Ein <00><00><00><00><00><00><00><00> 5<00>Jv\<00>$'z$z '<00><00><00><00><00><00>(&<00>(<00> &<00><00><00><00>:('' (/:%22 %(
2016-10-06 14:21:30 +03: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
( $#"),5 V^<00><00>$<00>BfI<00>t<00>{<00># + +#& 7 <00>< K <00>U c <00>h <00>{ <00> <00><00>   <00> " <00>" N$ <S l] fq <00>+<00> <00> +# 
+
 +-  -#   8# 6 (08 @
H P  $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00> <00> <00> <00> <00> <00> <00> <00>    $ 0 < H T ` l
x
<00>
<00>
<00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00> <00> <00> <00> <00> <00> <00> <00>    ,444J4a4x4<00>4<00>4<00>4<00>4474O4U4[4e4[`@<00><00>0 {2<00><00><00>t<00><00>@<00>L0 <00>0<00>@<00><00>0 <00>0<<00>@<00>x0 <00>l<00>@<00>$0 <00><00><00><00>@ <00>0   @<0 28<00>-@L0 P<00> K@`<0  { v@<00>$0" <00>(:<00>@<00>00$ <00>d<00>r<00>t<00>0t;<00>8<00>X@<00><00>0+ !?8@t80- w *<00>01" <00>!