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

710 lines
106 KiB
Plaintext
Raw Normal View History

2016-10-06 14:21:30 +03:00
!<arch>
/ 1603355352 0 0 0 1762 `
M&&&&&&&&&&&&&&&&&&&&&<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>4<>pAKGuideGlobKISS_Init_guide_globKISS_Free_guide_globpAkTransKISS_Init_Glob_TranspAkDiretKISS_Init_Glob_DiretKISS_Free_Glob_TransKISS_Free_Glob_DiretAK_Group_bssidKissRes_ht20_timerKISS_Find_channel_endKISS_Find_channel_transKISS_Find_channel_directKISS_Find_channelKISS_Deal_withDATA_RSSI_BEARRSSI_BEARRSSI_MINweixin_timerwpa_crypto_funcsrestart_delay_cb_localrestart_delay_cbpTouchGlobpCHListHeadTouchRestart_ht20_timerg_ET_TimeOutRestart_delay_timerget_delay_restart_flagset_delay_restart_flagpETGuideGlobpCHListTralTOUCH_Init_guide_globTOUCH_Free_guide_globTOUCH_Init_globTOUCH_Free_globTOUCH_Find_sync_ht20TouchRestart_ht40_timerTOUCH_Find_sync_ht40TOUCH_Deal_withTouchUdpTimerwpa_crypto_funcsCHANGE_CH_FREQesp_smartconfig_fast_mode_localsc_smartconfig_restart_localsc_smartconfig_restartsc_channel_timer_cb_localsc_channel_timer_cbg_channel_timer_initchannel_timerSnifGlobg_SC_SelectpAPListHeadpAPListTralesp_smartconfig_stop_localsc_PackCallbacksc_wifi_scan_doneSC_TAGET_Broadcast_bssidET_Multicast_bssidsmartconfig_cbsc_init_snif_globsc_free_snif_globsc_system_init_doneesp_smartconfig_start_localesp_smartconfig_startesp_smartconfig_stopsmartconfig_get_statusSC_VERSIONesp_esptouch_set_timeout_localesp_smartconfig_set_type_localesp_smartconfig_get_versionesp_esptouch_set_timeoutesp_smartconfig_set_typeesp_smartconfig_fast_modelibsc_reversion_gitwpa_crypto_funcssc_airkiss.o/ 1603355352 1000 1000 100664 33528 `
ELF^<00>x4(@=I (%d) %s: T|crc
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 (%d) %s: T|seq:%d
E (%d) %s: pAKGuideGlob not null
E (%d) %s: pkiss head not null
E (%d) %s: Init p_listen malloc err
E (%d) %s: init p_listen malloc err
I (%d) %s: right rssi:%d bssid:%02x:%02x:%02x:%02x:%02x:%02x
I (%d) %s: T|direct recved
I (%d) %s: TYPE: AIRKISS
I (%d) %s: T|AP MAC: %02x:%02x:%02x:%02x:%02x:%02x
I (%d) %s: T|Head Len:%d
I (%d) %s: T|sniffer on ch:%d, snd_ch:%d
I (%d) %s: right:%02x:%02x:%02x:%02x:%02x:%02x, rssi:%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
I (%d) %s: iBssid %02x:%02x:%02x:%02x:%02x:%02x
I (%d) %s: buf %02x:%02x:%02x:%02x:%02x:%02x
I (%d) %s: iCh lock
E (%d) %s: p_kiss NULL
I (%d) %s: T|trans ch%d,snd_ch:%d
I (%d) %s: T|PHONE MAC: %02x:%02x:%02x:%02x:%02x:%02x
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 (%d) %s: T|AP MAC:%02x:%02x:%02x:%02x:%02x:%02x
I (%d) %s: T|head Len:%d
I (%d) %s: T|sniffer on ch:%d,snd_ch:%d
I (%d) %s: T|retain: %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
I (%d) %s: T|all: %d
I (%d) %s: T|ssid len %d
I (%d) %s: T|bssid same
I (%d) %s: T|SSID: %s
I (%d) %s: T|scan: %d
I (%d) %s: T|index:%d, remain:%d
I (%d) %s: T|pass len: %d
I (%d) %s: T|pswd: %s
I (%d) %s: T|ssid: %s
E (%d) %s: promiscuous close fail
E (%d) %s: ACK param allocate fail!
6aHb@@<40><><04>D<EFBFBD><44><EFBFBD><EFBFBD>@@<40><><1C><>RfR<1A>ePXtPV b PP<50>W<06><01><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>F<>" $! P<><50>W8<02>&<1B><><EFBFBD>E<EFBFBD><45><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <0C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>b ",<2C><><EFBFBD><EFBFBD><00><>Ȣ<EFBFBD><C8A2> <0C>BSb<53> <00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><><EFBFBD>^RShRS<10> <00>9Z𒠺 <08><><EFBFBD>"<22>ƂI #<23><>I<01>I<02>I<03>I<04>I<05>I<06>I<07>I<08>I <09>B<00>B<01>B<02>B<03>B<04>B<05>B<06>B<07>B<08>B BSbRShRS<10> <1D>*& t"<22><EFBFBD><7F>Fe<01>]RʀPP<50>W<EFBFBD><02>a<01><>d<EFBFBD>P<EFBFBD>g5F;<00>W<>F\<01><>t<EFBFBD><01>_ [<5B>b<EFBFBD><62><EFBFBD>`<60>a<>A<00>A<01>A<02>ABA<04> (0<1B> <0C>v<EFBFBD> AA`D0b@ t<> !A=<3D><><08> <00><><EFBFBD><00>"0 dVrG!<21><>"f+!<21><>(<02>2B"I<16><01>"K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<EFBFBD>!<21><> :<3A><02> <0B><><EFBFBD><EFBFBD><00><0F>_|<7C>@ "<22><><EFBFBD>0U<30><55>S<0F>EZ<45> =<3D>=<3D>=<3D>=<3D>"`"E[<5B> =<3D>=<3D>=<3D>=<3D>"a"E\<5C> =<3D>=<3D>=<3D>=<3D>"b"E]<5D> VKI R)<1D>"W<><02> "&<16>Gf"<02>Yf2<06><1D><>_<><5F><02>"e ²d<>F"<22><><EFBFBD>c<>F"Dfc" "A'6<02>/ <06>`-<06><><EFBFBD><EFBFBD>a<>A<00>A<01>A<02>ABA<04> jA <0C>=<3D>=<3D>B@"0v<30> AA<41>D0b@ t<> !A=<3D>ffVՠ"0 d<16><06><><00><>t<EFBFBD><74>t<EFBFBD>Ab<><62> <0C><>A<01> v<> <0A>AA`D0<07> =<3D><><00><>A<06><>@<40>t<EFBFBD><74><EFBFBD><EFBFBD><EFBFBD>0b<30><62> <0C>v<EFBFBD> <0A>AA`D0<07>F=<3D><><00><>A<EFBFBD><41><EFBFBD>@<40>tF<74><46><00>(0 dV<64>-!.<2E>"f'!-<2D>(<16>B"I<16><01>"K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<EFBFBD>!(<28> :<3A><02><> <20>(<28><>|<7C>@@D<>"0U<30> D"<22><>*#BS<0F> FU=<3D>=<3D><>+"<22>EY<45> fV<66><56><16><><1D><00>_"<22>'<27><06><00>`'<27>ƽ"f <0B><>e<>F<><00><><EFBFBD><EFBFBD>d<>F<>"<22><><EFBFBD>c<>F<>"Df`" "A'6<02>0 <06>a-¯<><C2AF>A<00>A<01>A<02>ABA<04> jA <0C><> <00> B@"0v<30> AA<41>D0b@ t<> !A=<3D>ffVҠ"0 d<07>r <04>A-¯<><C2AF>A<01>A<02> Ja <0C><> <00> b`"0v<30> aA<61>f0b` t<> !A=<3D>Df4Ҡ"0 d<>R!<21><>"&<02><>!<21><>(<16> 2"I<16> <20>"K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<EFBFBD>`!<21><>"f'!<21><>(<16>B"I<16><01>"K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<EFBFBD>!<21><> :<3A><02><> <20><><EFBFBD><EFBFBD>|<7C>@@D<>"0U<30> D"<22><>*#BS<0F> FU=<3D>=<3D><>+"<22>EY<45> fV<66><56><16><><1D><>_"<22>'<27>Fa<00>`'<27>_<00>a'<27><02>\"g <0B><>f<>FY<00><><EFBFBD><EFBFBD>e<>FV<00><><EFBFBD><EFBFBD>d<>FS"<22><><EFBFBD>c<>FP"DfT" "A'6<02>1 <06>A-ү<><D2AF>A<01>A<02>ABA<04> jA <0C>=<3D><> B@"0v<30> AA<41>D0b@ t<> !A=<3D>ffV<66> <04>A-ү<><D2AF>A<01>A<02>A<03> Ja <0C>=<3D>=<3D>b`"0v<30> aA<61>f0b` t<> !A=<3D>DfDՠ"0 d<>R!x<>"&<02>$!v<>(<16>2"IC<08>"K<>
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>
:!q<><71><02><> <20>p<EFBFBD><70><1D>!j<>"f'!i<>(<16>B"I<16><01>"K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<EFBFBD>!d<> :<3A><02><> <20>d<EFBFBD><64>|<7C>@@D<>"0U<30> D"<22><>*#BS<0F> FU=<3D>=<3D><>+"<22>EY<45> fV<66><56><16><><1D>,6A!<21><>8<02>C1<43><31> ,*82#R<>=
<EFBFBD>F 1<><31><EFBFBD><03>X2(I<><03>(K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<1A><><EFBFBD><EFBFBD>(<00> <0B><><EFBFBD><EFBFBD><00><02>J<EFBFBD><4A><EFBFBD><EFBFBD><1D>6A!<21><><EFBFBD><02>ځ<EFBFBD><DA81><EFBFBD><08>((<28> <08><1D>Pp6A!<21><>8<02>S1<53><31> <1B><><EFBFBD>HB$R<>M
<EFBFBD><02> 1<><31><EFBFBD><16>B(I$<04>(K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<1A><><EFBFBD><EFBFBD><08> <0B><><EFBFBD><EFBFBD>H<02>d(<03><>2"I<>S<EFBFBD>"K<>
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>
!<21><><EFBFBD><02> <0B><><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><1D>P<00>6A!<21><>8<02>S1<53><31> <1B><><EFBFBD>HB$R<>M
<EFBFBD><02> 1<><31><EFBFBD><16>B(I$<04>(K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<1A><><EFBFBD><EFBFBD><08> <0B><><EFBFBD><EFBFBD>H<02>d(<03><>2"I<>S<EFBFBD>"K<>
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>
!<21><><EFBFBD><02> <0B><><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><1D>6A!<21><><EFBFBD><02>ځ<EFBFBD><DA81><EFBFBD><08>((<28> <08><1D>6A!<21><><EFBFBD><02>ځ<EFBFBD><DA81><EFBFBD><08>((<28> <08><1D><00>8ly<00>6<>1<><31> l<><6C> H<03><>R<10><><EFBFBD><EFBFBD>!<21><>brfNA<4E><41>Hdb$I<04>$K<>
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>#<23>
A<EFBFBD><EFBFBD> :<3A><04> B%<25>$IQ<49>A=<3D>=<3D>=<3D>=<3D>R#B"<22>!<21> <20><><EFBFBD><EFBFBD>Y1I!<21>a<00><00><><EFBFBD><EFBFBD> <16><> A<><41> lH[<5B>XrD bDrUr<>bE <20> <00><><EFBFBD><EFBFBD> l<><6C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>y=<3D>=<3D>=<3D>=<3D>R<19><>zU2RB<19> w<02>s=<3D>=<3D>=<3D>=<3D>!<21><>(<16>2"I<16><1B>"K<>
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>
:!<21><><EFBFBD><02> <0B><><EFBFBD><EFBFBD><1D>Q<EFBFBD><51>hyRrB<19> 6 =<3D>=<3D>=<3D>=<3D><>&IX<17>&K<><4B><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
<00>
:q<><71><EFBFBD><07> <0B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>hV<08>&I<16><14>&K<><4B><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
<00>
:b
<EFBFBD>iA=<3D>=<3D>=<3D>=<3D>b i1=<3D>=<3D>=<3D>=<3D>bi!=<3D>=<3D>=<3D>=<3D>bi=<3D>=<3D>=<3D>=<3D><><07> b<06><><EFBFBD><EFBFBD><EFBFBD>i<01>rhf#<23>r&I<><49><EFBFBD>&K<>
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>
:a|<7C><><06><> <20><04><><EFBFBD><EFBFBD>hA<><41>HB$<15><>@<40>  <06><> <20><><EFBFBD><EFBFBD>V<><56>rOBPVw8rB1u<31><75>b&3<><00>b<>2%2#4<><00><04>1o<31>bC<00> <00>y<EFBFBD><79>b%1l<31>0<EFBFBD> b&3<><00>hb&4<><00> h<05>f<EFBFBD>b&5<><00> 8<05>c<EFBFBD>2#2<>"f#(<05><>2"I<><49><EFBFBD>"K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
<EFBFBD>!M<> :<3A><02> <0B>Y<EFBFBD>I<01> *!X<><58>X<EFBFBD>""<00><1D>hF<><46>b&<06><><EFBFBD><EFBFBD><EFBFBD><1D><00><><EFBFBD><EFBFBD><00><00>$T6<>1<><31>A<EFBFBD><41>R UPPth1<><31>B82#W<>B<>&<26>c<1D>BRF<1E> f<14><><02><><EFBFBD><EFBFBD><1D><> @<40> <20><><EFBFBD><EFBFBD>VJ><3E>b<EFBFBD>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>p<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><><02><><00><19><>A<EFBFBD> ך<02><><00><><10><> l<><6C><EFBFBD>a<10><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><><16><03>!<10> <09>
<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>S <0B> =<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD>S <0C> <1B>=<3D>=<3D>=<3D>2+<2B>07<30>00<30><30><EFBFBD>#;3<>Y<00> 00<30><30>s<02><>2<>аt<D0B0>0<>t&;<06><00>2:<3A>0=<3D><><12><><EFBFBD>3<EFBFBD><33><EFBFBD><EFBFBD>|<7C><><EFBFBD><10><>#<23><>00<30>|<7C><>3<10><>#<23>a&,|<7C>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD>ƽ&#
|<7C>2!<11>F<><00> w<1B><><EFBFBD>#<23><><EFBFBD><EFBFBD>V`<60><>=<0E>Y<04> =<3D>=<3D>=<3D>=<3D>r<EFBFBD><04>Ʀ<00><><11> l@<40> <20>a<10><><EFBFBD><EFBFBD><00>!
<0E><00>#<23><00>#<23>(<01>Ƚ<04> l<><6C><EFBFBD><EFBFBD>A<><41>`w<>@E<>@AA<41>@<40><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>F<10> =<3D>=<3D>=<3D>=<3D>rBFrF<17>F<19> =<3D>=<3D>=<3D>=<3D><>z<EFBFBD>B &<02>eAz<41>x<16>B'I<16><18>'K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
:<3A>r<EFBFBD>hrw#<23>yQ=<3D>=<3D>=<3D>=<3D>ryA=<3D>=<3D>=<3D>=<3D>ry1=<3D>=<3D>=<3D>=<3D>ry!=<3D>=<3D>=<3D>=<3D>ry=<3D>=<3D>=<3D>=<3D>qb<71>b<12><07> <0B>a<EFBFBD>i<01><00>[<5B>h
FF<00><00>#BD#<23><>*`w<>AU<41>@E<>@AA<41>F<10> @<40><><EFBFBD><EFBFBD><EFBFBD>=<3D>=<3D>rBFrF<17>F<19> =<3D>=<3D>=<3D>=<3D><>G<EFBFBD>B &<02>2<00>G<EFBFBD>H 4 b$I<16><06>$K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
:<3A>?<3F>Hr<16>yA=<3D>=<3D>=<3D>=<3D>ry1=<3D>=<3D>=<3D>=<3D>ry!=<3D>=<3D>=<3D>=<3D><>q6<71><36>=<3D>=<3D>=<3D>=<3D><><07> B<12>3<EFBFBD>I<01><00>.<2E>H
<EFBFBD>t<EFBFBD>*<2A>h <0C>b$I<>f<EFBFBD>&<26>h <00>$K<>
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>
:B(<28>*I<>=<3D>=<3D>=<3D>=<3D><><07> <0B>&<26>+r)B'<27>1=<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD><1D><>Ay!<21>I<01><00><13>h
BVBSBSBS<05> B<><42>=<3D>=<3D>=<3D>23#G#<02>#<23><><08>2 f<02> <20><> V<>ǁ<11><><00><03>( 2&>A<><41>2 BBRB<1A> f*=<3D>=<3D>=<3D>=<3D>!<21><>(<02><>2"I<>S<EFBFBD>"K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:!<21><><EFBFBD><02> <0B><><EFBFBD><EFBFBD> h<>"F"F"F"F"F"F"F"F<07> <1D>+<2B><>F!<21><1D>2#V3<56><1D>l<00>y<00><00>06<>1<><31>B<EFBFBD> 82#cE<63> l<><04><><EFBFBD><EFBFBD>V<>B<EFBFBD>b<א<><D790><EFBFBD>`<60>R<EFBFBD><52>PP<50><50>
W<EFBFBD><02> rptARw<>kS<6B><53> l<><05><><EFBFBD>a <0A><><EFBFBD><EFBFBD><00><>|<7C><><EFBFBD><EFBFBD><08>
<EFBFBD><05>! rS<07>S<06> <00><> <1B>=<3D>=<3D>r+<2B>pv<70>pp<70><70><EFBFBD>#;w<>Y<00> pp<70><70>wF<>z<><7A>t<EFBFBD>p<>t&;<06><00>rz<>p~<7E><><12><><EFBFBD>w<EFBFBD><77><EFBFBD><EFBFBD><EFBFBD><EFBFBD>pp<70><70><EFBFBD>#<23>w<10><><EFBFBD><EFBFBD>#<23><>&,|<7C>=<3D>=<3D>=<3D><>! <0C><02><>&'
|<7C><>!<0F>F<> f<><66><EFBFBD>a<EFBFBD><61>xbf<>f#p<><70>bW<00>X<00> =<3D>=<3D>=<3D><> b<><00>F<><00><><EFBFBD><EFBFBD>a<><61>h<06>vq<76><71>x<07><07>'I<><49><EFBFBD>'K<>a<0E>
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>
q<><71><EFBFBD><07> <0B><><EFBFBD><EFBFBD>!<0E> <19><><EFBFBD>x <08>F<18> =<3D>=<3D>=<3D>=<3D><><EFBFBD>p<><70><EFBFBD><00>F <08>W<00>G<1F> r<><72>=<3D>=<3D>=<3D><>w<><1F>F<14> =<3D>=<3D>=<3D>=<3D>r4<>w<11>5px rV <0B> l<><6C>&[<5B><><EFBFBD><EFBFBD><EFBFBD><00> l<><6C><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Av<41><76>=<3D>=<3D>=<3D>=<3D><><06><><EFBFBD>O"<01>D<19> =<3D>=<3D>=<3D>=<3D><>P<><50>"<02><05>{<7B><>"&Ɠ!b<>(r$B"I$<24>"K<>
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>
:!]<5D><><02> "P<>O<>\<5C>)<01><1D>!V<><56>qY<71><59><07>+3<>щ<EFBFBD><D189> <00>xr'4<><00><>qT<71><54>P<>O<>G<00>a<0E>a<EFBFBD><61><00>qO<71><4F><07>+3<> <00><07><02>+4<> <00><07><02><><EFBFBD><08>I<EFBFBD><49>-5<> <00>x<02><><EFBFBD>r'2<>E<EFBFBD><45><00><>x<02>T<EFBFBD>D<19> <16>=<3D>=<3D>=<3D>=<3D><>'I<18>'K<>a<0E>
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>
:q1<71><31><07><> <20>!<0E>7<EFBFBD><37><00><16> <0B>(Iy<15>(K<>a <0A>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:<3A>
<EFBFBD><05>A=<3D>=<3D>=<3D>=<3D><> <09>1=<3D>=<3D>=<3D>=<3D><><08>!=<3D>=<3D>=<3D>=<3D><><07>=<3D>=<3D>=<3D>=<3D><><07> r<06>!<21><><EFBFBD>ra<00> x<16><05>'I<10>'K<><4B><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
<00>
:r<10> yA=<3D>=<3D>=<3D>=<3D>ry1=<3D>=<3D>=<3D>=<3D>ry!=<3D>=<3D>=<3D>=<3D>r y=<3D>=<3D>=<3D>=<3D>q<01><><07> r <0C> <09><><EFBFBD>y<01>rfWx'<05>'IH<02>'K<>a<0E>
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>
:q<><71><EFBFBD><07> <0B><04><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Bf'(<02>"B"I<>Ԣ"K<>
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>
:!<21><><EFBFBD><02> "P<>O<><4F><EFBFBD>)<01> *!<21><><EFBFBD><EFBFBD><EFBFBD>""<00> "E"E"E"E"E"E"E"E<07> <1D>+<2B><> <0B><1D>2#V<><56><1D>xF<><46>x<06><>rf<17>F<EFBFBD><46><1D>6A1<><31> <06><03><> <20><><EFBFBD><EFBFBD>̚<><02><><EFBFBD><EFBFBD><1D> l<><03><>,<2C><><EFBFBD><EFBFBD><00>j<EFBFBD><02><><EFBFBD><EFBFBD><1D> \x<00><00><00><00><00>8Ph<00>6<>̣<><02><><EFBFBD><EFBFBD><1D>[C l<><04><>&<26><><EFBFBD><EFBFBD><00><1A><02>S l<><05><> <20><><EFBFBD><EFBFBD><00><1A> h<03>f<02>
q<><71>pf<70>h<06>Hb@@<40>RPD<50>R<EFBFBD><52>@@<40>bW<>RfR<1A>ePXtPV b PP<50>W<02><><<3C>G<EFBFBD><02><>" $! `<60>Rg<>?UW<55>,"%R<><52>P<EFBFBD>r$<24>&rS#"S$<24>S%BS&bS<10> &<26><02><><01> "S#"S$"S%BS&bS<10> <1D>PgV6xP<78>&<26><02><>PT R<>Э P<><50>]
<16>vpi<70>&v<>WPPt 4 % <20>"#b<> P<>'<27>RŀRS <0A> "<22>a=<3D>=<3D>=<3D>R W<> "S#"S$"S%"S&<26> <1D>@@4<>(@" "C"<22> P@<14><>P"ABS,"S <09> PRABS %RS BS,<2C> =<3D>=<3D>=<3D>=<3D>at<61>B&ƪAr<41>H4jR$IUj<55>$K<>
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>
:Am<41><6D><04> <0B><0E>k<EFBFBD><6B><00>r"fP<> Br<><00><><02>( v<> @X<>@E @@<40>wBS<0F> <00><><EFBFBD>![<5B>H<02><>"$I<><49><EFBFBD>$K<>
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>
:AV<41><56><04> <0B> <0A>V<EFBFBD><56> " <0C>)  <0B><>F"S<10> <00>f<EFBFBD><66><1D>hb``<60>rpf<70>r<EFBFBD><72>``<60><>w<>rfr<1A><>pxtpx <20> pp<70>w<02><>r<><72>pp<70><<3C>w<EFBFBD>}" $! <20><>r<10><>Nww<77>4!9<><39><EFBFBD><EFBFBD>r*<2A><><10>)<29>+(""<15>S\<08>S(rS)<29>S*bS+<2B> <00><02>kFR)B*"+RS(BS)"S*bS+<2B>S<10> <1D><><EFBFBD>&<26>Fa<01><> `<60>F^<01><><10><>p<EFBFBD>F[<01><>4<EFBFBD><34>pp4zx <0C>rS'<27> p<><74><C2AF> v<>
<07><10> <0B><><EFBFBD>t<EFBFBD><00><>AF<41><46><EFBFBD><EFBFBD>A<EFBFBD><41>0<EFBFBD><30>tF<74><46><00><><11><>t``4jhgFGLw<><10>S(<28>S)<29>S*<2A>S+<2B> <1D><> ,ph<70>g<EFBFBD> <12>S(<28>S)<29>S*<2A>S+)<1D><>79 <0B>a<EFBFBD><61>px<70>p<EFBFBD>tr<18>Qf1=<3D>=<3D>=<3D>=<3D>q<EFBFBD><71>x<07><17>'I<>Ȣ'K<>a<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
<00>
:q<><71><EFBFBD><07> <0B>Q<EFBFBD><51><EFBFBD><EFBFBD>!<06><00><>#<23>A<EFBFBD>Lr<>.p<> <20><><EFBFBD><EFBFBD><00>Q<EFBFBD><02>D<00>ǭ<07>" <08> <00>
<0C>Ј0v<30>h<10><>Aү<41>Ј0<D088><30>t<00><>A=<3D><1B><><EFBFBD>և<02>5<00>Q<EFBFBD><07>A<EFBFBD><41><EFBFBD><EFBFBD><00><><EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD><00>
<0B>A<EFBFBD><41><EFBFBD><EFBFBD><00><07><><EFBFBD><EFBFBD><00>
<EFBFBD>!p<> <20><><EFBFBD><EFBFBD>rV<>  <20> P<> <20><><EFBFBD><EFBFBD>V<>"f"!<21><>(<02><>B"I<>T<EFBFBD>"K<>
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>
:!<21><><EFBFBD><02> <0B><><EFBFBD><EFBFBD> "BCD<43> &F(Ff l<>@<40> <20><><EFBFBD><EFBFBD><16><>rf)q<><71>x<07><17>'I<>Ȣ'K<>a<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
<00>
:q<><71><EFBFBD><07> <0B>A<EFBFBD><41><EFBFBD><EFBFBD>!<06> rCD<43> =<3D>=<3D>=<3D>=<3D>""V<><56>"&<06>A<><41>"$r3R"I<16>3<EFBFBD>"K<>
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>
:!<21><><EFBFBD><02> <0B>D<><44><EFBFBD><EFBFBD>"D& "&F+<00>"'" @<14> R<>BS,BSRS <09> <00> "<22>R"S PP<50>BS"S,   "S<0F> "@x<> ' D@@t"S<0F> W4<57><06><>Al<41>(2b"I<>֢"K<>
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>
:Qh<51>"<0E><05> <0B> <09>l<EFBFBD>)<01>(<04><>B"I<>T<EFBFBD>"K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
:<3A><05> <0B>'<27>e<EFBFBD><65>" <09>R B)<03> 2) "S"S("S)"S*"S+<2B> <1D><><03><02>q<EFBFBD><71><1D>"Dr fB<>#<23><04>l<EFBFBD><6C>"'<27>
<20><>@<40> <20><>[<5B>h<EFBFBD><68>a@<40> | <0B><06>e<EFBFBD><65><00>'̉A=<3D><><04>*<2A>p ) <20><>6<EFBFBD>B<EFBFBD>Z"<22>v<> <0C>D<>H<00> <1B><06><>"*I<16><19>*K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
:<3A>0<EFBFBD><30><08> <0B>)<29><>7<EFBFBD><37><00>') <20><>w<><1A><><EFBFBD>*<2A><><EFBFBD><EFBFBD> Z <0B>"<22> <20><>H<00> w2<77><32>Z=<3D>=<3D>=<3D>=<3D>"*I<><49><EFBFBD>*K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<EFBFBD>q<1B> :<3A><07><> <20>$<24><>"&"Df l<><05><>e"Fd<46> <00>6<EFBFBD><36> g
"'*#"ZQ<19>y"E<00> <00>0<EFBFBD><30>(<04>*<2A>2"I<><49><EFBFBD>"K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<EFBFBD><EFBFBD>!<03><>"<00><> <20><0E><>"$1 <0C><>""3<>0<> "$""4<>"R<0E> :1<05>(<03><1C>(""P<>-
<EFBFBD>:(b 2"I <0C>"K<>
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>
!<21><><EFBFBD><02> <0B><><EFBFBD><EFBFBD><1D>h 1<><31>R8y
=<3D>=<3D>=<3D>=<3D>q<EFBFBD><71>i*yRJ <0C> =<3D>=<3D>=<3D>=<3D>R f)2f#1<><31>88fc 1<><31>2#2#&c<17>82#Z<><00>8<04>2#Z<><00>(""(<28><1D>) <20>w<EFBFBD>Ɵ<><06><>V2<56><32>s<EFBFBD>V<><56><EFBFBD>i<EFBFBD>"D&<02>f<EFBFBD><66>;<3B>RD&<02>R<EFBFBD><52>8<EFBFBD><1D> <00><00><00><00><00><00><00>6A<00><00><><EFBFBD><00>#<23>(0f#-<2D><><EFBFBD> <06><> <20><><EFBFBD><EFBFBD><00>ڭ!<21><><EFBFBD><02><><EFBFBD><EFBFBD><1D><>!<21><><EFBFBD>"<00><><EFBFBD><EFBFBD><1D><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><12>GCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
2019-07-17 10:09:43 +03:00
h@l<00>((8Tl"<00><00>P""r"<00><00>"<00><00>><00>M"(".0 "PPT"<00> "<00><00>"<00><00>#"  "((*-.44":< E1"v"<00>"<00><00>i""";<"RR"e""<00><00>9"<00><00>1"<00>""++{"<00>!"<00><00> "<00><00><00> "  "4"RU1"<00>"<00>"<00>"<00>(( 44."b"d((!"#((!99I"<00>"<00>"<00>((!99I"<00>"<00>"<00>((!"#((!"#(P(Pht<00><00>"hh<00>"*","1 "Q"Y<00>"<00>"<00><00><00><00> ""
((((@!a"hh "t
"~~x"<00>3")G"p"~V"<00>>"<00>"<00><00>:"<00><00>"gh"m"uuI"<00><00>"F!"gh
2019-07-17 10:09:43 +03:00
"rt"z"|(P(Pl}d"<00>0"C"T"bf"<00>]"%P"u"{8"<00><00>l" 6"V("~-"<00><00>
"<00><00>"<00><00><00><00><00><00> "<00><00>"<00>(( 45"L"N(h(hH<00><00><00>;"<00><00>51F"wz"<00>"<00><00>B<00>("<00><00>#"!Z"{{"<00> <00><00>&<00>"<00><00>5V"op"<00>"<00><00>E<00><00><00><00><00><00><00> "<00><00>'"11K"|"<00><00> "<00><00>"<00><00>"<00>C "$)"M"aa"t0"<00>"<00>R"<00>""">@"]]eD"<00> "<00><00>"<00><00> <00><00>("##"ADD-"q"<00>)"<00>"<00>E"["tuM"<00> "<00><00>
"<00> "<00><00>"<00><00><00><00>"    "  " (( ( 2JJ"X"Z(((((.symtab.strtab.shstrtab.literal.KISS_Get_sequ_data.literal.KISS_Init_guide_glob.literal.KISS_Free_guide_glob.literal.KISS_Init_Glob_Trans.literal.KISS_Init_Glob_Diret.literal.KISS_Free_Glob_Trans.literal.KISS_Free_Glob_Diret.literal.KISS_Find_channel_end.literal.KISS_Find_channel_trans.literal.KISS_Find_channel_direct.literal.KISS_Find_channel.literal.KISS_Deal_with_ht20.literal.KISS_Deal_with.text.data.bss.rodata.str1.4.rela.text.KISS_Get_sequ_data.rela.text.KISS_Init_guide_glob.rela.text.KISS_Free_guide_glob.rela.text.KISS_Init_Glob_Trans.rela.text.KISS_Init_Glob_Diret.rela.text.KISS_Free_Glob_Trans.rela.text.KISS_Free_Glob_Diret.rela.text.KISS_Find_channel_end.rela.text.KISS_Find_channel_trans.rela.text.KISS_Find_channel_direct.rela.text.KISS_Find_channel.rela.text.KISS_Deal_with_ht20.rela.rodata.KISS_Deal_with_ht20.rela.text.KISS_Deal_with.data.AK_Group_bssid.rodata.DATA_RSSI_BEAR.rodata.RSSI_BEAR.rodata.RSSI_MIN.bss.weixin_token.bss.sta_conf.bss.pAKGuideGlob.bss.pAkTrans.bss.pAkDiret.comment.xtensa.info.rela.xt.lit.rela.xt.prop "$&(*,.23456 
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
   /01789;
&43PH_t5}t<00>6<00>t<00><00><00>.<00><00><00><>+:h<00> PWl@<"<00><00>lj$<00>:&<00><00><00><00>B,<00>/01<00><>(T<00><>SnifGlobg_osi_funcs_pSC_TAGmemcpypAKGuideGlobKISS_Init_guide_globsc_smartconfig_restartKISS_Free_guide_globpAkTransKISS_Init_Glob_TranspAkDiretKISS_Init_Glob_DiretKISS_Free_Glob_TransKISS_Free_Glob_DiretAK_Group_bssidpAPListHeadchannel_timerg_channel_timer_initKissRes_ht20_timersmartconfig_cbKISS_Find_channel_endmemcmpesp_wifi_set_channelKISS_Find_channel_transsc_channel_timer_cbKISS_Find_channel_directKISS_Find_channelmemsetstrlenesp_wifi_set_promiscuousKISS_Deal_withDATA_RSSI_BEARRSSI_BEARRSSI_MINweixin_timerwpa_crypto_funcs /.-<00><00><00>r<00><00><00><00><00><00><00><00>%.*<1(7(ENfp8?O<00><00><00><00><00>B<00><00><00><00><00><00><00> *BJ U^v<00>3T9TNTQ<00>]c`<00>ourw<00>0<00><00> 00<00><00> 0<00>!'$<00>063<00><B?0EKH<00>y<00><00><00><00><00><00><00><00><00><00><00><00>%<00>396<00><P?<00>BHE<00>HNK+SYV<00>agd<00>msp<00>v<00><00><00>E<00><00><00><00><00><00><00>E<00><00> *"4BKvSvYv<00><00><00>(<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>R<00><00><00><00>)A2<CL<00>u<00>~<00><00>e<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>#&(174<00>:@=<00>CIF<00>QWT<00>]c`<00>iol<00>u{x<00>~<00><00><00><00>U<00><00><00><00><00><00><00> <00>U$*'<00>/<00>5<00>[<00>c<00>i<00><00><00><00>( /.11Z4JR 49b>bZb3\\ 3.1 ! /.5"6`9QX u| 9><00>D<00>`<00>d<00>i<00>3<00><00> 3 /.7"6`9QX u| 9><00>D<00>`<00>d<00>i<00>3<00><00> 3.5 !.7 
2019-07-17 10:09:43 +03:00
 <00>P0{ P{ 0<00> <00><00> <00><00> <00>T6<00> T<00> 6X0 X 0\0 \ 0& h3 96 F L u ,<00> <00><00> ,<00> <00> , ,  *4 Q`B? `? BE 1N YdC d C<00> <00><00> <00><00> <00><00>  *$ /.1-<C
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
F
S
<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>


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

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

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
))
/,
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
pj
pm
hp
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
~x
~{
h<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>
2019-07-17 10:09:43 +03:00
F4B<00>
4<00> B<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>
80<00>
8<00> 0 
&#
<00>+
<00>1
<00><00>
<00><00>
<00><00>
<00><00>
<00><00>
m]
hk
u<00>
<00><00>
t<00>
<00><00>
t<00>
2019-07-17 10:09:43 +03:00
t<E<00>
<<00> E
F
F(
F-
Fj
pm
<00>w
~L-H@D@<84,3(?$> =-/ .71<o g <00> <00> <00> <00> <00> @ <00> <00> <00> <00> <00> <00> $<00> ( , 0L W 4<00> 8   <> H @i v D<00> H<00> L<00> <00><00> +<00> <00>z <00>PB<00> P<00> B<00> <00><00> <00><00> <00><00> <00><00> <00>T0<00> T<00> 0  <00>    <00>@ TN TQ <00>T b\ b_ <00><00> <00><00> <00>X8<00> X<00> 8<00> <00><00> <00><00> <00> %\0, \, 0`08 `8 0P <00>l ur {dCu du C~ <00><00> <00><00> <00><00> <00>hC<00> h<00> C. < <00>_ e <00><00> <00> <00># ~( ~. VS ~X ~] ~<00> <00><00> <00><00> }<00> ~; B" " B( 5D, , D B< < BB LFF F Fd7`5\1X-TP@L?HD@<840,($ </. -<00> t <00> 4< H ` j x <00><00> r<00> <00> <00> ; l <00><00> <00><00> <00><00> <00><00> <00>9 R j s $<00> <00><00> <00><00> <00>* @ G (^ <00>z <00> <00> ,<00> <00> <00> 0<00> ] /; WZ <00>] t <00> 4<00> 8<00> <00>    <00>( A T [ ^ <<00> <00> @<00> D  H L: Pe l Ty \<00> X<00> `<00> d<00> <00><00> <00><00> <00><00> <00>    <00> <00>hG<00> h<00> GlB<00> l<00> B<00> <00><00>  pB<00> p<00> B<00> <00><00>  <00> <00><00>   1 1+ 1.  3 96  E <00>J zn tq  <00>  <00> <00><00>  <00>  <00>  <00> <00><00> <00> !B HE <00>M <00>S <00>p {u <00><00> <00><00> <00><00> <00><00> <00>tH<00> t<00> H<00> <00>    ! '$  3 <00>8 pf li  <00> <00><00>  <00> <00><00>  <00> <00><00>  <00> <00><00> <00><00> <00><00>    11 74  G |W |\ |xI<00> x<00> I<00> <00><00> <00><00> <00><00> <00><00> <00><00> <00><00> <00>|B<00> |<00> B<00> <00>I<00> <00><00> I<00>H<00> <00><00> H<00>I<00> <00><00> I<00>0 <00> 0 a<00>B <00> B! t' M/ M4 MX ^[ a t
 <00>     e      75;*=L$X'X B3 3 B9J BB <00> RR <00> (08 @
H P X ` $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00> $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    $ 0 < H T ` l x
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>
<00>
<00>
<00>



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

 ,
 8
 D
 P
 \
 h
 t
 <00>
 <00>
 <00>
 <00>
 <00>
 <00>
 <00>
 <00>
 <00>
 <00>
 <00>
       (  4  @  L  X  d  p  |  <00>  <00>  <00>  <00>  <00>  <00>  <00>  <00>  <00>  <00>      $  0  <  H  T  `  l  x  <00>  <00>  <00>  <00>  <00>  <00>  <00>  <00>  <00>  <00>  <00>       ,  8  D  P  \  h  t  <00>  <00>  <00>  <00>  <00>  <00>  <00>  <00>  <00>  <00>  <00>     ( 4 @ L X d p | <00> <00> <00> <00> <00> <00> <00> <00><00><00> $0<HT`lx474U4s4<00>4<00>4<00>4<00>4
4+4M4h4<00>4<00>4<00>4<00>4<00>24<00><00><00><00><00>@<00>?> <00><00> d<00>@<00>G<00>>  #<00>@<00>H<> 0 <00>@<00>H> @<00> <00>;@<00>I> `H #[@<00>J<> <00>l #{@8K<> <00><00>
<00>@tK >  <00><00>|<00>@<00>O<00>>" <00><00><00>@tT|>$ <00>N@<00>Y<00>>& %@  @<00>Z >( D`#?@<00>gH>* ex#Z`@h<00>>, z<00>#<00><00>#<00><00>#<00><00>#<00><00>#<00><00>#|<00><00>#<00><00># <00>#0<00>#; $82S$h-@<00>h<00>>9 ?<00>$<00>:@ti<00>>; ?4H<00>8?- <00>=9sc_esptouch.o/ 1603355352 1000 1000 100664 43624 `
ELF^<08>4(<96A<00><><EFBFBD> <02>H<00> <1D>6a <08><><EFBFBD><EFBFBD><08><01>)<11>!<21><><EFBFBD><EFBFBD><1D>6A<00><><EFBFBD> <1B><><EFBFBD><EFBFBD>(<00>(R<><00><><EFBFBD><EFBFBD><08>z<EFBFBD><7A><EFBFBD><EFBFBD><1D>|<7C><>Jv<4A> <1D>I (%d) %s: confirm rssi:%d, bssid:%02x:%02x:%02x:%02x:%02x:%02x
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 (%d) %s: TYPE: ESPTOUCH
I (%d) %s: T|sniffer on ch:%d,width:%d
I (%d) %s: T|AP MAC: %02x:%02x:%02x:%02x:%02x:%02x
I (%d) %s: T|Head Len:%d
I (%d) %s: T|SYNC STATUS
I (%d) %s: T|once %d %d
I (%d) %s: save rssi:%d ,bssid:%02x:%02x:%02x:%02x:%02x:%02x
I (%d) %s: iCh lock
I (%d) %s: T|sniffer on ch:%d, snd_ch:%d
I (%d) %s: T|PHONE MAC:%02x:%02x:%02x:%02x:%02x:%02x
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 (%d) %s: T|AP MAC:%02x:%02x:%02x:%02x:%02x:%02x
I (%d) %s: F|sniffer on ch:%d,width:%d
I (%d) %s: F|rssi:%d, ch:%d
F|head:%d
I (%d) %s: F|%d-%d
I (%d) %s: F|%c-%d
I (%d) %s: F|reset ch %d
I (%d) %s: F|SCAN SSID: %s
I (%d) %s: F|hide reset ch:%d,width:%d
I (%d) %s: F|all lenth: %d,pswd lenth: %d
I (%d) %s: F|SCAN CRC SSID: %d
I (%d) %s: F|XOR
I (%d) %s: F|%d-%d-%d
I (%d) %s: F|%d-%c-%d
I (%d) %s: F|pswd: %s
I (%d) %s: F|ssid: %s
I (%d) %s: F|bssid: %02x:%02x:%02x:%02x:%02x:%02x
E (%d) %s: promiscuous close fail
E (%d) %s: ACK param allocate fail!
I (%d) %s: T|%d-%d
I (%d) %s: T|%c-%d
I (%d) %s: T|SCAN SSID: %s
I (%d) %s: T|all len:%d,pass len:%d
I (%d) %s: T|scan ap: %d
I (%d) %s: T|XOR
I (%d) %s: T|%d-%d-%d
I (%d) %s: T|%d-%c-%d
I (%d) %s: T|pswd: %s
I (%d) %s: T|ssid: %s
I (%d) %s: T|bssid: %02x:%02x:%02x:%02x:%02x:%02x
D`<00><00><00> 6<>1<><31>!<21><>H(""VT<00><><EFBFBD><EFBFBD><16> }W#<23> l<><6C> b<06>E<00>#<23><>&<26><><EFBFBD><EFBFBD><00>}XB<07>E<1C> =<3D>=<3D>=<3D>=<3D>bbU<0F> =<3D>=<3D>=<3D>=<3D>(2Vb<56><62>M}!<21><>b!<21><>&r XFX<02><><EFBFBD><EFBFBD><EFBFBD>r YXbH<19> <00>'<00>%I<><08><><EFBFBD>r <20>YbI<19> <00><00>%K<><4B><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
<00>#<23>
:Q<><51><EFBFBD>#<23><05> R%r YQ=<3D>=<3D>=<3D>=<3D>b$R!<21>1=<3D>=<3D>=<3D>=<3D><>"<22><><EFBFBD><EFBFBD><EFBFBD>YiA<69>!y<01>X <06><><EFBFBD>iX bH<19> <00><>=<3D>=<3D>=<3D>=<3D>b%I<><49><EFBFBD>%K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<EFBFBD><EFBFBD>Q<><51><EFBFBD>%<00><> <20><><EFBFBD><EFBFBD>R" <19><><EFBFBD>h<03>BF<08>F<17> =<3D>=<3D>=<3D>=<3D>B(<15><06>$<24> <06><> <20><><EFBFBD><EFBFBD><00><><EFBFBD>OBP<><50>I<EFBFBD>B$V<><56>I<EFBFBD><49>I<>=<3D>=<3D>=<3D>=<3D>a<EFBFBD><61><EFBFBD>R%3<>a<0E>`<60> R"R%4<> <08><04><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>I<00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><03><><EFBFBD>I<18> =<3D>=<3D>=<3D>=<3D><>ѸQy<51><79><05>I<19> =<3D>=<3D>=<3D><> <00>+3<> <00><05>"<00>)4<> <00> <0C><02>o<EFBFBD><6F>)5<> <00> Qm<51><6D><05>[<11>U<EFBFBD><55><EFBFBD><EFBFBD>XлR%2<><00>"Qg<51>P<EFBFBD> <20>)3<> <00><05><02>)4<> <00> X<02>a<EFBFBD>R%5<><00>R<EFBFBD><52><EFBFBD>R <18>]<5D><>I<00> =<3D>=<3D>=<3D>=<3D><>f([R+I<><49><EFBFBD>+K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
:<3A>H<EFBFBD><48><08> <0B><><EFBFBD>! <0C>Q<EFBFBD><51>a<00><00><02><>!<21><03>Y<EFBFBD><59>rE<00> UW=<3D>=<3D>=<3D>r<1B><><EFBFBD><EFBFBD><16>R+I<16><05>+K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:<3A><03><0E> <09>A=<3D>=<3D>=<3D>=<3D><> <0A>1=<3D>=<3D>=<3D>=<3D><> <0C>!=<3D>=<3D>=<3D>=<3D><> <0B>=<3D>=<3D>=<3D>=<3D><>&<26><>
<EFBFBD> <09><> <20>1<EFBFBD><31><01><00><03><> l<>.<2E><><EFBFBD><EFBFBD>6<EFBFBD><36><00><1B>R <18><>f'<27>(R(I<>Ţ(K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
:<3A><16><><03> <09> <0B><08>"<22><><00>8VC *1<1F>R <19> 8<03><1D>RI<1B>I<1A> <00>Q<06>2f8<02><>R#I<>u<EFBFBD>#K<>
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>
:1<01><><03> <0B><12><>8<02>2#3<><00>(""4<><00> <02><><EFBFBD><EFBFBD>! "H<00> <00> <0A><><1D>6A<00><><EFBFBD>"<1D>6A t<><74>!<21><> <18>B<00> <1D><><EFBFBD><EFBFBD>"H<00> <1D>6A!<21><><EFBFBD><02><>1<EFBFBD><31> \<5C>2#2#R<><00><><EC8A81><EFBFBD><1D>1<><31>)<1D><><EFBFBD><EFBFBD> 
<EFBFBD><08>(R<>):-
2019-07-17 10:09:43 +03:00
<EFBFBD><06><>1<><31>(Vr<56><72><EFBFBD><EFBFBD>6A!<21><><EFBFBD><02><>A<EFBFBD><41>82#(<28> 9=<3D>=<3D>=<3D>=<3D>1<EFBFBD><31>!<21><><EFBFBD><03>=<3D>=<3D>=<3D>=<3D>A<EFBFBD><41><EFBFBD>h II<1D><><04><08>8<EFBFBD>+(<28><02><00>V<><56>F<EFBFBD><46> 6A<00><><EFBFBD><EFBFBD><08>H<EFBFBD><48><EFBFBD><EFBFBD><1D>6A!<21><><EFBFBD><02>ځ<EFBFBD><DA81><EFBFBD><08>((<28> <08><1D><00>PDh<00><00><00><00>t 6<>1<><31>B<EFBFBD> <<3C>R UPPt1<74><31>a<EFBFBD><61><EFBFBD>82#<15><><EFBFBD><EFBFBD><00>
l<>q<><71><EFBFBD><07><><EFBFBD><EFBFBD>VJ;q<><71>b'BW<>B<>&<26>S<1D>BRF<1B> f<14><><EFBFBD><EFBFBD><EFBFBD><1D><> l<><04><><EFBFBD><EFBFBD>VJ7<4A>b<EFBFBD><62>€<EFBFBD><C280><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>L*<2A><><02><02><19><>A<EFBFBD><16><><08>י<02><02><>$<24><>&<26> l<><6C><EFBFBD>a<11>a<10><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <0F><>*<2A><> <20>!<11><0F><><EFBFBD>S<15> =<3D>=<3D>=<3D>=<3D><>!<10><><EFBFBD>S<16>)<29>- <1B>=<3D>=<3D>R+<2B>P]<5D>PP<50><50><EFBFBD>#;U<>Y<00> PP<50><50>u<02><>_<><5F>t<EFBFBD>P<>t&:F<><00>RZ<>P\<5C><><12><><EFBFBD>U<EFBFBD><55><EFBFBD><EFBFBD>|<7C><><EFBFBD><10><>#<23><>PP<50>|<7C><>U<10><>#<23>a&+|<7C>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD><06>&%
|<7C>R!<12><02><><00><04><><EFBFBD><1B><><EFBFBD>#<23><><EFBFBD><EFBFBD>V`<60><>]<0E>Z<04> =<3D>=<3D>=<3D>=<3D><><EFBFBD>(<28>fE<> <06><>BBF<10>a<11><><EFBFBD><EFBFBD><00>i<EFBFBD>B <18>!& 
ai<EFBFBD>HB$R<>M
V<EFBFBD><05>Ae<41>H<04><04>a^<5E>Bf3<><33><EFBFBD>b$I<><49><EFBFBD>$K<>
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>
:H<07><>@O<><4F>Z<EFBFBD>B<EFBFBD><04><08><> <20>X<EFBFBD>Ba<00>H<07><><04><18>g<00>n<EFBFBD><6E><1D><00><1C><><EFBFBD><EFBFBD><EFBFBD>" <18>J<08> =<3D>=<3D>=<3D><> <00>4<><34>"5<>" "Z<05> l<> =<3D><>'<00><><11>^<5E><><00><><1A><07> <10>D<06> =<3D>=<3D>=<3D>=<3D><><EFBFBD><04><><EFBFBD><EFBFBD>:<3A><><04> <0B>D)4I:"Y<04> =<3D>=<3D>=<3D>=<3D><>,<2C>"C<1A> =<3D>=<3D>=<3D>=<3D>2 I "H"H"H"H"H"H"H<07> fx=<3D>=<3D>=<3D><> (<16>2"IC<06>"K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:"<05><00>#)Q=<3D>=<3D>=<3D>=<3D>")A=<3D>=<3D>=<3D>=<3D>")1=<3D>=<3D>=<3D>=<3D>")!=<3D>=<3D>=<3D>=<3D>")=<3D>=<3D>=<3D>=<3D>! <0C><><02><> "<00> <0C>"a<00>2<><32>""#7"@<40><><EFBFBD><EFBFBD>"
f=<3D>(2&D RB<18> =<3D>=<3D>=<3D>=<3D>2
BB<19> f(=<3D>=<3D>=<3D>=<3D>(<06><>2"I<>c<EFBFBD>"K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:!<21><><EFBFBD><02><> <20><><EFBFBD><EFBFBD>
<EFBFBD>
2019-07-17 10:09:43 +03:00
<EFBFBD><EFBFBD>8<> "C"C"C"C"C"C"C"C<07> <1D>+<2B>'<02>?<3F><1D>2#VS<56><1D><00><>, <<3C><06><08><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><> l<><07>! <0C><><EFBFBD><EFBFBD>VjOq<4F><71>h<07>W<>F9RF<1C> 7<01> l@<40> <20><><EFBFBD><EFBFBD>V<>LXb<58><62><EFBFBD>PP<50>P<EFBFBD>􊉀<EFBFBD><F48A8980><EFBFBD><EFBFBD>B<EFBFBD><42><02>-<01><19><>A<EFBFBD>ט<08><10><>F(<01><><1A> l<><6C><1C>ђa<0F>a<10><><EFBFBD><EFBFBD> <0F><> <20><> <20>!<10>RS<10> =<3D>=<3D>=<3D>=<3D><><EFBFBD>X<EFBFBD><58>S<11> <00><1B>=<3D>=<3D>b+U`i<>``<60><><EFBFBD>#;f<>X<00> ``<60><>v<02>
o<><6F>t<EFBFBD>`<60>t&:<02><01>b`<60><>jl<6A><12><><EFBFBD>jl<6A><6C><EFBFBD>|<7C>``<60><><EFBFBD><10>f<10><>#<23>a<12><>#<23><>&&|<7C>g<02><>&+=<3D>=<3D>=<3D><>!|<7C><><02><>R<00><><EFBFBD>U<>U#Ѕ<>R]<00><><EFBFBD>m <0A>X<00> =<3D>=<3D>=<3D>=<3D>R<EFBFBD><00>F<>a<><61>R&<00><><EFBFBD>R%3<>R&<00><><EFBFBD>R%4<> Q<><51><EFBFBD>P<>O<>E<00>a<11><><EFBFBD><EFBFBD><00>Q~<7E>P<EFBFBD> <20>)3<> <00><05>&<00>)4<> <00> <0C><06>x<EFBFBD><78>)5<> <00> Qv<51><76><05>[<11>U<EFBFBD><55><EFBFBD><EFBFBD>XлR%2<><00>Qp<51><70><05>)3<> <00><05>&<00>)4<> <00> X<06>j<EFBFBD>R%5<>Qj<51><6A>h<EFBFBD><68>!<11><05>J<00> <00>I<EFBFBD>|<7C><><00>Q<EFBFBD> <09>Z =<3D>=<3D>=<3D><><06>J<19> <00><>=<3D>=<3D>=<3D>=<3D><>(I<16><01>(K<><4B><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
<00>
:<3A>J<EFBFBD><4A><08><> <20>V<EFBFBD><56><EFBFBD><EFBFBD> <1A>r<><00>w<EFBFBD>r<00>rIr<><72><EFBFBD> =<3D>=<3D>=<3D>=<3D><>w<><1C>I<1C> =<3D>=<3D>=<3D>=<3D>r4<>w<11>5pz rY rI rX<00> =<3D>=<3D>=<3D>=<3D>rO<>*<2A>rI<18> =<3D>=<3D>=<3D>=<3D><>Pr <18>I<19> f;=<3D>=<3D>=<3D>=<3D>x<16><02>'I<16><02>'K<>a<11>
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>
:q<1F><><07><> rP<>O<>+<2B><>!ra<00><00>r<>&<26><><EFBFBD><07><>p,<2C>v<EFBFBD> <0C><1B><>I<00> <1B>=<3D>=<3D><> "&<06>"I<16><05>"K<>a<11>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:(<05><0E> <09>A=<3D>=<3D>=<3D>=<3D><> <0A>1=<3D>=<3D>=<3D>=<3D><> <0C>!=<3D>=<3D>=<3D>=<3D><> <0B>=<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD>"
<EFBFBD> <09> <0B><08><>!)<01>@'<27>r%r<>v<> <0C>D<>G<00> w=<3D>=<3D>=<3D>"&bB"I<08>"K<>
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>
:(r<14>yA=<3D>=<3D>=<3D>=<3D>ry1=<3D>=<3D>=<3D>=<3D>ry!=<3D>=<3D>=<3D>=<3D><>q<><71><EFBFBD>=<3D>=<3D>=<3D>=<3D><><07> "<10><><EFBFBD>"a<00>A<><41>"f!H<06><>"$I<>r<EFBFBD>$K<>
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>
:H<05><07> <0B><08><><EFBFBD><EFBFBD>(HV *A<><41>R<19>rH<04><><EFBFBD>RB<1B>R:rB<1A> <00>Q<><51>"f2(<06><>B"I<><49><EFBFBD>"K<>
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>
:!<21><><EFBFBD>"<00><> <20><><EFBFBD><EFBFBD>FfBBR:<3A> =<3D>=<3D>=<3D>=<3D>"&<00><><EFBFBD>""3<>"&<00><><EFBFBD>""4<> a<><61><EFBFBD>P<>O"F<00> <00><><EFBFBD><EFBFBD> <02><>"H"H"H"H"H"H"H"H<07> <1D>+<2B>W<02><><EFBFBD><1D>2#V<><56><1D>D<00><><EFBFBD><EFBFBD>(VUUU 6<>A<><41>Q<EFBFBD><51>2 30<33>t<EFBFBD>2 <1C>B<> 2<> v<>RTKD<4B>L<1C> L$=<3D>=<3D>=<3D>8b00<30>0<EFBFBD><30>2Q<10> 2<><32>:97<39><02>b<> 2<>T9<54><39>= <0C>i<EFBFBD>=<3D>=<3D>=<3D>=<3D>R<EFBFBD>K3W<33> DVt<56> <0E><><EFBFBD> <0C><>a<11>av<><17><03><13><>X<EFBFBD><58><03> <00><03><>N@@t<><74><10>t<EFBFBD>R=PY<50>PP<50>;e``<60><>vF<>bRWbW<04> &4F<>|<7C>=<3D>=<3D>=<3D>R
2019-07-17 10:09:43 +03:00
P`<60><>U#B @<40><><EFBFBD>D#Ra=<3D>=<3D>=<3D>=<3D>R I<>jOJE@@<40><>D<10><> <0B>t#kw<6B><77>&$V<>-`o<>Pf<50>R<EFBFBD><52>`@<40>PD<10>T#&$b<><62>gF<>H<>@?!@3<>0?R!<10>!<11>!<13>300thѦ300tRB<>U#r<>,<2C>"<22>+DP"<22>"<22>'<27><03>m<1D>G<EFBFBD><47>F<EFBFBD> - t"<22> <09> "<22>"X<00> K<><4B><EFBFBD><EFBFBD><1D>2 " '
"\*<2A> <1D>!<21><> H1<><31><EFBFBD>B$3<>a<12><00>HB$4<>A~<7E>Q|<7C>hrE<00> =<3D>=<3D>=<3D>=<3D><>!<12>v<EFBFBD><76><EFBFBD><EFBFBD><00>! <07>o<EFBFBD>hyX rH<19> <00><>=<3D>=<3D>=<3D>=<3D>r&I<><49><EFBFBD>&K<>a<12>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<EFBFBD><EFBFBD>aj<61><6A>&<00><> <20>i<EFBFBD><69><00>! <16>`<60>x<04> i=<3D>=<3D>=<3D>=<3D>bZ<00>#b[f#ji`<60><05>*jj<6A><6A><EFBFBD>`a!<21>*<2A>bW9<57>W:<3A> <00>h=<3D>=<3D>=<3D>=<3D>b<19>GbG<1B> aR<61>`o<>`aA`<60><><EFBFBD><EFBFBD><EFBFBD>bG<1A>G<1B> =<3D>=<3D>=<3D>=<3D>xaJ<61>`<60> r'3<><00>r"r'4<><00> x<02>D<EFBFBD>r'5<><00> aB<61><42><06>k<11>f<EFBFBD><66><EFBFBD><EFBFBD>hлb&2<><00>0<EFBFBD>bfgb"r&I<16><05>&K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
:<3A>a.<2E><><1A><06><> <20><1B>1<EFBFBD><31><01>x<02>G<EFBFBD>'I<><49><EFBFBD>'K<>a<12>
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>
:x<04>:<3A><>9<EFBFBD>=<3D>=<3D>=<3D>=<3D><><06> b<1A>$<24><>!i<01> *a"<22><>"<22>b&<00> <06><03><11><> r<>TbHT<48> =<3D>=<3D>=<3D>=<3D><>bGbGbGbGbG<05> =<3D>=<3D>=<3D>=<3D>r(3<><00>(""4<>(<04><1B>bE<00> <00><0E><>!<21><><EFBFBD>2<> <20><>T9<54><39><EFBFBD> =<3D>=<3D>=<3D>(<28>H<EFBFBD>2R<00> K"'<27><><1D><>0<>tK<74><4B>!B<>P22X<00> K<>G<EFBFBD><47>2<EFBFBD>" <0C>v<EFBFBD> =<3D>RRS<00> K3=<3D>=<3D>=<3D>""#B"\)B\(<28> <1D>"*<2A><><EFBFBD>" <20><>R<EFBFBD>b<EFBFBD> 09<30>B<EFBFBD>JF"\*<2A> =<3D>=<3D>=<3D>=<3D>"<22>*$ O12U*<2A> =<3D>=<3D>=<3D>=<3D>1<EFBFBD><31>0"<22>@"<22>B* 4:<<3C>C"CZ<43> <00>$<06><>=<3D>=<3D>=<3D>=<3D>2,"+'<<3C>F@<40><1D><00><><EFBFBD>Pd<00><>x<00><00><00>$8P h<00><00><00><00>,<00> @\<00><00><00><00><00><00>6<>BR<><52>D#W<>ƾ&3<06>8<12>shb`0<>2<EFBFBD><32>0P<30>1<EFBFBD><31>06P3 2b=<3D>=<3D>=<3D>=<3D>1<EFBFBD><31><EFBFBD>X&<13>ef%F<><1D><><02><><EFBFBD><EFBFBD><1D>(b <20>R:P"<22>"<22><> <20>R<EFBFBD>h'<27>F<>R
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
y<EFBFBD>b#f R
2019-07-17 10:09:43 +03:00
)R<>'<27><06>"<22>"<02><><EFBFBD><1C>"<22>9 $<24><>"'<27><06>"<22>]g<>Ƙ"<22><>**<2A>u<EFBFBD> ux<08>'bZ]<5D>a
BZ^<5E> v<>=<3D>=<3D>=<3D>=<3D>bBbRBR<01> K"R<><52>=<3D>=<3D>"<22>U'%<06> tb<74><62> (jj<6A><6A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><08>)<29>2a =<3D>=<3D>=<3D>=<3D>"<00><>| <20><>(<28><><EFBFBD>2<><32>|<08><>t:<3A> D<><44>2<00>##'<27>F<>0<>4 4Ј <20>" <20><>t 2 <20><>v<> 0qA<71>w0<07>F=<3D><>01A<31><41><EFBFBD>p0tF<74><46>0:0 <0C>v<EFBFBD> 0qA<71>w0<07> =<3D><>01A<06><>p0t<30><74><EFBFBD>7oa9<61><39>R8<>fe <0C><><EFBFBD><EFBFBD>51Q5<51>xgR'I<05>'K<><4B><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
<00>
<EFBFBD> :q/<2F><><EFBFBD><EFBFBD><07> <0B>.<2E><><01><00><> Q(<28>x<05>GR'I<><49><EFBFBD>'K<><4B><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
<00>
2019-07-17 10:09:43 +03:00
<EFBFBD> :q#<23><><EFBFBD><EFBFBD><07> <0B>#<23><><01><00><>XPx<50>PD<50>B<EFBFBD>Pr<50>PJwB<77>VJwB<77>9JG;t@G<>@B!ryBU9<55> V<>@=<3D>=<3D>=<3D>=<3D>H<EFBFBD><48><EFBFBD> "ExBEz<45> F<05><>f "Ew<45>E{<7B> <00><>f) "E*BE|<7C> H<>&4<02> "E+BE}<7D> F r%A<><41>@Gq<><71>w<02><>\<5C><>xr<78><72>pptw4<15>wL<04>4 <0A>x<EFBFBD>,<2C>w$B<><42>G) "E}"E|"E{"Ez<45> <1D><00>D<EFBFBD>@@tI<74> =<3D>=<3D>=<3D>roBEy<45> fFl)<29>=<3D>=<3D>=<3D>=<3D>H<EFBFBD>fR<>.<2E><05><07><><00><><EFBFBD><02>]<00>.<17> (<03><><EFBFBD>*<2A> <00> <0C><><EFBFBD>0v<30><18><>Aү<41>Ъ0h<07><>t<00><>A=<3D><1B> <0B><><EFBFBD>t<EFBFBD><74><EFBFBD><EFBFBD><EFBFBD>·<02>J<00>+<2B>k<> <0C><>
}<08><>0=<3D>v<EFBFBD><19><><41><C2AF><EFBFBD>0i<05><>t<EFBFBD><00><>A <0B><><EFBFBD>t<1B><><EFBFBD>ї<02>;r<>N<EFBFBD><07>с<EFBFBD><D181><EFBFBD><00>
<0B><07><><EFBFBD><EFBFBD><00><05><><EFBFBD><EFBFBD><00><> P<> p<> <20><><EFBFBD><EFBFBD><00><><EFBFBD> l<><04><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>O R<1A>U<EFBFBD><55><EFBFBD><EFBFBD>-<06><><EFBFBD><16>RVe<05>P<><50><EFBFBD><EFBFBD>XR<><01>rE<72><45> w<>f=<3D>=<3D>=<3D>=<3D>Q<EFBFBD><51>X<05><>Q<><51>X<05><>r%I<><17>%K<>
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>
:Q<><51><EFBFBD><05> <0B>O<><4F><EFBFBD><EFBFBD>Rf#F<><46>r%I<><49><EFBFBD>%K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:Q<><51><EFBFBD><03><>N<EFBFBD><05> <0B><><EFBFBD><EFBFBD><00>RpR<70>RHp<48> =<3D>=<3D>=<3D>=<3D>B$Vd<56>(<28>F B<>-<2D><04><><EFBFBD><EFBFBD><00>
<EFBFBD><04><>N<EFBFBD><4E><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> l<><6C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>BoBEp<45> =<3D>=<3D>=<3D>=<3D>XrpfBw<>DBE)<29> F<BxBE)<29> VG <1F>=<3D>=<3D><>Z<EFBFBD>H<08>$<15>B.VT<04>k<><6B>+ <0C><> <00>D0<44><30>=<3D>v<EFBFBD>@<40>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD>0d<07>@t@AA=<3D><><EFBFBD><01><><EFBFBD><EFBFBD><EFBFBD>G<EFBFBD> <0B><><01><>t<EFBFBD>OrP<>(V<><56>f{B<1A><>Bwo<16>BVd<06><0F><07>сr<D181><72> HB<>R<18>D<EFBFBD><44> =<3D>=<3D>=<3D>=<3D><><EFBFBD>&F$Q3<51><33><05><><EFBFBD>!Q0<51>H<05>$<24>B(I<>K<04>(K<><4B><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
<00>
:Q*<2A><><05> <0B><><EFBFBD>.<2E>y<01>BfP<><50><EFBFBD>r$IG<04>$K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
:<3A>A<1E><>x<><04> <0B>w<>#<23><>a<00>X<05><>r%I<16><01>%K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:X<03><04> <0B>p<><1A><>R<><52>H<03><>@<40><>Z<EFBFBD>R<00><>@y<><79><07>'<27>
URH<00> <00><00>% "H"G<><47> F
URH<00> <1D><00><>@Y<>"E<><45> =<3D>=<3D>=<3D>=<3D>"""H<00> =<3D>=<3D>=<3D>=<3D><>y&")<29>R$"<22><>R<EFBFBD><52> tP"<22>R<EFBFBD><52>ZT*$ <07>+U<>x<EFBFBD>W<EFBFBD><57><EFBFBD>F "pRD,<2C> &"<22><>*$ =<3D><>xF<00>w <05>)F&E<0E>,R<08>PZ0RD,<2C> pPt@<40><>uW<75><57>=<3D>"x <08>"<22>"<22><>F<00>,p<>tR NPZ0RD,<2C> <00><>x'(<28>=<3D>=<3D>R,"<04>'<27>%F&ER<00>,PY0RD,<2C> pPt+"u<><75><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"f"!<21><>(<02><>B"I<>T<EFBFBD>"K<>
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>
:!<21><><EFBFBD><02> <0B><><EFBFBD><EFBFBD>(2<02><>#! ,2Bz<42><7A><00><>N2By2B<32>2B<32>2Bp<42> <00><><EFBFBD><EFBFBD>2<02><>#! ,2B{<7B><><00><>N2By2B<32>2B<32>2Bp<42> <00><><EFBFBD><EFBFBD>2<02><>#! ,2B|<7C><><00><>N2By2B<32>2B<32>2Bp<42> <00><><EFBFBD><EFBFBD>2<02><>#! ,2B}<7D><><00><>N2By2B<32>2B<32>2Bp<42> <00><><EFBFBD><EFBFBD>2<><32>:2 DR) r`@t<>'"C"C<01> +3dW4<57><1D>"Q<><51>f  <0C><>a<61>)!<21><> | <0B><02><><EFBFBD><EFBFBD>h<03>Mrw`<60><>(H'7A<16>R$I%<07>$K<><4B><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
<00>
<EFBFBD> :H@<40><>M <09> <09><>=<3D>=<3D>=<3D>=<3D><>j<EFBFBD>B<04><> <09> <0B>s<EFBFBD>I<01><00><>F<00>dR$I<><15>$K<><4B><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
<00>
2019-07-17 10:09:43 +03:00
<EFBFBD> :H@<40><>M <09> <09><>=<3D>=<3D>=<3D>=<3D><><06> B<04><>e<EFBFBD>I<01><00><>" tHB)G<><02><><EFBFBD>]<08><><EFBFBD><EFBFBD><04>+D<>H<1F> <1B><><EFBFBD><EFBFBD>=<3D>=<3D>=<3D>BpfwB<77>N<EFBFBD><04><><EFBFBD><EFBFBD><00>
<EFBFBD><04><02><><EFBFBD><EFBFBD>r<06>B<EFBFBD>rD<72><44> =<3D>=<3D>=<3D>=<3D>r<06>rD<72><44> =<3D>=<3D>=<3D>=<3D>r<06>rD<72><44> =<3D>=<3D>=<3D>=<3D>r<06>rD<72><44> =<3D>=<3D>=<3D>=<3D>rxrD<72><44> =<3D>=<3D>=<3D>=<3D>bpfN <00>G|x<><78>)@@t<>xpx<70><78>G)<29><> <0C><>@t<>H<00> J<>`Đz<C490><1B><>4<EFBFBD>F<EFBFBD><46><EFBFBD><EFBFBD><EFBFBD> l<><6C><EFBFBD><EFBFBD>ebBd<42> <00>W<EFBFBD><57>F BBd<42> =<3D>=<3D>=<3D>=<3D>H<16>
b$I<><16>)<03>$K<>
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>
:q<0F><><07><> <20><1B><><1B><>H$b$I<><16><03>$K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<EFBFBD><02> :<3A><> <20><13><>Bd<16>H<16>b$I&<05>$K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:Bj<>eIA=<3D>=<3D>=<3D>=<3D>BiI1=<3D>=<3D>=<3D>=<3D>BhI!=<3D>=<3D>=<3D>=<3D>BgI=<3D>=<3D>=<3D>=<3D>A<EFBFBD><41><EFBFBD><04> Bf<><66><EFBFBD>I<01>
<EFBFBD>%<25><><00><>H<05><>b$I<>f<EFBFBD>$K<>
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>
A<><41><EFBFBD><04><> <20><><EFBFBD><EFBFBD>Ha<><61><EFBFBD>B$3<>xA<><41><EFBFBD>r'3<><00>hb&4<><00> &HB$4<>Hi=<3D>=<3D>=<3D>=<3D>B<00>F<><02><>DK<44>&tFr<46> <0B>b<EFBFBD><62>&<02>d<EFBFBD><1D>YY
<1D>&#<02><>1<><31>Xh̆<><02><><EFBFBD><EFBFBD><1D> l<><6C> <09><>&<26><><EFBFBD><EFBFBD><00><06>A<><41><EFBFBD>u <<3C><04><07><><EFBFBD><EFBFBD><00>*r<> <<3C>p<> <20><><EFBFBD><EFBFBD><00>*<2A><><EFBFBD> <p<> <20><><EFBFBD><EFBFBD><00>*<1D> <<3C><07><> <20><><EFBFBD><EFBFBD><00><1A><>&f&<06><1D>hb``<60>b<EFBFBD><62>rpf<70>r<EFBFBD><72>``<60><>w<>rfr<1A><>pxtpx <20>pp<70>w<06>r<>hg<68>ƲrptA"w<05><12><>rU<13> <1D>!<21><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(""rUr<>h<EFBFBD>U<10>UbU<12> <00><>ơ=<3D>=<3D>=<3D><> ryf R(R<><01><><06>`P4<50>zPw |PZ`d4p<34>tPf <20><>t<EFBFBD><74>] <0C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>`<60>tv<74> PaA<61>f0<07>F=<3D>PQA<51><41><EFBFBD>`PtF<74><46>h<EFBFBD><68><EFBFBD><EFBFBD>PV0 <0C>PaA<61>f0<07>F wV<77><56>PQAF<41><46>`Pt<50><74><EFBFBD>W|aZ<61>rQZ<51>fX <0C><><EFBFBD><EFBFBD>7*<2A><16>r(Ig<04>(K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
:<3A>R<EFBFBD><52><EFBFBD><EFBFBD><08> <0B><><EFBFBD>j<EFBFBD><6A><01><00> <00><05>r(I<>Ǣ(K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
:<3A>H<EFBFBD><48><08> <0B><><EFBFBD><EFBFBD><EFBFBD>`<60><>a<00> <18>_<EFBFBD><5F>q^<5E><><07>K<00> =<3D>=<3D>=<3D><> <00>)3<>a <0A> p<> <20>%<00>)4<> <00> <0C><05>T<EFBFBD><54>)5<> <00> x<05>Q<EFBFBD>r'2<>x<03>y<><79>V<EFBFBD>2<EFBFBD><32><EFBFBD>ɘ<EFBFBD><C998>Gz<47>Gx<47> <00>;<02><>f<0E><><EFBFBD>G{<7B>Gw<47> 7<00><>f)<0E><><EFBFBD>G|<7C>G*<2A> 2<00><>&9<02>/<02><><EFBFBD>G}<7D>G+<2B> F,<02>'<1E><1B><><EFBFBD><10><1B><>Ʊ\<5C><>x<><78><EFBFBD><EFBFBD><EFBFBD>t<EFBFBD>8<15>wL<08>8 <0A><><EFBFBD>,<2C><>(<05><><EFBFBD><EFBFBD>+ "G}"G|"G{"Gz<47> <1D><00><><EFBFBD><EFBFBD><EFBFBD>t<EFBFBD><74> <18>Gy}Y<>]} <@<40> <20> <20>C<EFBFBD><43>
2019-07-17 10:09:43 +03:00
<1E><16> l<><02>@<40><>
<1D><>.<2E> ١<>=<3D><>8<><38><02>n <08><><EFBFBD>8<05><><EFBFBD><EFBFBD><EFBFBD>*F<00> <0C><><EFBFBD>0v<30><14><>A<EFBFBD><41>0h<06><>t<EFBFBD><00><>A=<3D><1B> <0B><><EFBFBD>tb<74><62>g<EFBFBD>҇<02>]<00>& l <20> <20><><0F>&<26><>V
<00>+<2B>k<> <>
2019-07-17 10:09:43 +03:00
<0C><><EFBFBD>0v<30><14><>A<EFBFBD><41>0h<06><>t<EFBFBD><00><>A=<3D><1B><><EFBFBD>ڇ<02>H l<><02><><EFBFBD><14><>V<>m}B<>-<2D>
<EFBFBD><04>с<10><><00>
<EFBFBD>=<05><>X<EFBFBD><58> <0A><><00><><EFBFBD> <0C><><00>
@<40> <20>!
<EFBFBD> <09><><00><><EFBFBD><EFBFBD> <06><><EFBFBD><EFBFBD><06><>"f$(<05><>B"I<><49><EFBFBD>"K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:!<21><><EFBFBD><03><>-<2D><02> <0B><><EFBFBD><EFBFBD> (BBo<42> =<3D>=<3D>=<3D>=<3D>H'b<>-<2D><06><><EFBFBD><EFBFBD><00>
<0B><06><><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>
`<60> <20>!
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD> l <20> <20><><EFBFBD><EFBFBD>2f*<2A><>8<08>3<EFBFBD>#I<><49><EFBFBD>#K<><4B><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
<00>
:1<><31><EFBFBD><05><>-<2D><03> <0B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>2o32Ho<48> =<3D>=<3D>=<3D>=<3D>""<15>""Vr<56>=Hm"oX<6F>f "w<>" t"xr"D(<28> fW=<3D>=<3D>=<3D>=<3D>"%<16>B"I4<04>"K<>
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>
:x!q<><71>x<><02> rw<><77><EFBFBD>y<01>H<05><>r$I<16><01>$K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:H<03><02> <0B>o<><6F><EFBFBD><EFBFBD>B<><42>(<03><> <20><>J<EFBFBD>B<00>T y<><79><07><><EFBFBD><EFBFBD>3<>$ BHBG<42><47> <00>
DBH<00> <1D><00><> I<><49><EFBFBD><EFBFBD>D<EFBFBD><44> =<3D>=<3D>=<3D>=<3D>BDBH<00> =<3D>=<3D>=<3D>=<3D><>y&hr<><72>zr<7A>(  I<><00><00><>t<EFBFBD>H<EFBFBD>+w<1B><>9<EFBFBD>V<EFBFBD>WroBB,<2C> &r<><72>zr=<3D>=<3D><>x<00>w<><77>&D<0E>,B<08>@K0BB,<2C> p@t <20><>tG<74><47>=<3D>Bx <09>D<EFBFBD>B<EFBFBD><42>F<00>,<2C><>tr
-p{0rB,<2C> <00><><1B>G)<29>=<3D>=<3D>r,B<02>G<EFBFBD>$<24>D&DB<00>,@J0BB,<2C> <00>@t+w<1B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"f(<05><>B"I<>T<EFBFBD>"K<>
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>
:!<12><><02> <0B>4<EFBFBD><34>(2<02><>#! ,2Bz<42><7A><00><>-2By2B<32>2B<32>2Bo<42> <00>Y<EFBFBD><59>2<02><>#! ,2B{<7B><><00><>-2By2B<32>2B<32>2Bo<42> <00>P<EFBFBD><50>2<02><>#! ,2B|<7C><><00><>-2By2B<32>2B<32>2Bo<42> <00>G<EFBFBD><47>2<02><>#! ,2B}<7D><><00><>-2By2B<32>2B<32>2Bo<42> <00>><3E><>2<><32>:2 DR( <02>r`@t<>'"C"C<01> +3dW4<57><1D>B bR<13> f  <0C><>=<3D>a<EFBFBD><61><EFBFBD>*!<21><> | <0B><02>)<29><>h<03>M<06>w`<60><>)H'7C<16>R$IU<07>$K<><4B><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
<00>
<EFBFBD> :H@<40><>M <09> <09><>=<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD>B<04><> <09> <0B><><EFBFBD>I<01><00><><00>tR$I<>%<25>$K<><4B><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
<00>
2019-07-17 10:09:43 +03:00
<EFBFBD> :H@<40><>M <09> <09><>=<3D>=<3D>=<3D>=<3D><><06> B<04><><EFBFBD><EFBFBD>Ba<00><00><>" tHB(G<><02><><EFBFBD>]<08><><EFBFBD>r<04>+DrH<1F> <1B>G<EFBFBD><47>=<3D>=<3D>=<3D>BofwB<77>-<2D><04><><EFBFBD><EFBFBD><00>
<EFBFBD><04><02><><EFBFBD><EFBFBD>r<06>B<EFBFBD>rD<72><44> =<3D>=<3D>=<3D>=<3D>r<06>rD<72><44> =<3D>=<3D>=<3D>=<3D>r<06>rD<72><44> =<3D>=<3D>=<3D>=<3D>r<06>rD<72><44> =<3D>=<3D>=<3D>=<3D>rxrD<72><44> =<3D>=<3D>=<3D>=<3D>bofM <00>J|w@@t<>x<><78>)<29>w<EFBFBD><77>G)<29><> <0C><>@t<>H<00> J<>`Đz<C490><1B><>4<EFBFBD>F<EFBFBD><46><EFBFBD><EFBFBD><EFBFBD> l<><6C><EFBFBD><EFBFBD>ebBd<42> <00><><EFBFBD><EFBFBD> BBd<42> =<3D>=<3D>=<3D>=<3D>Ht
b$I!<21>$K<>
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>
:qe<71><65><07> <0B>r<EFBFBD><72><EFBFBD><EFBFBD><EFBFBD>H$b$I<16><1E>$K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
<EFBFBD><02>' :<3A><> <20><><EFBFBD><EFBFBD>Bd<16>B%<16>b$I&<05>$K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:Bj<>eIA=<3D>=<3D>=<3D>=<3D>BiI1=<3D>=<3D>=<3D>=<3D>BhI!=<3D>=<3D>=<3D>=<3D>BgI=<3D>=<3D>=<3D>=<3D>AD<41><44><04> Bf<>i<EFBFBD>I<01>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><>H<05><>b$I<>f<EFBFBD>$K<>
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>
A8<41><38><04><> <20>H<EFBFBD><48>HaG<61><47>B$3<>xAE<41><45>r'3<><00>hb&4<><00> &HB$4<>Hi=<3D>=<3D>=<3D>=<3D>B<16><10> :a8<61>(<06><1C>(""P<>M
<EFBFBD>*(2"I<16><0E>"K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
!<18><><02> <0B>-<2D><><1D> 8"<22><>r<EFBFBD>*#2<>h<06>
=<3D>=<3D>=<3D>=<3D><>%<25>i*<2A>=<3D>=<3D>=<3D>=<3D>b<07>bJ <0C> =<3D>=<3D>=<3D>=<3D>rbrJ<13> =<3D>=<3D>=<3D>=<3D>rbJ<14> =<3D>=<3D>=<3D>=<3D>b(rJbJ<16> =<3D>=<3D>=<3D>=<3D>""Z<><00>(""(<28><1D>ii<1D>r>B<>G<02><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>><3E><><01>Ɔ<><C686><EFBFBD><EFBFBD>H<05><><EFBFBD>BdVD<56><44><EFBFBD><EFBFBD>H<06><>BdV4<56>ơ<EFBFBD>M<08><><EFBFBD><1D>.GCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 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-07-17 10:09:43 +03:00
 t<00>L<00>(((("(( #/0
":(\(\t <00>"<00>'"<00>"<00><00>"<00><00>"  "#$<00>"<00>!"<00>"<00><00>"<00>4"&)c"<00>@"<00>J""*"B(( (( "$((&:<"CC[\ "g(()'"PP"f(("((!"#(p(p@<00><<00> "<00>"<00> " "<"PE"<00>0"<00>G" "O"i"<00><00>
<00><00> "<00><00>0"<00>"<00><00><00><00>,"<00>"<00>h"d)"<00><00>
"<00><00>"<00><00>#"<00>"<00><00>>"?"X0"<00>="<00>"<00>'"B"B<00>"<00>n@"Y<00><00>W"C E "Q X"<00> <00>
"<00> <00> "<00> "<00> "<00> (D(DL)u{1"<00>&"<00><00>d:&<00>
&<00>&<00>&<00> <00>&<00> <00>&<00> &<00> <00>&<00> <00><00><00>W&<00> <00><00>&<00>w&% &1 &> >&@&EK#&n<00><00>s<00><00>"<00>(<00>(<00><00><00>4<00>"<00><00>
"<00><00>/ "%@"e(<00>+"<00>0"<00><00><00><00><00><00><00>"<00><00>"!!Lmm-"<00>H"<00><00>"<00><00>""6T"gh."<00><00>'"<00><00>"<00><00>"<00>!""""*<00><00><00>
<00><00>"<00> "<00><00>!""$"79R"<00><00>"<00><00> "<00>!"<00><00>"<00><00>" ?"LN
XX.<00><00>K"<00>%"<00><00>"


"J"`"p"<00><00>
"<00><00>"<00>"<00><00>)"<00><00>" "  )": *"d ("<00> ("<00> ("<00> "<00> <00> "<00> "



";
;
G"<00>
<00>
:"<00>
"<00>
<00>
3" a"e e "x x "<00> <00> <00> <00> <00>"q +"<00> G"<00> <00>
"<00> "<00> <00>   "  J"h h "z "<00> <00> 8<00> "<00> "<00> <00> D"%7"\\^abhh"nn
x "<00><00><00><00><00><00>"<00><00>D<00><00><00>"pp"<00><00>"<00><00>"<00><00>6<00>"<00><00>"G"UU"op"u-<00><00> "<00>"<00><00>"<00><00>`"wwn"<00>""!g"<00>-"<00><00>
"<00><00>"<00>(".".0"88"J"ee)"<00><00>"<00> "<00><00>&"<00>*"("(("P("x"<00><00>"<00> "<00><00><00><00>"<00><00>G"');"d"yy3"<00>a"  "  ">>WX<00>"+"@<00>"<00><00><00>"HHNP_`op"uu "~~"<00><00> "<00><00><00><00>"<00>((((((.symtab.strtab.shstrtab.literal.restart_delay_cb_local.literal.restart_delay_cb.literal.TOUCH_Init_glob$part$0.literal.TOUCH_Find_sync_ht20_end$isra$1.literal.get_delay_restart_flag.literal.set_delay_restart_flag.literal.TOUCH_Init_guide_glob.literal.TOUCH_Free_guide_glob.literal.TOUCH_Init_glob.literal.TOUCH_Free_glob.literal.TOUCH_Find_sync_ht20.literal.TOUCH_Find_sync_ht40.literal.TOUCH_Deal_with.text.data.bss.rela.text.restart_delay_cb_local.rela.text.restart_delay_cb.rela.text.TOUCH_Init_glob$part$0.rodata.str1.4.rela.text.TOUCH_Find_sync_ht20_end$isra$1.rela.text.get_delay_restart_flag.rela.text.set_delay_restart_flag.rela.text.TOUCH_Init_guide_glob.rela.text.TOUCH_Free_guide_glob.rela.text.TOUCH_Init_glob.rela.text.TOUCH_Free_glob.rela.text.TOUCH_Find_sync_ht20.rela.text.TOUCH_Find_sync_ht40.rela.text.TOUCH_Deal_with.bss.restart_flag.bss.pCHListTral.bss.pCHListHead.bss.pETGuideGlob.bss.pTouchGlob.bss.sta_conf.data.g_ET_TimeOut.comment.xtensa.info.rela.xt.lit.rela.xt.prop "$&(*,-./012 
2019-07-17 10:09:43 +03:00
   3457)?M0Xo.{<00><00><00><00><00><00><><EFBFBD>2<00><00><><EFBFBD>#8 O f/s-S<00>V <00>"<00>$<00><00><00> &<00><00><>L<00>(4<00>*DKRk<00><>yT<00><>restart_delay_cb_localrestart_delay_cbesp_wifi_ipc_internalg_osi_funcs_ppTouchGlobsc_smartconfig_restartpCHListHeadSnifGlobSC_TAGpAPListHeadchannel_timerg_channel_timer_initTouchRestart_ht20_timerg_ET_TimeOutRestart_delay_timerET_Multicast_bssidsmartconfig_cbmemcpymemcmpesp_wifi_set_channelget_delay_restart_flagset_delay_restart_flagpETGuideGlobpCHListTralTOUCH_Init_guide_globTOUCH_Free_guide_globTOUCH_Init_globTOUCH_Free_globET_Broadcast_bssidTOUCH_Find_sync_ht20sc_channel_timer_cbTouchRestart_ht40_timerTOUCH_Find_sync_ht40TOUCH_Deal_withstrlenmemsetesp_wifi_set_promiscuousTouchUdpTimerwpa_crypto_funcs* , ,.- %0/'' /XT1P:LH9D@<8+4807,/(6$5 432 -1.0wz<00><00><00><00> <00>r<00>
<00> <00>3`t<00><00><00><00><00> $D(o,|0<00>4<00>8<00><00><<00><00>@# u<00>D<00>H<00><00><00>L<00>P<00>T<00> X.$<00><00>\<00>\<00>  <00><00><00><00><00><00>`;<00>`<00> ;<00><00><00><00><00> $<00><00><00><00><00><00>d<<00>d<00> <<00><00><00><00>h=(h( =<00><00><00>))<00>/<00>l;<00>l<00> ;<00><00><00><00><00><00><00><00><00><00>p=:p: = 
 0A-@<CX<\ dC\0\/22 /a< A0-@  1 4 C c H )F P` P. 


  -.    !lh1d:`\XTPL.HD+@8<78/4605,4($ A2-@ F913<00> <00> <00> <00> <00> ] m } <00><00> <00> <00><00> <00> <00><00> <00> <00> l5 R <00> <00> $  V ^ (<00> <00> <00>    , ,# 0: 4W 8d < @<00> D<00> L<00> H<00> <00> <00> PZ <00> <00> T+ 5 X<00> <00> \<00> <00> `<00> d  h  1  :  l@  Q \  ,h  ,s  0p<<00> p<00> <<00> <00>t<<00> t<00> <<00> <00><00> <00>   <00>x  x  t|< | <  <00>5 ;8 <00> D PJ PM <00> <00>;d <00>d ;<00> <00><00> <00><00> <00><00> <00><00> <00><00>    <00>    <00>C <00><00>;W <00>W ;f <00>z <00><00> <00><00> <00><00> <00><00> i<00>/<00> <00><00> /<00> <00>; <00> ;<00> <00><00> <00><00> <00>     d8 dE dJ d<00>Hf <00>f H<00> <00><00> <00><00> <00><<00> <00><00> <<00> <00><00><<00> <00><00> <<00> <00> <00> <00><00> <00> <00><<00> <00><00> <<00> <00> <00>  <00>    <00> <00>;+ <00>+ ;w }z <00> <00> <00><00> <00><00> <00> <00> <00><00> <00><00> <00> <00> <00><00> <00><00> <00>   <00> <00>=2 <00>2 =<00> <00><00><00> <00><00>  <00> <00> " Bw <00><00> <00><00> <00><00> <00><00> @<00> @I Yb <00>h <00><00> <00><00> <00><00> <00><00> E   Q  Q %  Q E  Q <00>=<00>  <00><00> =<00>  <00> <00>  X<00>  <00><18:40,7(/$I2.5 4-@1O R <00> <00><00>    B n w <00> <00> <00><00> <00> $ ($ ,= ^ l 0<00> 4<00> 8<00> <<00>  <00> @<00> <00>b {m u<00> <00><00> <00><00> <00><00> <00><00> <00><00> <00>   @  >^ da @v <00>| <00> @<00> <00><00> <00><00> <00><00> <00><00> <00><00> <00><00> <00>5 @D7 D7  Q <00>^ <00><00> <00>C <00>I <00>O <00>v <00>{ <00>H= H =9 1V K^ n<00> <00><00> %<00> <00><00> <00><00><00><00><00><00><00><00><00><00><00>+<00>8<00><00>|xFt9p1lh:d6`I\XTP
<00> - 4 <<00> 


<00>

@8
<00>
k
u
D
<00>
<00>
H<00>

b <00> u <00> <00>  <00> <00> <00> <00> L<00> P T_ i X<00> <00> \<00> `<00> d<00> <00> 1 tV x<00> Yb^ne\k\<00><00><00><00><00><00><00><00><00> <00><00><00>|<00><00><00><00><00> <00><<00>K<00>m`<00>`<00>`<00>`<00> <00>$ xRwls<00><00><00><00>NZ<00>t<00><00><00><00>$P]<00><00><00><00><00><00> +<00>5Mbw<00><00><00>~<00><00><00><00><00><00><00>i<00>@<00><00><00>$dY<00>v<00>
>/;<00>T`}<00>L<00><00><00><00> <00>2:\B`Od<00>h<00><00>l<00>p\l<00>r {q <00><00><00><00><00><00><00><00><00><00><00><00> <00><00><00><00><00><00><00><00><00><00> <00>J<00><00><00> J<00><00><00><00><00>  
<00>%%"<00>(.+<00>Ieour<00><00><00><00><00><00><00><00><00> <00><00><00><00>
!'$<00> 1<00>8m@<00>F<00>r<00>w<00><00><00><00><00><00><00><00>
 P*0-<00>;TCTKTQh<00><00><00>9<00>L<00><00><00> L<00><00><00>$<00>$<00><00><00><00><00><00><00><00><00>$ *",/52$<00>L<<00>< L<00>MH<00>H M<00>LP<00>P L<00>;_<00>_ ;<00>;n<00>n ;<00><00><00><00><00><00><00>=<00><00><00> =<00><00><00><00><00><00><00><00><00>/<00><00>L><00>> L<00>;K<00>K ;<00>;^<00>^ ;z<00><00>}<00><00><00><00><00><00><00><00><00><00><00><00><00>} 
} }}<00>=<00> =<B?<00>GXS<00>[`]<00><00><00><00><00><00><00><00><00><00><00><00><00>
?EB<00>Hph`kpm<00>{<00><00><00><00><00><00><00><00> <00> <00> :  : ! : ? d <00>M^ <00>^ Mg <00> <00>M<00> <00><00> M<00> <00> <00>M<00> <00><00> M<00> <00> <00>M<00> <00><00> M<00> <00> 
<00>

<00>M&
<00>&
M=
<00>
@
<00>
F
<00>
<00>
<00>
<00>
2019-07-17 10:09:43 +03:00
<00>
<00>
<00>
<00>
;
<00>
<00>
<00>
e <00>L<00>
<00><00>
L;<00>
<00>
;_ <00> x  <00> x ;<00> <00> ;<00> q <00> <00> <00> u<00> q <00> <00> <00> u q  q  q Ns s Ny <00> } <00> <00> <00> <00> <00> <00> <00><00> <00> <00> <00><00> <00> <00> <00>   <00>  G   G<& & <, 1 . <00><< < <B h <N N <T z <^ ^ <d z <o  o <u z w <00>z <00> } <00> <00> H<00> <00> <00> <00> <00> <00> <00> <00><00> <00> <00> <00><00> <00> <00> <00> 
<00>%%"<00>M^Vh~<00><00>x<00><00><00><00><00><00><00><00><00><00><00>[<00>`pr<00><00><00><00><00><00>`<00><00><00><00><00><00><00><00><00><00><00><00>$<$ <(<&(& <,,L6,6 L>DA]ufpU<00><00><00><00><00>0<<00>0<00> <<00><00><00><00><00><00><00><00><00><00>4<<00>4<00> <<00>w8L<00>8<00> L<M< M@L@ LD;D ;H;/H/ ;8`=`B`LL|L| LPM<00>P<00> MTL<00>T<00> LX;<00>X<00> ;\;<00>\<00> ;<00><00><00><00><00><00>!-<00>;<00>A<00>g<00>l<00><00><00><00><00><00><00><00><00><00><00> <00>08JR8{e<00><00><00><00><00><00><00><00><00><00><00><00><00>`M<00>`<00> M(dM"d" M+PhMJhJ MSxlMrlr M<00><00><00><00><00><00>pM<00>p<00> M<00>)<00>d<00>d)d.dntq<00><00>y<00> tL<00>t<00> Lx;<00>x<00> ;X <00>8 |;N|N ;jp<00><00><00><00><00><00><00><00>N<00> N@!@&@<00><00><00><00><00><00><00>V\Y<00>fli<00>xp<00>~ (08 @
H P X ` $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
`
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
x
<00>
<00>
2019-07-17 10:09:43 +03:00
<00> <00> <00> <00> <00> <00> <00> <00> <00>    , 8 D P \ h t <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    ( 4 @ L X d p | <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    $ 0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    , 8 D P \ h t <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    ( 4 @ L X d p |<00><00><00><00><00><00><00><00><00><00>   $ 0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> 


,
8
D
P
\
h
t
<00>
<00>
<00>
<00>
<00>
<00>
<00>
<00>
<00>
<00>
<00>
   ( 4 @ L X d p | <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    $ 0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    , 8 D P \ h t <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> (4@LXdp|<00><00><00><00><00><00><00><00><00><00> $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00> $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00> $0<HT`lx<00><00><00><00><00>4;4U4u4<00>4<00>4<00>4<00>4454N4l4<00>4<00>4<00>4<00>4<00>4<00>@U: <00>L"<00>@0U<: <00>p:<00>@lU`: 2<00>G(<00>B#@<00>U: S8
N@<00>Z: uH
$p@<00>Z0: <00>l
g<00>@$[<00>: <00><00>
f<00>@<00>[<00>:  <00>< <00>@<00>\H:" <00>X #<00>@<00>\<:$ | <00> 
@]t
:& /<<00>*@<00>g:( O<<00>J@<00>k:* e<00>2w<00>2<00><00>2<00><00>2<00><00>2<00><00>2|<00><00>2<00>0<00>2;<00>38<00>G3h<00>@<00><><00>:5 <00>3<00><00>@H<><00>:7 oI |M;* <00>R<00>sc_sniffer.o/ 1603355352 1000 1000 100664 28892 `
ELF^<00>a4(`]6A<00>ҁ<EFBFBD><D281><)<29>H<00> <00><><EFBFBD><EFBFBD><EFBFBD>d<EFBFBD>H<00> <1D>6a <08><><EFBFBD><EFBFBD><08><01>)<11>!<21><><EFBFBD><EFBFBD><1D>6a <08><><EFBFBD><EFBFBD><08><01>)<11>!<21><><EFBFBD><EFBFBD><1D>sc_sniffer.csmartconfig errno %d@%s %u
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
E (%d) %s: promis scan ret %d
2019-07-17 10:09:43 +03:00
E (%d) %s: malloc err %s %d
E (%d) %s: malloc Err %s %d
I (%d) %s: scan status %d
I (%d) %s: smartconfig restart
E (%d) %s: get mode err
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: sys mode:%d
E (%d) %s: smartconfig busy
I (%d) %s: SC version: %s
E (%d) %s: set promiscuous fail
0ce103esmartconfig<00><><EFBFBD><EFBFBD>6AA<><41>"V2|<7C><1D>!<21><>,<2C>8<02><><EFBFBD>2#3<><00><><EFBFBD>2 7<>F(|<7C>pc0<63><,<08><>@k<>@<40>Б<EFBFBD>,<2C><>@<40>P<EFBFBD>PV <20>]<5D>,<2C>eI<65>eCQ<43><51>sPS<50>PQAPe<50>`c<>PPt``t<><06>rLRLbL<02> <00><><EFBFBD><EFBFBD>: <0C>
2019-08-20 21:11:00 +03:00
Ҡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>+300tpc0@k<>@<40>P<EFBFBD>PV <20><>@<40>`<60><>V<EFBFBD>ד<EFBFBD>,<2C>WF'<00>< 3 8<>m,<05>,|<7C>,{2L<00> v<><76><EFBFBD>80@6<>@<40>p<EFBFBD>ps P<>@А<><D090>y<EFBFBD><79>0tg[Q<><51>sPS<50>PQAPe<50>`c<>PPt``t<><06>rLRLbL<02> <00><><EFBFBD><EFBFBD><00><><EFBFBD>
Ҡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>R<15> A<><41>(<02><><EFBFBD>""2<><00><00><1B>=!<21><>H<02><>-A<><41>HRf;<3B> &f$/A<><41>HRf b7<>RD<1A> <1D>A<EFBFBD><41>HRf b7<>RD<1D> <1D>6AA<><41>(TVB1<><31>XR%[<5B> <18>D<10> =<3D>=<3D>=<3D>=<3D><>"D"D<12> =<3D>=<3D>=<3D>=<3D>A<EFBFBD><41>Q<EFBFBD><51><EFBFBD><05>)3<>D<00> (=<3D><> <00> A<><41><EFBFBD>D<00> <00> <00>A<><41>@<40> <20>(3<>P<> R#R%4<><00>B#B$4<>XA<><41><EFBFBD>R%3<><00>HB$4<><00>A<><41>"D<00> <00><><EFBFBD><EFBFBD><00><><EFBFBD>
Ң`<60><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<><41>!<21><><EFBFBD><04>ܸ 99<04><><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD>F~<00><03><08>(<15>+(<28><02><00>V<><56><EFBFBD><EFBFBD><EFBFBD>&<02>71<><31>XR%[<5B> "D<10> =<3D>=<3D>=<3D>=<3D><>RDRD<12> =<3D>=<3D>=<3D>=<3D>A<EFBFBD><41>a<EFBFBD><61><EFBFBD><06>(3"D<00> $=<3D>=<3D><> !<21><>BB<00> <00><00>"#""4<>H!<21><><EFBFBD>B$3<><00>(""4<>
2019-07-17 10:09:43 +03:00
!<21><>RB<00> <00><><EFBFBD><EFBFBD><00><><EFBFBD>
Ңv<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD>A}<7D>!}<7D><><04><02>x 99<04>D<00><03><08>(<15>+(<28><02><00>V<><56><EFBFBD><EFBFBD><EFBFBD>&"F=1g<31>  <05>D<10> =<3D>=<3D>=<3D>=<3D><>RDRD<12> =<3D>=<3D>=<3D>=<3D>A^<5E>ag<61><67><06>D<00> =<3D>=<3D><> <00> <00>)3AX<41>"D<00> <00> B#!V<><56>B$3<><00>HB$4<><00>"#""4<>H!O<><4F>B$3<><00>(""4<><00><>!J<>RB<00> <00>Y<EFBFBD><59><00><><EFBFBD>
2019-08-20 21:11:00 +03:00
Ң<EFBFBD><EFBFBD>E<EFBFBD><EFBFBD>F<EFBFBD><EFBFBD>U<EFBFBD><EFBFBD><00>T<EFBFBD><54><00>T<EFBFBD><54><00>S<EFBFBD><53><00>S<EFBFBD><53><00>R<EFBFBD><52>A=<3D>!=<3D><><04><16><><EFBFBD>=<3D>=<3D>=<3D><><03>(<15>+(<28><02><00>VX<56><58><EFBFBD><EFBFBD> <1D><00><><EFBFBD>6A<00><><EFBFBD><EFBFBD>fF%<00>V f378<12>s<16>"<06>0<EFBFBD>2<EFBFBD><32>0<EFBFBD><30>1<EFBFBD><31>09<10>3 9b=<3D>=<3D>=<3D>=<3D>1<EFBFBD><31>8<03>f#^<5E><02><><EFBFBD><EFBFBD><1D>f#Q1<51><31>8& <20>3f#D<><02><><EFBFBD><EFBFBD><00><02><><EFBFBD><EFBFBD><1D><><02><><EFBFBD><EFBFBD><1D><><02><><EFBFBD><EFBFBD><1D><>X<EFBFBD>Ƚ<03><02><><EFBFBD><EFBFBD><1D>f <09><03><02><><EFBFBD><EFBFBD><1D>,6<><00><><EFBFBD><EFBFBD><00><><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>ҡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>  <12><><EFBFBD><EFBFBD><01>!"A <09><01><11>1<EFBFBD>A<EFBFBD>Q<EFBFBD>a<EFBFBD><61><EFBFBD><EFBFBD>-
<EFBFBD>:1<><31><EFBFBD><03><>2(I<>s<EFBFBD>(K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00><02>
!<21><> <1A><02> <0B><><EFBFBD><EFBFBD><1D>Llض<>m<00>$6<>Q<><51>Ba<><61>f 5<><35><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>&<26>6RFBF<01> =<3D>=<3D>=<3D>=<3D>Rf<02>KV<>L9<4C><39><EFBFBD>=<3D>=<3D>=<3D>=<3D>Q<EFBFBD><51>"<06>A<><41>R<EFBFBD><52>2+<16>2-3#W<><02>|<00><><EFBFBD>r&<02>9<00>\<5C>1<EFBFBD><31><EFBFBD><03>(R<><00>
("02"I<16>/<2F>"Ky<4B><79>
2019-07-17 10:09:43 +03:00
<00>
2019-08-20 21:11:00 +03:00
!<21><><EFBFBD><EFBFBD><EFBFBD><08>"<22>=<3D> <0B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)<01><00><> lK<6C><4B><EFBFBD><EFBFBD><EFBFBD>, <0A>
2019-07-17 10:09:43 +03:00
<EFBFBD> <0A><><EFBFBD><EFBFBD>.<2E><><EFBFBD>a
<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <0B><>2+<2B><><EFBFBD>2HO<48> =<3D>=<3D>=<3D>=<3D><>,8
2019-08-20 21:11:00 +03:00
<EFBFBD>HP<EFBFBD>h<15>c=<3D>=<3D>=<3D>=<3D>2,@w<>ء<EFBFBD><D8A1>=<07>;<3B><>+<2B>{<7B><><EFBFBD><EFBFBD>|<7C>p<EFBFBD>A<EFBFBD><41>0@3<> @<40><><EFBFBD><EFBFBD><EFBFBD>@w<>0< <20>&<26>7<EFBFBD><37>{<7B>py <20>609 <20>
y&96@1<><31>x2'yc>Kr<4B> l<><07><><EFBFBD><EFBFBD>
9=<3D>=<3D>=<3D>=<3D>2#V<03><><EFBFBD>Qw<51>(r2"I<1F>"K<>
2019-08-20 21:11:00 +03:00
<00>
!r<><72>"<22>f<EFBFBD> <0B>q<EFBFBD><71>q<EFBFBD>"a<00><00>s lK<6C><4B><03><><EFBFBD><EFBFBD>, <0A> <0A><><EFBFBD><EFBFBD>.١<>}<7D><>
r+rCO<43> =<3D>=<3D>=<3D>=<3D><>,x<04>CP<43>c2g=<3D>=<3D>=<3D>=<3D>ءr@x<><78>+<2B><><EFBFBD><EFBFBD><EFBFBD><10><><EFBFBD><07><><EFBFBD><EFBFBD>z<EFBFBD>|<7C>p<EFBFBD>A<EFBFBD><41>0@<00><> @<40><><EFBFBD>@w<><77><EFBFBD> <20><><D087>z<EFBFBD>py <20>6<EFBFBD><36> 9y&<26>6=<3D>=<3D>=<3D>=<3D>(V<>ވ<EFBFBD>Q?<3F>& !9<>B"""<22> t14<31>B"E<00> <00>$'4=<3D>=<3D>=<3D>=<3D>19<31>(""<15>RDQ+<2B>"BE<00> &F<><00><>A*<2A>  \<5C>(<04>#<23>""RrH 'rE<00> <00>-
2019-08-20 21:11:00 +03:00
<EFBFBD><EFBFBD>(B
2"I<16> <09>"K<>
2019-08-20 21:11:00 +03:00
<00>
!<1D><>"<22><><EFBFBD><EFBFBD> <20>!<21><>!<21>"a<00><00><00><1F> l<>.<2E><>Xr%rb"e=<3D>=<3D>=<3D>=<3D>R"<15><>rOrBO<42> =<3D>=<3D>=<3D><> RPRBP<42> \<5C>=<3D>=<3D>(""R<>-
V*(<04>"2"I<>Ӣ"K<>
2019-08-20 21:11:00 +03:00
<00>
!<21><><EFBFBD>"<22><><EFBFBD> <0B><01><><01>)<01> <02><02><>1<><31>)Q9A)a<> <0A><><1D><00><><EFBFBD> l<>
<EFBFBD><EFBFBD>8R#Rb"c=<3D>=<3D>=<3D>=<3D>2"<15><>RORBO<42> =<3D><> =<3D><> 2P2BP<42> "<22><>  =<3D>x6 wX&!<21><> Up% Y&y62F<1A> <00><>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><>F
<00> <0B> ': W8 *)<29>U wp% 00tV<74><56><EFBFBD>F<1A> F<><46><00>
<EFBFBD><EFBFBD><EFBFBD>ҡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ¢<>)q<><71><EFBFBD><EFBFBD><00><><EFBFBD>
ҡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>
<EFBFBD><EFBFBD> <20><><EFBFBD>ҡ<EFBFBD><D2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <1A><><EFBFBD><EFBFBD><00><><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>ҡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>8!<21><><EFBFBD>2#3<><00>82#4<><00> ( <14><><EFBFBD>""5<> <02>1<><31><EFBFBD><EFBFBD>BC<00> =<3D>=<3D>=<3D>=<3D>1<EFBFBD><31>)Q)a9A<39><41><EFBFBD><EFBFBD><00> !<21><>(<02><1D>A<><41>(<04><>R"I<><49><EFBFBD>"K<>
2019-08-20 21:11:00 +03:00
<00>
<EFBFBD>!<21><> :<3A><02><> <20><><EFBFBD><EFBFBD>(<*2"$""#<23><00>"&<1F><><EFBFBD><EFBFBD><1D><00><><EFBFBD> \<5C>82#R<>=
V<EFBFBD><EFBFBD>F <09><1D>6A1<><31>(<03>B<EFBFBD><42><EFBFBD> \<5C><><08>(R<>"j-
2019-07-17 10:09:43 +03:00
<EFBFBD>=<3D>=<3D>=<3D>=<3D>1<EFBFBD><31>)<1D>6AA<><41>!<21><><EFBFBD><04>=<3D>=<3D>=<3D>=<3D>1<EFBFBD><31>̘ 99<1D><00>(<15><08><03>((<28><02><00>V<><56>F<EFBFBD><46>$6A<00><><EFBFBD><EFBFBD>&<05><><EFBFBD><EFBFBD><1D>6<><00><> <20><11><>@ ˡ<> <0C><>!<21><><18>A <08>Q=<3D>=<3D>=<3D>=<3D><><EFBFBD><EFBFBD>)a9<61>I<EFBFBD>Y<EFBFBD>i<EFBFBD>y<EFBFBD>9q<39>a<03><><EFBFBD><EFBFBD>-
<1D><00><00>6a<00><><EFBFBD><EFBFBD><00>
<EFBFBD><EFBFBD>!<21><><EFBFBD>1<><31>0<EFBFBD> <20>(3<>0<> <20>"<00>(4<><00> <0C><02><><EFBFBD><EFBFBD>(5<> <0C>(<02><><EFBFBD>""2<>F!<21><> <1B>)<01><11>!<21><><EFBFBD><EFBFBD>!<21><><EFBFBD><02><>"(I<>b<EFBFBD>(K<>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>
2019-07-17 10:09:43 +03:00
:1<><31><EFBFBD><03><> <20><><EFBFBD><EFBFBD>!<21><><EFBFBD>!<21><><EFBFBD><02><><EFBFBD><EFBFBD> <1D>6a<00><><EFBFBD>  <1B><01><01><11>!<21><><EFBFBD><EFBFBD>-
<1D>6A<00><><EFBFBD><EFBFBD>XV)- <09><16>
2019-08-20 21:11:00 +03:00
B<>fF( <12><16> !<21><><EFBFBD>( <20>t<EFBFBD> <09><><02><>t ( "&}<7D><><EFBFBD> 2<>)<29><1D> fl<>'f B<>&^- <09>h<05><><EFBFBD><EFBFBD><08>f;!<21><>(<02> ( <20>tf<0F><><EFBFBD> t<><08><08><><02><>t <12>i <0B><><EFBFBD>t "<22>H<1D><><EFBFBD>  2<>(<28><1D><00> f <09><><EFBFBD><EFBFBD><08>V<08><1D><00><00><00>8$6a<00>"<22>H<19>B(8<18><><EFBFBD><EFBFBD>-
<EFBFBD><EFBFBD>!<21><><EFBFBD>|<7C>X2(I3<17>(K<>
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>
A<><41><EFBFBD><04><> <20><><EFBFBD><EFBFBD><1D><>f(,!<21><>8|<7C><16>B#ID<14>#K<>
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>
1<><31><EFBFBD><03> <0B><01><><EFBFBD><EFBFBD><1D><00><><EFBFBD><EFBFBD><00><>!<21><>8|<7C>SB#I<16><10>#K<>
2019-07-17 10:09:43 +03:00
<00>
2019-08-20 21:11:00 +03:00
1<><31><EFBFBD><03><> <20><><EFBFBD><EFBFBD><1D><00><><EFBFBD><EFBFBD><00><><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>Ң <0C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><*a<><61>Xr%$R%#<23><00>Q<><51>& 2E<18> =<3D>=<3D>=<3D>=<3D>8<06><>r#I<><49><EFBFBD>#K<>
2019-07-17 10:09:43 +03:00
<00>
:1<><31><EFBFBD><03><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 
q<EFBFBD><EFBFBD>2EI2E2E2E<19> <00><><EFBFBD><EFBFBD><00>
8<06><>B#I<>t<EFBFBD>#K<>
2019-07-17 10:09:43 +03:00
<00>
2019-08-20 21:11:00 +03:00
<EFBFBD><EFBFBD>1<><31><EFBFBD><03><> <20><><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD>1<><31>8&<1D>f#<1E><><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD><00><00><><EFBFBD><EFBFBD><00><00><><EFBFBD><EFBFBD>2&<05><><EFBFBD><EFBFBD> 2E<11> <1D><1D><1D><1D>6A<00><><EFBFBD><EFBFBD><00><1A><>'8"<22><0F><><EFBFBD> ) F|<7C>-<1D>6A<00><><EFBFBD><EFBFBD>̚<>2 <09><><EFBFBD>)F|<7C>-
2019-07-17 10:09:43 +03:00
<1D>6A!<21><><1D>6a<00><><EFBFBD> <20>t  <02><01><01>"a<02><><EFBFBD><EFBFBD><1D>6a<00><><EFBFBD> <1B><01> )<11>!<21><><EFBFBD><EFBFBD>-
<1D>6a<00><><EFBFBD> t <1B><01> )<11>a<02><><EFBFBD><EFBFBD>-
<1D>sc_wifi_scan_done<00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>^V2.8.0\ddGCC: (crosstool-NG crosstool-ng-1.22.0-78-g4b87650) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
2019-07-17 10:09:43 +03:00
<|($<00> 0`(("((("(("(,(,< H"LLM"<00><00>G"<00><00>) 
<00>"<00><00>"<00><00>"<00><00>!"<00><00>""(4(4H|<00>ce"||<00>@ "II"`a<00>@"]]a( ( (4\"n
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
"xx""<00><00>
"<00><00>
"<00><00><00><00> "<00>"<00>(( $e<00>"<00>(d(dH<00>$<00>)"<00><00>"<00>`"_`<00>""""661gh<00>"!"%%"@"R"iiR<00><00>>"<00>U"NQ?<00>2"<00><00>"<00> "<00>"<00><00><00><00><00>("<00>"<00>"<00><00>"( ( ,";( ( ".1"H(("((DL($($ 0K{}7<00>"<00>(($((8L"bbC"<00>"<00>"<00><00>"<00>"<00>(4(4,`F<00><00>0"<00><00>2"
2019-08-20 21:11:00 +03:00
 4@2"rB"<00>""<00><00> "<00><00>"<00><00>"<00><00>"((
"&&",((" "$(( ((&(($(( ((((((((8((.symtab.strtab.shstrtab.literal.esp_smartconfig_fast_mode_local.literal.sc_smartconfig_restart.literal.sc_channel_timer_cb.literal.sc_channel_timer_cb_local.literal.esp_smartconfig_stop_local.literal.sc_PackCallback.literal.sc_system_init_done$part$2.literal.sc_wifi_scan_done.literal.sc_init_snif_glob.literal.sc_free_snif_glob.literal.sc_system_init_done.literal.esp_smartconfig_start.literal.sc_smartconfig_restart_local.literal.esp_smartconfig_stop.literal.smartconfig_get_status.literal.esp_smartconfig_start_local.literal.esp_esptouch_set_timeout_local.literal.esp_smartconfig_set_type_local.literal.esp_smartconfig_get_version.literal.esp_esptouch_set_timeout.literal.esp_smartconfig_set_type.literal.esp_smartconfig_fast_mode.text.data.bss.rela.text.esp_smartconfig_fast_mode_local.rela.text.sc_smartconfig_restart.rela.text.sc_channel_timer_cb.rodata.str1.4.rela.text.sc_channel_timer_cb_local.rela.text.esp_smartconfig_stop_local.rela.text.sc_PackCallback.rela.text.sc_system_init_done$part$2.rela.text.sc_wifi_scan_done.rela.text.sc_init_snif_glob.rela.text.sc_free_snif_glob.rela.text.sc_system_init_done.rela.text.esp_smartconfig_start.rela.text.sc_smartconfig_restart_local.rela.text.esp_smartconfig_stop.rela.text.smartconfig_get_status.rela.text.esp_smartconfig_start_local.rela.text.esp_esptouch_set_timeout_local.rela.text.esp_smartconfig_set_type_local.rela.text.esp_smartconfig_get_version.rela.text.esp_esptouch_set_timeout.rela.text.esp_smartconfig_set_type.rela.text.esp_smartconfig_fast_mode.rodata.__func__$6526.data.sScanTimeMax.data.sScanTime.data.g_SC_Select.data.ET_Broadcast_bssid.data.ET_Multicast_bssid.bss.pAPListTral.bss.pAPListHead.rodata.SC_VERSION.bss.SnifGlob.bss.g_channel_timer_init.rela.data.libsc_reversion_git.rela.data.SC_TAG.data.CHANGE_CH_FREQ.comment.xtensa.info.rela.xt.lit.rela.xt.prop !#%')+-/13579;=?ACEGHIJKLMNOPRT 
   QVWXY[V$00<00>3Mdz<<00>!<00><00>Q<00><00><00><><EFBFBD> P<00>J<00><00>'?WNcMo<00>|<00>#<00><00><00><00><00>(<00>%+@Ugw<00><00>f)<00>T<00><00><00>K<00>L<00><00><>5T /+f <-x/<00>`<00>9<00>D1<00><00>5<00><00><00><00>7O);Oez<00>$;<00>=<00>?<00>A<00>C E-RAT<00><>CHANGE_CH_FREQesp_smartconfig_fast_mode_localsc_smartconfig_restart_localsc_smartconfig_restartesp_wifi_ipc_internalsc_channel_timer_cb_localsc_channel_timer_cbg_channel_timer_initg_osi_funcs_pchannel_timerSnifGlobg_SC_SelectpETGuideGlobpAKGuideGlobesp_wifi_set_channelsc_printfTouchRestart_ht20_timerTouchRestart_ht40_timerpAPListHeadpAPListTralKissRes_ht20_timeresp_smartconfig_stop_localesp_wifi_set_promiscuousTOUCH_Free_globTOUCH_Free_guide_globKISS_Free_guide_globKISS_Free_Glob_TransKISS_Free_Glob_Diretsc_PackCallbackTOUCH_Find_sync_ht40TOUCH_Find_sync_ht20KISS_Find_channelTOUCH_Deal_withKISS_Deal_withsc_wifi_scan_doneSC_TAGesp_wifi_scan_stopesp_wifi_promiscuous_scan_startET_Broadcast_bssidET_Multicast_bssidsmartconfig_cbmemcpymemcmpesp_wifi_set_promiscuous_filteresp_wifi_set_promiscuous_rx_cbsc_init_snif_globsc_free_snif_globsc_system_init_doneesp_smartconfig_start_localesp_smartconfig_startget_delay_restart_flagesp_smartconfig_stoppTouchGlobpAkDiretpAkTranssmartconfig_get_statusSC_VERSIONesp_wifi_get_modeesp_wifi_disconnectTOUCH_Init_guide_globKISS_Init_guide_globg_ET_TimeOutesp_esptouch_set_timeout_localesp_smartconfig_set_type_localesp_smartconfig_get_versionesp_esptouch_set_timeoutesp_smartconfig_set_typeesp_smartconfig_fast_modelibsc_reversion_gitwpa_crypto_funcsC $E G GH G G(P$O NC MLKJ?LS\ <00><00><00><00><00><00><00>P<00><00><00><00><00><00><00> <00>$<00><00><00>$<00>(ELbhe
<00><00><00><00>,Q<00>,<00> Q<00><00>0R<00>0<00> R<00> <00>)<00>M<00>4Qw4w Q}<00>8R<00>8<00> R<00>H<00><00><00><00><00><00><00><00><00><00><00>0W,V(U$ JLTS KM<00><00><00><00> <00>0 3$<(?,`]yH<00><00><00>0<00> <00><00> $4(7,F]]@g<00><00>0<00> <00><00><00>  $3(6,Z@<00>|4Y#4# Y)<8R686 RFe<ZN<N Z@[T@T [D\ZDZ \ve|<00>aHYH Y LRL RP]P ]T^"T" ^X\(X( \\[.\. [>IZIagd]`Y<00>`<00> YdRd Rh]h ]l^l ^p\!p! \tZ't' Zx[-x- [=@W@NM+Qd{174<00>:<00>=xB\ink<00> `p p `x<00><00><00><00><00><00><00>a<00><00> ab<00><00> ba<00><00> ab<00><00> b<00><00> c<00> <00> c<00><00>$d<00>$<00> df Ke17Dd z<00>g'' g-@R:: R hZ Z hb<00>i<00>n<00>`\kXHTJPILLH_D<j8i40,U(V$E fKM<00> <00> <00> <00> <00> <00> :<00> ( ! C Q T \ 6<00> (  ,3 <00>6 N X [ d 6  " :. H ,T f i t <00> <00> 0<00> 4<00> 6<00> 8! + 0. 4= $Q <<00> @<00> <00><00> <00><00> 0<00> D 0 D H+ 01 DF 0L DW Lt P<00> T<00> X<00> \<00> <00> <00> `<00>   6<00> <00><00> <00><00> <00> <00><00> <00>      , `0 66 6dld dd lhlz hz l <00>lm l m  0 ; 6A 6pln pn ltl t l <00> %: @= RP i` fc <00><00> <00><00> 6
2019-08-20 21:11:00 +03:00
 <00>R <00> R<00>o  <00>  o& :<00>R4 <00>4 R<00>Y< <00>< YB U<00>RO <00>O R<00>G<00> <00><00> G<00> <00><00> <00><00> <00><00> <00><00> $
 hVKU
2019-07-17 10:09:43 +03:00

4

2019-08-20 21:11:00 +03:00
,KVU  ! E &$ 1B 1M     $s. GB B G kMfXFSK=B`o x<00>}<00><00><00><00><00> $u3$3 u;}(G<00>(<00> G<00><00><00><00>,t<00>,<00> tX G Gy xPwM:}<00> <00><00>b$<00>,2/<00>7<00>FLN<00>S<00>d<00>j<00>r<00>z<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>0N,(k$ {M fK|<00><00><00><00><00> <00><00>'8ai l$v(<00><00>,<00>0<00><00><00><00>h4|r4r |z<00><00><00><00><00><00><00><00><00>8z<00>8<00> z<00> <00><00><} <  }%@R@ R;@PrUrDY<00>D<00> Y<00><00><00><00><00><00>Hp<00>H<00> p<00><00><00><00><00><00>L~<00>L<00> ~P<00>P<00> T~<00>T<00> ~X<00>X<00> <00><00>\<00>\<00> $<01>#(z  z&N z  z {<01> G G<01> G GD G G (08 @
H P X `hpx<00><00><00><00><00><00> $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00> $0<HT`lx<00><00><00><00><00><00> <00> <00> <00> <00> <00>    , 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>
2019-07-17 10:09:43 +03:00
<00>
<00>
2019-08-20 21:11:00 +03:00


 $ 0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00>   $ 0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> 


2019-07-17 10:09:43 +03:00
,
8
D
2019-08-20 21:11:00 +03:00
P
\
2019-07-17 10:09:43 +03:00
h
t
<00>
2019-08-20 21:11:00 +03:00
<00>
<00>
2019-07-17 10:09:43 +03:00
<00>
<00>
<00>
2019-08-20 21:11:00 +03:00
<00>
<00>
<00>
<00>
<00>
    ( !4 "@ #4D4d4<00>4<00>4<00>4<00>44 4;4V4s4<00>4<00>4<00>4<00>44C4k4<00>4<00>4<00>4<00>4<00>44 4(@t6<^ 8\"3@<00>6<^ Z<00>"U@<00>6<^ t2<00>p<00><00>@(7^! <00>a<00>@(:<00>^# <00>|<00><00>@<00>?<00>^% <00>L<00><00>@<00>A,^' <00>@<00>B<00>^) 1<00>;,@\KT^+ N(HI@<00>Kl^- kpf@LH^/ <00><00>L<00>@dL<^1 <00><00><00><00>@<00>Lt^3 <00><00>$<00>@N<^5 <00><00><00><00>@PNh^7 <00>@<00>O,^9 <<00>,7@<00>S`^; f<00>$a@DT`^= <00><00> <00>@<00>T^? <00>&<00>@<00>T<^A <00>($<00>@<00>T<^C <00>L(<00>@4U<^E t5<00>H<00>X<00>j<00><00><00><00><00><00><00><00><00><00><00> <00><00><00><00><00>@pU ^R <00>@|U ^T *<00>?0<00>;H<00>8Z$<00>U@<00>U^Y g<00>L b@<00>VL ^[  !p<00>(<00>_C  1R