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

938 lines
293 KiB
Plaintext
Raw Normal View History

2016-10-06 14:21:30 +03:00
!<arch>
2019-08-20 21:11:00 +03:00
/ 1566323271 0 0 0 2346 `
X n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n""""""""""""""cJSON_GetErrorPtrcJSON_VersioncJSON_InitHookscJSON_DeletecJSON_SetNumberHelpercJSON_ParseWithOptscJSON_ParsecJSON_PrintcJSON_PrintUnformattedcJSON_PrintBufferedcJSON_PrintPreallocatedcJSON_GetArraySizecJSON_GetArrayItemcJSON_GetObjectItemcJSON_GetObjectItemCaseSensitivecJSON_HasObjectItemcJSON_AddItemToArraycJSON_AddItemToObjectcJSON_AddItemToObjectCScJSON_AddItemReferenceToArraycJSON_AddItemReferenceToObjectcJSON_DetachItemViaPointercJSON_DetachItemFromArraycJSON_DeleteItemFromArraycJSON_DetachItemFromObjectcJSON_DetachItemFromObjectCaseSensitivecJSON_DeleteItemFromObjectcJSON_DeleteItemFromObjectCaseSensitivecJSON_InsertItemInArraycJSON_ReplaceItemViaPointercJSON_ReplaceItemInArraycJSON_CreateNullcJSON_AddNullToObjectcJSON_CreateTruecJSON_AddTrueToObjectcJSON_CreateFalsecJSON_AddFalseToObjectcJSON_CreateBoolcJSON_AddBoolToObjectcJSON_CreateNumbercJSON_AddNumberToObjectcJSON_CreateStringcJSON_AddStringToObjectcJSON_CreateStringReferencecJSON_CreateObjectReferencecJSON_CreateArrayReferencecJSON_CreateRawcJSON_AddRawToObjectcJSON_CreateArraycJSON_AddArrayToObjectcJSON_CreateObjectcJSON_AddObjectToObjectcJSON_CreateIntArraycJSON_CreateFloatArraycJSON_CreateDoubleArraycJSON_CreateStringArraycJSON_DuplicatecJSON_MinifycJSON_IsInvalidcJSON_IsFalsecJSON_IsTruecJSON_IsBoolcJSON_IsNullcJSON_IsNumbercJSON_IsStringcJSON_GetStringValuecJSON_IsArraycJSON_IsObjectcJSON_IsRawcJSON_ComparecJSON_malloccJSON_freecJSON_ReplaceItemInObjectcJSON_ReplaceItemInObjectCaseSensitivecJSONUtils_FindPointerFromObjectTocJSONUtils_GetPointercJSONUtils_GetPointerCaseSensitivecJSONUtils_ApplyPatchescJSONUtils_ApplyPatchesCaseSensitivecJSONUtils_AddPatchToArraycJSONUtils_GeneratePatchescJSONUtils_GeneratePatchesCaseSensitivecJSONUtils_SortObjectcJSONUtils_SortObjectCaseSensitivecJSONUtils_MergePatchcJSONUtils_MergePatchCaseSensitivecJSONUtils_GenerateMergePatchcJSONUtils_GenerateMergePatchCaseSensitivecJSON.o/ 1566323271 501 20 100644 198264 `
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
ELF^@<40>4(<00><01>$<24><>(<28><><00><><00><><00><><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD><00><><00><00><><EFBFBD><EFBFBD><7F><EFBFBD>? $,4<,4<00><><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD><00><><00><00><><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41><EFBFBD><00><><00>6A 
<EFBFBD>
<20><>0<EFBFBD><30><EFBFBD><EFBFBD> <20><>V7<56> 9"3<><00><00><08><><EFBFBD>
<01><>f<05><> F<00> <09><00><><EFBFBD><01><>f<07><> <20><00> <0B><1D>f<02><> f<02><> <20>)<29><1D> <1D> <1D> <1D>6A,<2C><1D>6A <09> <00><><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>t <0C><>< <09><><EFBFBD><EFBFBD><EFBFBD><00>˿<EFBFBD><CBBF>t<EFBFBD>j<07><><EFBFBD><EFBFBD><EFBFBD>F<00>˟<EFBFBD><CB9F>t<EFBFBD>j<13><><EFBFBD>ȩ<EFBFBD>9<02><><1B><>I<EFBFBD>-<1D> <1D>6A S<><53>e?+<2B><><00>]
<EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>9:<00><00><><EFBFBD>9Ok<4F><6B>3<EFBFBD><33>cF6<00>2<>\7F4<00>2<>u7F2<00><><08><00>!**2<><32>'<27><02>-0%`"0<><10>" QZR <0C>F b2<62>W<7F>2<><32>W<EFBFBD>1W<>1W<><02>! <> C<>  <> # <> 3 <0B><><EFBFBD>t<EFBFBD><00><04><>P<EFBFBD>T<EFBFBD><54><EFBFBD><EFBFBD><EFBFBD> <20>I<00> PVA <0B><><EFBFBD>tV<18><>#=<3D><>P\ RH<00> <00><00>PPdRH<00> =<3D>=<3D>=<3D>=<3D>X:59<1D> <1D> <1D> <1D> <1D> <1D> <1D> <1D>6aHh#VZT y1<79>j<>=<3D>=<3D>b ,$G<02>TM\<5C>g<EFBFBD> D<>d<EFBFBD><64>6<02>PwDm<04><><EFBFBD><EFBFBD>#<01><><08><00><>"<22><>ח:<02>J<00>,(<28>IЦ<>p<EFBFBD><70>xC<1B><>}
J<11>1F5<00><1B>1<1B><>1=<3D>=<3D>=<3D>=<3D><><00>H<00> UF,P<><50><EFBFBD><02>8<00><01><>ހ<EFBFBD>t\:<3A><>F4<00> <09><00><><EFBFBD><EFBFBD><08><00>1<1B><>1 <0C><>H<00> *F<00>1<1B><>1 ɒH<00> *<2A><00>1<1B><>1 <0C><>H<00> *<2A><00>1<1B><>1 ْH<00> *<00>1<1B><>1 <0C><>H<00> *F
<00>1<1B><>1=<3D>=<3D>=<3D>=<3D><><01>H<00> *F<00><><EFBFBD><04><05><00><00><><EFBFBD>UG<55><02><><EFBFBD>H1 RDI2yB=<3D>=<3D>=<3D>=<3D>( &<26>")# <1D>  <07> F <07>W(S<><07><00><>( U<>Y# <1D> <1D>"<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><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><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>>6A<00>"<22><02>kF <1B><>b<02>r=<3D>=<3D>=<3D>=<3D><>"<22><12><> <09><><EFBFBD> ,
<EFBFBD><EFBFBD>߈"<22><12><> <0B><>"<1D> <1D> <1D>6A<00><>("<22> 3(  <09> <20><>0<EFBFBD><30><EFBFBD><EFBFBD><EFBFBD><1D> <1D>6A9)<1D>6A 
<EFBFBD>
0<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><1E>"<22>z9" <1D><00><08>
V<EFBFBD><EFBFBD>0<EFBFBD> <20><00> <1D> <1D>6A<1D>6A<00><12><02><>8"0<><30><EFBFBD><00><00><><EFBFBD>"<1D>6A(,<2C><>-
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><EFBFBD>,<2C> <0B><00><1D>""u%04xnull%1.15g%lg%1.17gfalsetrue%i.%i.%i6A<00>R<EFBFBD><02>Z8"<22>S<EFBFBD>RK<52><4B><12><> <<3C>0<><30><EFBFBD><00><00><>;39"<1D> <1D> <1D> <1D>6<EFBFBD>A<00> H<04> Ba Ba<02><00>G<>F8H <05> H<03><>bB<><42>@pt<<3C>w8AMqpD<70>H<04>ˁZHbD<00> F<00>aZF<5A>D<00> U <<3C>W<EFBFBD>   0G<30>g<08>#<23><>HG8<47><38>aZV BE<00> <00><><EFBFBD><06><00>M
] x!gn<>b<EFBFBD>r=<3D>=<3D>=<3D><> <00><00><00><00><00><>AIR<49> <00><00><00><04><05><00><00>AIR<49><00><04><05><00><00>R <0C>I2<49>! w<>=<3D>=<3D>(#zry#  <02> F <02> B!1<00> 2#7<05><00><1D>K<00>KX<00>KKKKKKKKKK<00><00><00><00><00><00><00><00><00><00><00>K<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>K6AM<16> (<16>
<EFBFBD><14>h<EFBFBD>$<24>9<02>$<00>3 <09>$<24>3378<03>"<1D><>DVX<08>7<><07><> <1D><00>31<00><><EFBFBD><EFBFBD><EFBFBD><03><02>-
<EFBFBD><EFBFBD>(t<><04> ))<1D>(d<><03>-
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><EFBFBD>(t<><04> ))<1D><><EFBFBD><EFBFBD>$̸<04><00><00>t<EFBFBD><04>9)=<3D>=<3D>=<3D>=<3D><>$<24>"<1D> <1D> <1D> <1D> <1D>6A<00><12><02><00>J8<03><04>=
<EFBFBD>
<EFBFBD><04><02><00>-<1D> <1D> <1D>6A 
<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
<20><>0<EFBFBD><30><EFBFBD><EFBFBD> <20><>`<60>a<>4<EFBFBD><34><08><><EFBFBD>:<3A><15><00><><EFBFBD><03><00><00><>=<3D>=<3D>=<3D>=<3D>X42<34>05 94<00><05><03><00><00><><EFBFBD><EFBFBD>=<3D>=<3D>=<3D>=<3D>X42<34><32>0594<39><04><02><00>-
<1D> <1D> <1D> <1D>6A<00>20<32> <20><00>=
<EFBFBD><EFBFBD>,<2C><><02><00> )<29>=<3D>=<3D>=<3D>=<3D><>3<EFBFBD><33><00><> <20>3))-<1D> <1D> <1D>6A3V2 ;0<> <20><00>j!B2BJ<00> =<3D>=<3D>=<3D>=<3D>"2J"J<02> <1D> ԇ4<0E><>B<><42> +G;<12>,$G\<5C>G<EFBFBD>U<><1C><>4[U<1B><><00> <05> Vh<56> <20><><EFBFBD>E;<3B><><03><00>=
j<12><>,%RJ<00> <00><04><1B><><00>$*#RB+DJ3 "C<00> <1D>,%RJ<00> ZF1 <1B><><1F>9<02><><00><><EFBFBD> <1C><><EFBFBD><EFBFBD> 
<EFBFBD>E<00> <00>F&<1B>\ȂE<00> =<3D>=<3D>=<3D>=<3D><>&<26>F <0C><>8 <0C><>`&<26>Ef<45>f<EFBFBD> ,(<28> ؇<>TF\ȂE<01> F,(<28>E<01> <00><00><>b<EFBFBD>E<01> <00><00><>f<EFBFBD>E<01> <00> <00><>n<EFBFBD>E<01> <00><00><>r<EFBFBD>E<01> <00><00><>t<EFBFBD>E<01> <00><00><00><00>[<5B>"Z<>V8<56>$*#,%RB+DJ3 "C<00> <1D> <1D> <1D> <1D>6A<00><03>B<EFBFBD><00>-
<1D>6<>A<00> H<04> I<>=<3D>=<3D>=<3D>=<3D>HbXr<58><00>-
<16><0E><00><00>P<> <20><00><00><00><00><00><00>jAbRbQ <09> =<3D>=<3D>=<3D>=<3D>BRQ
BA<16> F<><00><04><05><00><><12><00><00>j <20><><08><00><><12><00>f<10>!<21>1<EFBFBD>P<> <20><00><00>
<EFBFBD><04><05><00><><12><00>m
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
M<1C>g5Z<1B>0<EFBFBD> <20><00> FR<><12><>R W<> <0C>Z,<2C><>E<00> <00><00><>RI<00> <1B>G8ڊ<38> "H<00> =<3D>=<3D>=<3D>=<3D>(#JBI#  <02> F <02> H<>1<00> 87<05><00><1D>6A  <09> <20><>0I<30><49>D <20>DB f<><02># <0C>G(&$h&D)&<02>>Ff<><02>3,G(f<><02>,9f<><02>2&<26>m6 [<5B><03><00>
\<5C><00><00> <14>5 k<><03><00><16>  <06><00><00><00>. [<5B><03><00><16> \<5C><00><00> <14>&<00><03><02><00>M
<EFBFBD>"<00>B<EFBFBD><42>HCV<43>(s<><03><00><00><00>B<><01>0<> <20><00><16><05><04>B<EFBFBD><00> <00><03><02><00>M
F<00><03><02><00>M
F <00><03><02><00>M
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
F  <04> F  <04> F -<1D>6<> <08>1<EFBFBD>A<EFBFBD>Q<EFBFBD>a<EFBFBD>q<EFBFBD><71><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=<3D>=<3D>=<3D><> <00><04><><00><00>1<EFBFBD><31><00>A9<41>=<3D>=<3D>=<3D>=<3D><><04><14><>=<3D>=<3D>=<3D>=<3D><>$<24><><EFBFBD>a <16><06><> <20> <20><00>ˡ<><00>($<24>"<22>Q<1B><>1<EFBFBD>-
917E<1D>(<04>Q<1B><>-
<EFBFBD>Z8Q3<>A<EFBFBD><41>c<EFBFBD>1<EFBFBD><00>8Q:2 <08>C<00> =<3D>=<3D>=<3D>=<3D>8<14>1<EFBFBD><1D> <02> <02>1<EFBFBD>:8<14><00><>8<14><02> <1D> <1D>6AH"s <0A><>0<> <20><00><16> \<5C>"J<00> =<3D>=<3D>=<3D>=<3D>(#")#=<3D>=<3D>=<3D>=<3D>(3")3F<00>@<40> <20><00>Z
<EFBFBD><03><00>(<16>(S<>2 "F <12><>0<> <20><00>j<1B>,ɒJ<00> =<3D>=<3D>=<3D>=<3D><>S<EFBFBD>Y+<2B>, <09>J <09>H<00> =<3D>=<3D>=<3D>=<3D><>#*()#=<3D>=<3D>=<3D>=<3D>HV<><56> +<2B><03><00><00><>\<5C>"J "J<01> =<3D>=<3D>=<3D>=<3D>(3 ")3 <1A>

<EFBFBD>
<EFBFBD>
-
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<1D>6AH"s(S<>2 "F <1B><><03><00>J<1A><>{<7B>J<00> =<3D>=<3D>=<3D>=<3D><>3<1B><>3=<3D>=<3D>=<3D>=<3D><>S<EFBFBD>x<EFBFBD><78>
<EFBFBD>J<01> =<3D>=<3D>=<3D>=<3D><>#*()#<23>@(S<>¸3<C2B8><03><00><16>  <0C><>J<00> <1B><1B>=<3D>=<3D><>3<EFBFBD>8<EFBFBD>(#<23><><EFBFBD>#<23>=<3D>=<3D>=<3D><>$<08><00>z<13><03><00>(S<>2 "F <12><02><03><00><16><<3C><>J<00> =<3D>=<3D>=<3D>=<3D><>S<EFBFBD>h <0C><>J<01> =<3D>=<3D>=<3D>=<3D><>#*<2A><>#<23>@<40> <20><00><16> <0A><03><00><00>S  ]<02>Z<EFBFBD><5A><04>*<2A>*%<25><><EFBFBD><03><00> <0B><04><><1B>,ɒJ<00> F<00>
<EFBFBD>S<EFBFBD>Y <0C><>H<1B> <09>H<00> =<3D>=<3D>=<3D>=<3D><>#*()#=<3D>=<3D>=<3D>=<3D>HV<><56>(S<><53><EFBFBD>3<1B> +<2B><03><00><16>(S<><02> <0C>"J<00> D<1B>F (3 "'4<>"<22>}"J "J<01> =<3D>=<3D>=<3D>=<3D>(3 ")3 
<EFBFBD>
F

<EFBFBD>
F
-
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<1D>6A 
<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
<20><>0<EFBFBD><30><EFBFBD><EFBFBD> <20><>0("<22><><05>(<02>B<EFBFBD><42><EFBFBD><03><00>V<><56><1D>(<02><02><><EFBFBD><03><00>V<><56><1D> <1D>6A<00>(<08><18>"<1D>6A!  }<7D><0E> <20> <20><00><1D>6A<00>"!<00><00>=<3D>=<3D>=<3D>=<3D><><00>=<3D>=<3D>=<3D>=<3D><><00>"<1D><><00><00>=<3D>=<3D>=<3D>=<3D><><02>8<EFBFBD><00> =<3D>=<3D>=<3D>=<3D><><00><00>=<3D>=<3D>=<3D>=<3D>(<12>)=<3D>=<3D>=<3D>=<3D>! <08>"=<3D>=<3D>=<3D>=<3D><>!'<27>!<00>!'<27><07>!<00>"<1D>6AF8<02>2<EFBFBD><32><06>"<22>%<00>2<EFBFBD><32> <0B>B<EFBFBD>j<EFBFBD><00><18><00>2<EFBFBD><32> <0A><><16><00><00>(<01><00><00><18><02>-V<><56><1D>6A<00>3B<33>F?<1B><>3=<3D>=<3D>=<3D>=<3D><>H#J<><4A>\<5C>W4DI#0<> <20><00><00>CH#XW<>XJER\<5C>G<EFBFBD><02>"<00>SH#XW4
(# ")# F& DI# M<06><><10><00>]
:<08>t<EFBFBD>i<1A>M
<EFBFBD>#<1B><>#0<> <20><00><00>P<> <20><00><16>0<> <20><00><00>3<EFBFBD>#hg<> h<03><><EFBFBD>m,<2C>W<18><>cX#hg<>0hZVb\<5C>W<EFBFBD>$F X3 UY3,Y2I"=<3D>=<3D>=<3D>=<3D>(#")# <1D> <04><><EFBFBD><04><00> <1D> <1D> <1D>6A<16>H<16><13>Ө#K<><4B><13>9% L<><00><><EFBFBD><EFBFBD><00><00>J DI2=<3D>=<3D>=<3D>=<3D>(#J")# <1D><>è#[<5B><><13>9$ \<5C><00><><EFBFBD><00><00>J <1A>2=<3D>=<3D>=<3D>=<3D>(#[")#-
<1D><><03>#K<><4B><13>9( L<><00><><EFBFBD><00>܊ $I2 <1A>R=<3D>=<3D>=<3D>=<3D>(#K")#-
<1D><>ӈ#<23><13><><17><><EFBFBD>,(<28><> <0A><03><02><00>-
𼳈#<23><13><>5<EFBFBD><35><EFBFBD><00><><EFBFBD> <1A><>t<EFBFBD><74> <09><><02><><00><><EFBFBD>  <1B><><EFBFBD><EFBFBD><EFBFBD> <20><>t<EFBFBD>Ƚ<03><02><00>-
<1D><><EFBFBD><EFBFBD>#<23><13><><18><><EFBFBD>\<5C><><EFBFBD><0E><03><02><00>-
<1D><00>c<EFBFBD>#<23><13><>$<24>D<EFBFBD>B<>{G<><1D><03><02><00>-
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<1D> <1D> <1D> <1D> <1D> <1D>6A<00>3<EFBFBD><33><02>[<1B><>3<16>=<3D>=<3D>=<3D>=<3D>H#<23><13>4P<00>J<><4A>R<>{W<02>MDI#0<> <20><00><00>SH#XW<>XJERB<>}G<>9<00>SH#XW4
(# ")# <04>? DI# M<06><><10><00>]
<16><0E>d<EFBFBD>i<1A>M
<EFBFBD>#<1B><>#0<> <20><00><00>P<> <20><00><16> 0<> <20><00>hEi<45> iEg<45>*=<3D>=<3D>=<3D>=<3D><>#hg8<02>%<00><03><><EFBFBD> <<3C>g<02>!<1B><>c0<> <20><00><00>P<> <20><00><16><06><03><00><00><><EFBFBD>#hg<>h<03><><EFBFBD>Pe R<>,W<><06><>CX#hg<>=hZVbR<>}W<>0F X3 UY3LY2I"=<3D>=<3D>=<3D>=<3D>(#")# <1D>  <04> <04><><EFBFBD><04><00> <1D> <1D> <1D>6A<00><00><00>P<> <20><00><00><><00><00>R
<00><00><00><04><05><00><00><08><00>R<00><04><05><00><00>RIbYr-=<1D>6<> <08>Q<EFBFBD>a<EFBFBD>q<EFBFBD><71><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=<3D>=<3D>=<3D>=<3D>Q<00><05><15>~)Q <20> <20><00><1B><>a=<3D>=<3D>=<3D>=<3D><>X
<EFBFBD>Y<>=<3D>=<3D>=<3D>=<3D>X*<2A><>Ra <0B><00>]
j<04><><14><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
<EFBFBD><05><00><00><><EFBFBD>t<EFBFBD><74><14><00>Hq<48>a<EFBFBD><61><19>QJHB<00><>#HQ(q*$)-<1D> <05>e<EFBFBD><05><00><16>)1 IA=<3D>=<3D>=<3D>=<3D>XqHaG<61>YA<59><00>$ DIA<49><41>=<3D>=<3D>=<3D>=<3D>HAJ")=<3D>=<3D>=<3D>=<3D>!H18AI9 <1D>-<1D> <1D>6A <0C> <20> <20><00>-
<1D>6A<00> <1B><02><00>-
<1D>6A<00> <0B><02><00>-
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<1D>6<EFBFBD> <08>1<EFBFBD>A<EFBFBD>Q<EFBFBD>a<EFBFBD>q<EFBFBD><71><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>#]=<3D>=<3D>=<3D>=<3D><><00><08><03><00>1<16>9A 9Q9qI<71>=<3D>=<3D>=<3D>=<3D>1<00>H<13><>=<3D>=<3D>=<3D>=<3D>8#I<>9<EFBFBD>˱<EFBFBD><02><00><00><>!(<12>1<EFBFBD> <1D>(1<1D> <1D> <1D>6<EFBFBD> <0B>Q<EFBFBD>a@<40> 0<><30><EFBFBD><EFBFBD> <20><>691IA 9qY<71>=<3D>=<3D>=<3D>=<3D>1XHY<>=<3D>=<3D>=<3D>=<3D>8#I<>9<EFBFBD>˱<EFBFBD><02><00>-
<1D> <1D>6A<00><><EFBFBD>" <02>"<22>V<><56><1D> <1D>6A<00><><00><03><02><00>-
<1D> <1D>6A <0C> <20> <20><00>-
<1D>6A <1C> <20> <20><00>-
<1D>6A<00><03><02><00>  <18>(<28><1D>6A<00><03><02><00><1D>6A <0E><00><04><03><02><00><1D>6A <1E><00><04><03><02><00><1D>6A<00>2<EFBFBD><00><03><00><00>
<EFBFBD><02><00><1D>6A  <0B> <20><>0<EFBFBD><30><EFBFBD><EFBFBD> <20><>Q<00><05><04><00> <0E><05>
<EFBFBD><03><02><00><1D>6A 
<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
<20><>0<EFBFBD><30><EFBFBD><EFBFBD> <20><>4<EFBFBD><13><03><03>=<3D>=<3D>=<3D>=<3D><><03>(<28><13>=<3D>=<3D>=<3D>=<3D><>"<22><><04><03>b ))-<1D> <1D>6A<00>s<01><03><02><00><00>
<EFBFBD><02><00>-
<1D> <1D>6A<00><03><02><00><00><00><1D>6A<00> <20> <20><00><00>
<EFBFBD><02><00>-
<1D>6A<00> <20> <20><00><00>
<EFBFBD><02><00>-
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<1D>6A<00><03><02><00><00><00><1D>6A<00><03><02><00><00><00><1D>6A<00><><03><03><02><00>̪<><04><02><00><1D><>=<3D>=<3D>=<3D>=<3D>89I=<3D>=<3D>=<3D>=<3D>8"7<>I"<1D>(I<1D>6A 
<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
<20><>@<40><><EFBFBD><EFBFBD> <20><>J<EFBFBD>K7L<><03>=<3D>=<3D>=<3D>=<3D><><13><14>I=<3D>=<3D>=<3D>=<3D><><14>I=<3D>=<3D>=<3D>=<3D><>"<22><>Bb ))<13><03><00> <1D> <1D> <1D> <1D>6A<00>S<01><03><02><00><00><04>
<EFBFBD><02><00><1D>6A<00><00><00><00>* H<>:-
<1D>6A<00><00>M
<0E><00>
<EFBFBD><03><02><00>̪<><04><00> <1D>-<1D>6A<00><00><00><00>* (<28>:-
<1D>6A<00><00>M
<0E><00>
<EFBFBD><03><02><00>̪<><04><00> <1D>-<1D>6A<00><00><00><00>* <18>:-
<1D>6A<00><00>M
<0E><00>
<EFBFBD><03><02><00>̪<><04><00> <1D>-<1D>6A<00><00><00><00><><EFBFBD>2 "F ):-
<1D>6A@<40> <20><00>M
<0E><00>
0<EFBFBD> <20><02><00>̪<><04><00> <1D>-<1D>6AM]<03><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

 <0C><>:Ij9r=<3D>=<3D>=<3D>=<3D><><00><00><04><03><00><00>jAIR<1D><><00><00>0<> <20><00><00>AIR<1D><><04><03><00><00>R<1D>6A<00><04><05><00>M
<0E><00>
<EFBFBD><03><02><00>̪<><04><00> <1D>-<1D>6A<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
<EFBFBD>j<08>:=<3D>=<3D>=<3D>=<3D><> <20> <20><00><00>C<EFBFBD><43><EFBFBD><03><00> <1D>-
<1D>-<1D>6A@<40> <20><00>M
<0E><00>
0<EFBFBD> <20><02><00>̪<><04><00> <1D>-<1D>6A=<02><00><00>-
<EFBFBD><10>j<03><03><00><00>B<1D>6A=<02><00><00>-
<EFBFBD>ꂡ@<40>j<03><03><00><00>"<1D>6A=<02><00><00>-
<EFBFBD><20>j<03><03><00><00>"<1D>6A<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
<EFBFBD>j<EFBFBD><EFBFBD><EFBFBD><EFBFBD>:=<3D>=<3D>=<3D>=<3D><><00><02><00><00>C<EFBFBD><43><EFBFBD><03><00> <1D>-
<1D>-<1D>6A@<40> <20><00>M
<0E><00>
0<EFBFBD> <20><02><00>̪<><04><00> <1D>-<1D>6A<00><00><00><00>*,<08>:-
<1D>6A<00><00>M
<0E><00>
<EFBFBD><03><02><00>̪<><04><00> <1D>-<1D>6A<00><00><00><00>*L<08>:-
<1D>6A<00><00>M
<0E><00>
<EFBFBD><03><02><00>̪<><04><00> <1D>-<1D>6A0_   F<>PD g<>\<5C><00>]
M t<><74><07><00><00><00>}
̪<EFBFBD><05><00> <1D><>D<EFBFBD>%<25><00>
`<60> <20><00>Dm  P<><50><EFBFBD><EFBFBD>t74 <09><><EFBFBD>-<1D> <1D>6A0_   F<>PD g<>\<5C><00>]
M t<><74><07><00><00><00>}
̪<EFBFBD><05><00> <1D><>D<EFBFBD>%<25><00>
`<60> <20><00>Dm  P<><50><EFBFBD><EFBFBD>t74 <09><><EFBFBD>-<1D> <1D>6A0_   F<>PD g<>T<EFBFBD><00>]
MF t<><74><07><17><00>}
̪<EFBFBD><05><00> <1D><>4<EFBFBD>%F<00>
<EFBFBD><06><00>Dm  P<><50><EFBFBD><EFBFBD>t74 <09><><EFBFBD>-<1D> <1D>6A0_   F<>PD g<>T<EFBFBD><00>]
MF t<><74><07><00>}
̪<EFBFBD><05><00> <1D><>D<EFBFBD>%<25><00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><06><00>Dm  P<><50><EFBFBD><EFBFBD>t74 <09><><EFBFBD>-<1D> <1D>6Ar
<EFBFBD><00><00>]
<16> <09>2B<32><42>@HI:=<3D>=<3D>=<3D>=<3D>HRIZ=<3D>=<3D>=<3D>=<3D><>b<EFBFBD>r<EFBFBD>j<EFBFBD>z=<3D>=<3D>=<3D>=<3D><>B<16><00><00><00><00>e<16>=<3D>=<3D>=<3D>=𨂜
H2<EFBFBD><EFBFBD><08><00><00><00><><EFBFBD><EFBFBD>c=<3D>=<3D>=<3D>=<3D>8" <04> <1B>%<00><><EFBFBD>T<EFBFBD>IF<00>%=<3D>=<3D>=<3D>=<3D>8M
V<EFBFBD><EFBFBD>-<1D> <05><><EFBFBD><05><00> <1D>-<1D> <1D>6AR<0F>7f<>"<22>4 <0C><><EFBFBD>"F2 ٗ<>"<22>/f<>"<22>-,<2C><><EFBFBD>$<24><01><>F"<22>  <0B> <0B>ܓ<EFBFBD><DC93><EFBFBD><EFBFBD> <0B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>F#,<2C><><EFBFBD>$<24>,<2C><><EFBFBD>F"<22><00><>,<2C><><EFBFBD><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD>+",)<29><>T<1B>"<22>J<00> F<> "<22>K<00> <1B>=<3D>=<3D>=<3D><><00>K<00> <1B>"=<3D>=<3D><>  <09> <09>ܓ<EFBFBD><DC93>ޠ<EFBFBD><DEA0><EFBFBD><EFBFBD><EFBFBD>ʫ<EFBFBD>"<22>K<00> F"<22>J<00> <1B>=<3D>=<3D>=<3D><>Vx<56> "J<00> <1D>6A<00>҂  <19>)<29> t<1D> <1D>6A<00><>" <0B>  <19>)<29> t<1D> <1D>6A<00>" <0C><><EFBFBD>  <19>)<29> t<1D> <1D>6A<00><>(2 <20>  <19>)<29> t<1D> <1D>6A<00>" <0C><><EFBFBD>  <19>)<29> t<1D> <1D>6A<00>" <0C><><EFBFBD>  <19>)<29> t<1D> <1D>6A<00>" <0C><><EFBFBD>  <19>)<29> t<1D> <1D>6A <20> <20><00><00>*(B<1D> <1D>6A<00>" <0C><><EFBFBD>  <19>)<29> t<1D> <1D>6A<00>" <0C><><EFBFBD>  <19>)<29> t<1D> <1D>6A<00>" <0C>€  <19>)<29> t<1D> <1D>6A  <05> <20><>0<EFBFBD><30><EFBFBD><EFBFBD> W<02>Qh2X3PV0PPtV<74><13><02><00>}
Vz``t&<26>1 <0C>g%<12>Q<00>6#&F<02>N<00>&<26>,g%&<26>FJ&<26>&<26>FG7<><02>?&<26>2 <0C>g%<0F>FB<00>6&F@&<26>H,g%&<26>(F<&<26>h&<26><1D>9 F8<00>c<EFBFBD>s<EFBFBD>b<EFBFBD>r<EFBFBD><00>V
<17>2<00>Bj <0C>C <0C><00>V<> <17>,X"8#<00><04><03>%<16>X8  <06>P<><50>0&<26><><EFBFBD><EFBFBD>7<02>!<00><00>BX"<22> <00><04><><EFBFBD><03><00>z<06><04>
<EFBFBD>%:XV<><56><EFBFBD>38#<23> <03><00><04><><EFBFBD><02><00><00><><EFBFBD><04>
<EFBFBD>%<00><>8V<13> <17> <07> F} <17>}
F <17>}
<EFBFBD>}
-<1D>6A<00><00><08><02>-
<1D>6A<00><00><18><02><1D>6A 
<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
@<40><>0<EFBFBD><30><EFBFBD><EFBFBD> <20><>J<EFBFBD>4<EFBFBD><34>
<EFBFBD><EFBFBD>Z<00><00><00><00><03><00><00><>=<3D>=<3D>=<3D>=<3D><>4<EFBFBD><34><EFBFBD><EFBFBD><EFBFBD><10>4<EFBFBD><05><03><02><00><00><04>
<EFBFBD><02><00> <1D> <1D>6A <0A><04><03><02><00><1D>6A <1D><04><03><02><00><1D> <00><><EFBFBD><EFBFBD>| x  V % <00>0B $   8    8 *p<00> 0 <00> B <00>  7PO <00>P<00> <00> J   <00> I  X <00> R P   <00>PRP         4 N "      F l   .  .  .  2 h 2 @ 2 $ $ $ @ 2  .  . t t l l <00> <00>            <00>   d   5r <0C>4<00><04> intg<03>>3  <08> <05> ,l<05> 
 S<04><08><04><07><04><04><04> n(5&
&8&
<EFBFBD>9&
<EFBFBD>;&
<EFBFBD> >,
<EFBFBD>A<>
CC,
[E%
<EFBFBD>H<> <04>nI<> <09> K\
Mk
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD> N| }k 3\ | }q<04> O7<04>Q,A<>

B<>
EC3<04>StD<> L y
<EFBFBD> {k
<EFBFBD>||
 } } } 3L~<7E><01>j
<EFBFBD> <01><>
<EFBFBD> <01>3
t<01>3
[<01>3
<EFBFBD> <01>%$j<01><11>l<01><11> m3tn3[o3 <11> p<01><11>q<01><11> rQ svGb,x<01><>b<><13>b<>[$;__xn<>y?X__xn<><00>Zu__xv<><00>`__xv<>: <01>S<01>>V<01><>e<02>&h>`i 3<00><07><18> BS%<01><>aB<02><00>(B<02>u<1B>B<02>T{D<00><1C> E> :F<02>a<1C> GSFHSBoIS<00><1C> JS<00>\ <01>,M<00>q^<02>3_><00>X<00>Zr<00>Zr<04>_<01><02><00><01><19> <01><00>7
<01>Sa<01><02><00>(<01><02>; <20><01><02><02>\{<01><02><00>!\ -<03>(K<00><1C><01>3<00>@<01>3<00>"nw<14><00><00>o<01>S)J<00>Zu[t\<02>\#<23>rZw,jp <01>B<01>I<19><01>H<18><01>$<01><><19><01><06><00>D<01>3<00><1C><01><00><04>,$<24> <01><><1B>R<1B> S<18>9<07>8<01>+<19>9<1B> 9S<1C>;X0<00>[s<18>c}<01>T<1B>c<07>R$<24>
<01><01><><1B><01><01>Rt <01><01><00>%<00>4<04><07>a <01><01><13> <01> <00>&
<01>R'
r<00>Z(<00>4Zr[0\(x <01>8<01>T<19><01><00>$<00>4[\3(t  <01>*<01> <19>  & 7
 <00> <1C>
 %<00> z<01><03><> <20> <03><><1C>S#
i3A
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
!M 8<01>%<00>)<29><00>4 Zv[<03><>%(<00>4*S& +v?(<28>v<01><00><01><> ,pv<01>l
 v3<00>
<1C>x<01> ~y3<00> -R<00> Zr[s"]r'mr<00> Zs"xr%<25><00>4<12><01><>0<01>Z
<13><01><><00> <13> <01>  .<2E> <01>3Y .2<01><><00> ) <00>4*
Zr's=
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
Zt$<00>4Zs[r\t(<28>l<07><00><01> <19>l<00> <19>l 1 <1B> lT<19> l v <1B>l V/<00>
key<07><00> R<00> Zs[u)0+ Zsr<00>Zr[t<07><07><18> $B<01><> <19> $<07><00> <19> $ ,<1C>&f)<00><00> Zs<00>4Zs[r\(h<<03><00><01><> e<<03><00><19> <<03>:a><03><00>{?<03><00><1C>@<03>=&A3<00>ZC3<00>)& C Zs[3)<29>& ] Zs[t)<29><00>4} Zs[r\t<1E><00>4[<18><01><03><01><> <19> <01><03> I0p<01><03>S <00> [s<07>(N<01><01>7<01> <19> <01><01> j<19> <01><01><00><1C><01><01><00>d<01>%<00><1C> <01>,i<01>3h r<01> <02>B<1C><01>S<00> <20> <01>%<03><>%"<00>)~<00>4<00> Z<02>B[)<29><00>4<00> Z<02>B[ \<03><>)<29><00>4<00> Z<02>B[$)<29>& Zs[v%5<00>4*S+v7<01><04>O<01><><19> <01><04> <00><1B> <01><04>S{<01><04> /<00>s3<00>"<22>r%<25><00>4)<29>& <00>Zs[t<1E><00>4\t)`& <00>Zs[5)n<00>4<00>[\5)}& Zs[6)<29><00>4$[,\6)<29>& =Zs[5)<29><00>4Y[4\5)<29><00> sZr[s)<00> <00>Zr[s)<00><00>Zr[s$<00>Zr[sM @<04><00><01><><19> @<04> <00><19>@<04>'<1B> @ T1% B<04> <20>C<04><03><>D<04>z!\ r<04>-(QZ
)]lZr[<03><>)hT<00>Z<03><>"ur"<22>r)<29><00>4<00>Zr"<22>s"<22>s#<23>sZr3*<2A><00>+ve<01><05><00><01><><19> <01><05> <00><1B> <01><05>S<1C><01><05> <1C> <01>3<00> <01>T)& YZs[1)IsZt[s)TT<00>Zs)p& <00>Zs[r<1E>& Zs[2<18>K<06><00><01><19> K<06> <00><1B> K<06>S<1C>M<06><00><1C> N3.] O<00>/0Gij3<00>l& Zs/H_i<01>3<00>)& yZs[r)<29><00> <00>[s)<29>T<00>Zs)<29>& <00>Zs[r)<29><00>Zt[s)T<00>Zs) & Zs[r|& Zs<18><01>J<01><><19><01><06> <00><1B>
<01> S<1B><01> T<01>),5~Zs@<00>Zs2<> G<><01>3<EFBFBD>Y<><01><>&+[<5B><00>4Zr[<\1]7^1*<2A>+v4,<01><00><01>,<13> <01>,D<04>5- <01>I<01>{<13> <01>~.&<01><00>%26BZr<18>B<05><01><><19> B<00>7
BS?D2] E<00>!\ <01><05>!<21>
<01><05>lA[<1C> h)u<00>Zs)<29>0Zs)<29><00>JZu[s<1E>Zs)8oZs2Zt<18><01><04>X<01>q<19> <01>#7
<01>S)$<00>4<00>[\4)T<00>4<00>[,\5)<29><00>4 [4\4)<29>&Zr[s)<29>T@Zr[s){ZZr[s@qZr[s<18><01><05><00><01><><19> <01>W7
<01>S?<01><00>] <01>'!\ Ap!<21>
8Dy<00><00><1C> <00>)<29><00>Zs)<29>&Zs)<29>@Zu[s)<29>TZs)<29>hZs)<00><00>Zu[s Zs)D<00>Zsz2Zt7<> X%R<01><><19>X<00><1B>
X%T<>U<>8g<01><01>
<01><03><00>D<01>
@<19>
<01><03>l <20><01>j<02>D<1C> <01><00>!\ <04><14>D<00>  <04><03><>)0<00>4<00>Zr)Z<00><00>Z)h<00>Z<02>D%n)x<00><00>Zu)<29><00>Z<02>D<1E>2Zu<04>8<>
9<01>U9<04><00><00>Zr[0\08<> <01><04><01><><19> <01><04><00>Zr[1\8<01><04><01><><19> <01><04>)<00>Zr[0\8` <01><04><00><01>s<19> <01><04>J<19><01>,<00>,fmt<01><04><00>9p<01><04><03><>-,OZs)djZr[<03><>"pr8<><01><04>R<01><><19> <01>&,buf<01><04>`,len<01><04><00>,fmt<01> <00>9p<01><04><03><>JZr[<03><>,8<><01>,<01>C<19><01><06> <1C><01>O ;<01>3z 8<><01><01><><19><01><06><00> D<01>,SIZr[s8<>
 <01><><19> <07> <00> <1B>  SZr[s\08S <01>:<19><07> !<1B> SZr[s\18<><07><01><><19><07>!!<1B><07>S <00>Zr[s:<3A>W<01><><1B>WR<1B> WS <00>Zr[s:<3A><01><01>=<1B><01>R<1B><01><07>S<1B> <01>TZ
Zr[s\t]^0: <01><01><><1B><01>R<1B><01><07>S<1B> <01>TZ
Zr[s\t]^1:<01><01><1B><01>R<1B> <01>S)% <00>Zs[<00>Zr:<3A><01>4<01><><1B><01>R<1B><01><07>S<1B> <01>T)"% bZt[u2Z
Zr[s]u^08<> N<01><> B!<1B> S8<>5"<01> <19>5|!<1B>5,S)IZr[s<00>Zr:<3A>?<01>v<1B>?R<1B>?,S) <00>lZr[s%28<> D<01><><19>D<00>!<1B>D<08>SV F<00>!)<00><00>Zr[s<00>Zr8D
K<01>\ <19>K<00>!<1B>K<08>SV M")<00>K Zr[s<00>Zr: R<01><> <1B>RR<1B>R<08>S) v<00> Zr[s%2:% W<01>!<1B>WR<1B>W<08>S) <00><00> Zr[s%2:l
]F<01><>!<19>]4"<19>],U"<1B>
]T _v")Iv!Zr[s<00>Zr[t8Iz<08>l<01><>! z<00>"<1B> zS<1B>zT\2Zs:<3A> <01><01>U"<1B><01>R<1B><01>,S<1B>
<01>T)I>"Zr[s<00>!Zr\t8<> <01><01><>" <20> <01>Z <00>Z8<><01>.<01>#<19><01> #<1B>
<01> S <20><01>T% U")Z
#Zr[s\t]^0&2Zt8a<01><01>[# <20> <01>Z <00>Z8<><01>.<01><>#<19><01>F#<1B>
<01> S <<01>T% #)Z
<00>#Zr[s\t]^0&2Zt8<01><01>%$ <20> <01>Z <00>Z8<><01>.<01><>$<19><01><00>#<1B>
<01> S <01>T% <00>#)Z
<00>$Zr[s\t]^0&2Zt8<><01><01><>$,b<01><08><00># <20> <01>Z <00>Z8<> <01>2<01><>%<19><01><00>#<1B>
<01> S<19><01> .$ <20><01>T) <00>$g%Zt) Z
<00>%Zr[s\t]^0*2Zt7T<01>h<01><>%,num<01>%O$ <20> <01>R<00>Z8<><01>2<01><>&<19><01>w$<1B>
<01> S<19>
<01><07>&<00>$ <20> <01>T% <00>%) Z
&Zr[s\t]^0*2Zt%8U @<01>'<19> <09><00>$ <20>  S) <00><00>&Z)(<00> 'Zr[42Zs8<><01>2<01><>'<19><01>,%<1B>
<01> S<19><01> f% <01>T) <00>&|'Zt) Z
<00>'Zr[s\t]^0*2Zt8<>  $<01>(<19> <09><00>% <20>  R)<00>
(Z +Zs8
) $<01>{(<19>) <09><00>% <20> + R)<00>j(Z +Zs84 $<01><>(<19>4 <09><00>% <20> 5 R)<00><00>(Z +Zs8> @<01>X),raw> <09><00>% <20> @ S) <00>*)Z)(<00> G)Zr[42Zs8<> <01>2<01>*<19><01>4&<1B>
<01> S,raw<01> n& <20><01>T) <00>(<00>)Zt) Z
<00>)Zr[s\t]^0*2Zt8<> O <01>=* <20> Q Z <00>Z8<> .<01><>*<19> <00>&<1B>
  S <20> T% *)Z
<00>*Zr[s\t]^0&2Zt8 Z <01>+ <20> \ Z <00>Z8<> <01>.<01><>+<19><01><00>&<1B>
<01> S <20>T% <00>*)Z
<00>+Zr[s\t]^0&2Zt7f t<01>B,<19>f B,'<1B>f ,Sih 3V'ni <00>'pj <00>'ak <00>'%*%2<00>%)>2+,ZuU<00>Zv[w<04>7y<01> t<01><>,<19><01> <09>,(<1B><01> ,Si<01> 3k(n<01> <00>(p<01> <00>(a<01> )%*%2<00>%)>2<00>,ZuU<00>Zv[w<04>,<07>8/<01> l<01><>-<19><01> <09>--)<1B><01> ,Si<01> 3<00>)n<01> <00>)p<01> <00>)a<01> *%*%-<00>%)92<00>-ZuN<00>Zv[w<04>&89 <01> l<01>`.l<01>
B*<1B><01> ,Si<01> 3<00>*n<01> <00>*p<01> <00>*a<01> ,+%*%,<00>&)82I.ZuN<00>Zv[w8<><01> <00><01>U/<19> <01> <09>W+U<01> <09><00>+<1C>
<01> ,<1C><01> L,&<01> <00>,J<01> <00>,!\ <
<EFBFBD>)<00><00>.Z)P<00> /[)p<00> +/[)<29>`.D/Zs[1<1E>2Zu:<3A>
E
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00><01><>/
E
<EFBFBD>-:G
<EFBFBD>S-8L <01>
<EFBFBD><01><>/<19> <01>
<EFBFBD> <00>-8% <01>
<EFBFBD><01><>/<19> <01>
<EFBFBD> <00>-8<><01>
<EFBFBD><01> 0<19> <01>
<EFBFBD> +.8<><01>
<EFBFBD><01>80<19> <01>
<EFBFBD> e.8?<01>
<EFBFBD><01>c0<19> <01>
<EFBFBD> <00>.8<><01>
<EFBFBD><01><>0<19> <01>
<EFBFBD> <00>.8<> <01>
<EFBFBD><01><>0<19> <01>
<EFBFBD> /3LL<><01><>0<13> LM/ <00>0Zr8<> <01>
<EFBFBD><01>1<19> <01>
<EFBFBD> <00>/8<><01>
<EFBFBD><01>H1<19> <01>
<EFBFBD> <00>/8<>
<01>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><01>s1<19> <01>
<EFBFBD> <00>/7j <01>
<EFBFBD><00><01><>2,a<01>
<EFBFBD> 50,b<01>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD> <00>0<1B><01>
T/`<00>1<1C>+  1<1C>, +1<1E>s1Zu[s\t/x<00>2<1C>C I1<1C>D <00>1)@2Zs\t))s1Z2Zu\t)It2Zr\tTs1Zs\t)-<00>/<00>2Zr%<25>58l }<01><>2;l 3<00>16 Zr:<3A>
q <01>3<1B>q }R6 Zr-<01><08>d<01><>3<19><01><00>1<1B><01><08>S<1B><01>T<1B><01><08>U%%<00>2)0<00> <00>3Zs[)P<00>3Zr[s\u\<00>!Zr\t:+<01><01>$4<1B><01>R<1B><01><08>S<1B>
<01>T3Zr[s\t]0:<3A><01><01><>4<1B><01>R<1B><01><08>S<1B>
<01>T3Zr[s\t]1&<26>E<>&<01>;<3B>- <kk!=SS<]]#<<3C> <00> <05>=<3D> <00> =F F <<3C><00><06><<3C> <00> <06><NN% U$ > $ > : ; I  I&I&  : ; 
: ; I8 'I I ' : ; : ;I : ; : ;I8 .: ; 'I@<18>B: ; I 4: ; I .: ; 'I@<18>B.: ;'I@<18>B: ;I4: ;I: ;I4: ;I
: ;<1E><>1<1F><><18>B 4: ;I!
: ;"<22><><01>B#<23><><01>B$.: ;'@<18>B%<25><>1&4: ; I'<27><><01>B(.: ;'I@<18>B)<29><>1*I+!I/ ,: ;I-<2D><>.4: ; I/ U0: ;I14: ;I2.?: ; 'I@<18>B3.?: ; 'I@<18>B4.?: ; '@<18>B5.?: ; '@<18>B6<><36>7.?: ;'I@<18>B8.?: ;'I@<18>B94: ;I:.?: ;'@<18>B;4: ; I?<<.?<n: ; =.?<n"R"iRlnRnp<00>R<>prRrt<00>R<>tvR$S$xS"r"$r'irtvrvxY$sBlstxsZ`Y`ir`f[flsPRPR<00>R<>RTRTV<00>R<>
0<>
X/X2@XCVX
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
VY[R[|<00>R<>|~R~ <00>R<>  R  <00>R<> R<00>R<>Rxz<78>R<00>R<>R%<00>R<>1S1|<00>S<>|~S~ <00>S<> S%<00>S<>w0<>w|U|~0<>~<00>U<><00>U !0<>!%U0<>uU|~U  0<> !U[R[|<00>R<>|~R~ <00>R<>  R  <00>R<> R<00>R<>Rxz<78>R<00>R<>R%<00>R<><00>0<><30>S %0<><00>0<><30><00>X<><00>x<01><><00>X<><00>X %0<>.0<>.|<<3C>|~0<>~ R 0<>!<<3C>!#R<00>0<><30> \ %0<>.:X:[r<06>[|<00>R#<06>Xr<06><00>R#<06>r<06>!<00>R#<06>.X0<>XoZ0<>!ZkRkv<00>R<>v<00>R<><00><00>R<> <00>U<><00>u<01><>XUv<00>U<><00>U (U(/T/:t<74>:VTVvVv|U|<00>t<74><7F><00>Tp0<>pvWv<00>0<><30><00>WgkZkmz<7A>(iW|~W<><00>W<><00>W<00>J2<>JNZ;R;><00>R<>>@R@B<00>R<>R <00>R<> "R"$<00>R<> S $S0<> R $0<>R <00>R<> 2R24<00>R<>46R68<00>R<>0<>/Z480<> 0<> zs"<22>ZR<00>R<>.R.0<00>R<>02R24<00>R<>46R68<00>R<><00>R<><00>R<>R <00>R<>  R <00>R<>R*<00>R<>S*<00>S<><00>
<00><00><00>T<>U<><04><00>T<>U<><04><00>T<>U<>
<00>T<>U<><00>ZZ,0<>,<00>U0<>
2016-10-06 14:21:30 +03:00
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
<00>T<><00>R<><00>T S "<00>S<>"?S?D <00>Sy"#<01>DGSGQ <00>Sy"#<01>fl <00>Sy"#<01><><00>ST0<>TXRXZZfo0<>osRsuZ<><00>R<><00>t<00><00>0<>?0<>?DSDG0<>G<00>S<><00>0<>&R&(<00>R<>(*R*,<00>R<>,.R.0<00>R<>S(<00>S<>(,S,0<00>S<>0<>(T(,0<>,0T0<>(S(,0<>,0StRtv<00>R<>vxRxz<00>R<>z|R|~<00>R<>~<00>R<><00><00>R<>?S?H<00>S<>HcScv<00>S<>v<00>S<U<H<00>U<>H`U`v<00>U<>v<00>URhZ~<00>ZR:<00>R<>:<R<><00>R<>>@R@B<00>R<>S:<00>S<>:>S>B<00>S<>0<>:S:>0<>>BSR><00>R<>><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<> S ><00>S<>><00>S<><00><00>S<><53><00>S<><00><00>S<>>0<>>mYmq0<>qzY<><00>R<><00>0<>0<>>Z><00>0<><30><00>S<><00>S<><00>0<><30><00>Z<><00>S<00>0<><30><00>U<><00>Z<><00>u<01><><00>Z<><00>U<><00>0<>|0<>|<00>T<><00>t~<7E><><00>T<><00>t~<7E><><00>0<><30><00>T>0<>>mUmq0<>q<00>U<><00>U<><00>0<><30><00>UR<00>R<>$R$7<00>R<>'S'7<00>S<><00>0<><30>Z0<>ZIT<>U<>n<00>T<>U<>T<>U<>i0<>in4<>n<00>0<><30>V0<>T<00>0<><30><00>X0<>$<00>RRZRR<00>R<><00><00>R<><52>KRKO<00>R<>`0<>`mZs}0<>}<00>Z<><00>0<><30><00>Z<><00>0<><30><00>Z<>40<>4DZDI0<>IKZ<00><00>0<><30><00>TDI0<>IKTjRj<00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<>ySy<00><00>S<><53><00>S<><00><00>S<><53><00>S<><00><00>S<>w0<>w<00>R<><00>0<><30><00>R<><00>0<><30><00>R<><00>RR<00><00>R<><52><00>R<><00><00>R<>0<>>ZpuZu<00>X<><00>Z<><00>z<01><><00>0<><30><00>Z<><00>Z<><00>Z>0<>d<00>R<><00>0<><30><00>R
2016-10-06 14:21:30 +03:00
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
<00><00>R<><52><00>R<><00><00>R<>0<> Z Cz<01>CLz<02>luZu<00>z<01><><00>Z<><00>Z<><00>z<01><><00>z<02> )Z)4X46Z6:X:Ax<01>ASX|<00>Z<><00>z<01><><00>Z<><00>z<01><><00>0<><30><00>Z<><00>Z<><00>Z<><00>Z<><00>Z0<>XR<>
RUR<><00>0<><30><00>R<><00>R<00>T<><00>T<><00>Tu<00>X<00><00>T<><00>TRF<00>R<>FHRHJ<00>R<>0<>FRFH0<>R)<00>R<>)\R\<00><00>R<>BRBDSDIR0<>DS[R[d<00>R<>d<00>R<><00><00>R<><52><00>R<> <00>R<> R<00>R<>l0<>l<00>T<><00>0<><30><00>T<><00>0<><30> T 0<>Tl0<>l<00>V<><00>U<><00>V<><00>U<><00>V<><00>0<><30><00>0<> 0<>w<00>U<><00>V4R4<<00>R<><dRdl<00>R<>l<00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00>R<>R"<00>R<>"BRBD<00>R<>DFRFH<00>R<>HJRJL<00>R<>LNRNP<00>R<>PRRRT<00>R<>TVRVX<00>R<>hRhq<00>R<>qZRZb<00>R<>bpRp~<00>R<>~<00>R<><00><00>R<>y0<>yBTBD0<>DbTbp0<>p~T~<00>0<><30><00>Ty0<>y<00>V<><00>U<><00>V<>"U"(VBD0<>bp0<>~<00>0<><00>"U"(VNRNR<00>R<><00>R<><00><00>R<><52><00>R<><00><00><><EFBFBD><00>R<><00>R<>R<00>R<><00>S<><00><00>S<><53>S<00>T<><00><00>T<><54><00>T<><00>T<>\0<>\<00>U<><00>0<><30><00>U<>UR<00>R<>R<00>R<>R<00>R<>iRit<00>R<>tvRvx<00>R<>xzRz|<00>R<>|~R~<00><00>R<>5S5c<00>@cx<00>S<>x<00>SJTJc<00>Pcx<00>T<>x<00>TLRLN<00>R<>NPRPR<00>R<>SB<00><>BI{IN<00>S<>NRS0T0I<00>@IN<00>T<>NRT.U.I<00>PIN<00>U<>NRU R <00>R<>R<00>R<>0<>X0<> 0<> R0<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>BRBJ<00>R<>JLRLN<00>R<>R<00>R<> R "<00>R<>R<00>R<>Z[R<00>R<>Z[BRBF<00>R<>*S*F<00>S<>0<>ZDZPRP`<00>R<>`bRbd<00>R<>dfRfh<00>R<>hjRjl<00>R<>(R(*<00>R<>*,R,.<00>R<>(R(*<00>R<>*,R,.<00>R<>(R(*<00>R<>*,R,.<00>R<>R<00>R<>R<00>R<>,R,.<00>R<>.0R02<00>R<>T2<00>T<>R<>S<>h<00><03>%<25>,R,.<00>R<>.0R02<00>R<>T<>U<>2<00><03>%<25>6R68<00>R<>8:R:<<00>R<><>R>@<00>R<>,R,.<00>R<>.0R02<00>R<>T2<00>T<>R$SR$SR$S6R68<00>R<>8:R:<<00>R<><>R>@<00>R<>,R,.<00>R<>.0R02<00>R<>T2<00>T<>(R(*<00>R<>*,R,.<00>R<>(R(*<00>R<>*,R,.<00>R<>@R@B<00>R<>BmRmp<00>R<>prRrt
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
<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>R<00>R<><00>R<><00>R<>uRu<00><00>R<><52><00>R<><00><00>R<><00>S<><00>S<>5S58<00>S<>8:S:`<00>S<>`uSu<00><00>S<><53><00>S<><00><00>S<><00>Uu<00>U<00>Su<00>S0<>=UIQZQS[<5B><00>U0<>&Z&([=`S<><00>SR<00>R<>^R^`<00>R<>`bRbd<00>R<>TxV%<00>B$ 88*<00>0<00>B<00>7O<00><00><00>J<00>IX<00>R<00>R4N"Fl...2h2@2$$$@2..ttll<00><00><00>dHh~<00><00><00>DKb<00><00><00><00><00><00><00><00>u<00>`<00><00>xV%<00>B$ 88*<00>0<00>B<00>7O<00><00><00>J<00>IX<00>R<00>R4N"Fl...2h2@2$$$@2..ttll<00><00><00>dH'O<01> /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/json/cJSON/Users/ficeto/Desktop/ESP32/ESP32/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/5.2.0/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/includecJSON.ccJSON.hstddef.hstring.hstdlib.hstdio.hctype.h<03>   ~              p     <03>  <03> }    
     i   v   <03>  
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
        g        <03> =        |          <03>       s              w 
 t   q   n   k   f    
M 8      <03> <03>       <03>   ~   
 v   <03>      } |   <03>   <03>     { ~   l   <03>  <03>     <03>   
 <03>       { 
 <03>     
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
 
 j
              A )
  <03>             w                    <03>   
8  <03>  
  
u    <03>       
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
 
   g    <03>    
   s    <03>      # 
   n                  
 3               [  *   <03>  $ ?  <03> 
 <03>       (        
 x  

 N     <03>    >
   
   
          
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
   @ <03> F       <03>                 W /       <03>                
    i
 
    N      <03>     
        
 ~  ~      
        
  y 
    A
<03>  
    ~  ~     <03>        <03>     ~   ~  s   <03>   <03>   <03>               
<03>            
p   <03>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
           f   b  $     z           <03> <03>     <03> <03>   <03> <03>   <03>                         
    (   
    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
 <03>              h   d  "     z                    <03> <03>     <03> <03>   <03> <03>   <03>        <03>                 V -             a    <03>   <03>    <03>    <03>            
 k    <03>         v   <03>   y    }  s   <03>   }   <03>   <03>   <03>   <03>  <03>  <03>  <03>   <03>   <03>          i   <03>  }   <03>  <03>  
 <03>  
 <03>  <03>  <03>  
 
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
       <03>               d    <03>   <03>     <03>    |   <03>     <03>    |   <03>     <03>    |   <03>      <03>    |   <03>           <03>    |   <03>          <03>    |   <03>    
 <03>    
 <03>    
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
 <03>          <03>    |   <03>     <03>    |   <03>     <03>    |   <03>          r  p  i   <03>          r  p  h   <03>          r
 p  h   <03>          r
 p  h   <03>    
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
           X
)        l  <03> <03>   ] #   <03>            ~    ~      
  
z   K
: 
<03>  }   <03>  }   <03>  }   <03>  }   <03>  }   <03>  }   <03>  }   <03>  }   <03>  }   <03>  }   <03>  }   <03>     8  1            x        w        x   <03>  (    
 <03> 
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
 <03>  <03>        s   <03>  <03>  local_errorparentmalloc_fncJSON_CreateRawreplace_item_in_objectreturn_parse_endrecursestrncmpinputstrlennumber_buffercJSON_AddTrueToObjectformatbool_itemadd_item_to_objectcurrent_childbuffercJSON_IsNumbervaluestringstring2cJSON_ReplaceItemInObjectCaseSensitiveunsigned intnextversionsecond_codeheadindexnewchildmemsetescape_charactersstringserrorafter_endprevprint_stringa_elementcJSON_DuplicatecJSON_IsBoolcJSON_GetArraySizereferenceconstant_keydecimal_pointprint_objectcJSON_CreateArrayReferenceparse_hex4input_endcopyprint_valuevalueintcJSON_GetStringValueinput_pointersequence_lengthstring_itemnewbuffernumbersparse_valueglobal_errorcJSON_AddArrayToObjectfloatcJSON_strdupcJSON_VersioncountcJSON_boolallocation_lengthcJSON_AddItemReferenceToArraycJSON_CreateDoubleArraycase_insensitive_strcmpparse_stringlong long unsigned intcJSON_HasObjectItemcJSON_AddFalseToObjectparse_objectsuffix_objectcJSON_GetArrayItemoutput_pointerchildcJSON_AddNullToObjectstring1valuecJSON_PrintUnformattedcJSON_InitHookstrue_itemutf8_positioncJSON_CreateNumbersize_tcJSONoffsetoutputget_array_itemobjectnumber_c_stringcJSON_IsTruedeallocatecase_sensitivecJSON_AddItemToObjectwhich/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/json/cJSON/cJSON.cfirst_sequencecJSON_ReplaceItemViaPointerprint_arraysecond_sequencecharparse_arraystringb_elementcJSON_AddItemToArraycJSON_AddItemReferenceToObjectreplacementget_object_itembooleanprebuffercJSON_CreateFalsecJSON_CreateIntArraylong long intintocJSON_IsNullinternal_hooksdepthcJSON_CreateTrueGNU C99 5.2.0 -mlongcalls -mfix-esp32-psram-cache-issue -ggdb -Og -std=gnu99 -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -fstack-protectorcJSON_mallocprintedoutput_length/Users/ficeto/Desktop/ESP32/ESP32/public-libs-build/build/jsonraw_lengthnewsizecJSON_AddStringToObjectcJSON_DeleteItemFromArraycJSON_DetachItemFromArrayadd_item_to_arrayobject_itemcJSON_IsObjectcJSON_CreateBoolcurrent_elementcJSON_DeleteItemFromObjectsizeskipped_bytesprint_numbervaluedoublecJSON_ParseWithOptscodepointraw_itemensurecJSON_AddNumberToObject__ctype_ptr__cast_away_constarraylong doublesprintfnullcJSON_PrintPreallocatedcJSON_AddItemToObjectCSreallocatecJSON_DeleteItemFromObjectCaseSensitiveprintcJSON_GetObjectItemCaseSensitiveparse_numbershort intcJSON_GetErrorPtrcJSON_SetNumberHelpercJSON_IsArraylong intlength__stack_chk_failnoalloccJSON_PrintcJSON_DetachItemFromObjectnodejsoncJSON_CreateObjectReferenceinput_buffercJSON_DetachItemFromObjectCaseSensitivecJSON_InsertItemInArraycJSON_IsRawnumbernamesuccesscJSON_MinifynewitemcJSON_freeupdate_offsetcJSON_GetObjectItemrequire_null_terminatedcJSON_Parsesizetypelong unsigned intdefault_buffer_sizecJSON_CreateStringArrayprintbuffercurrent_itemcJSON_Compareskip_utf8_bomcJSON_CreateArraytypeunsigned charcJSON_AddRawToObjectteststrtodutf8_lengthcontentcJSON_AddBoolToObjectallocatecJSON_AddObjectToObjectneededafter_insertedcJSON_Deleteget_decimal_pointcJSON_IsInvalidfailcJSON_New_Itembuffer_skip_whitespaceitemoutput_buffercJSON_IsStringutf16_literal_to_utf8cJSON_DetachItemViaPointercreate_referencehooksnew_itemnumber_itemsigned charcJSON_CreateObjectcJSON_IsFalseshort unsigned intmemcpyloop_endto_detachcJSON_PrintBufferedbuffer_pointerfree_fndoublefirst_byte_markcJSON_Hookssscanffirst_codecJSON_CreateNullcJSON_CreateStringReferencecJSON_ReplaceItemInArrayparse_bufferfalse_itemglobal_hookscJSON_ReplaceItemInObjectpositionstrcmpcJSON_CreateStringprint_string_ptrcJSON_CreateFloatArrayGCC: (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
2016-10-06 14:21:30 +03:00
ABI=0
8  @@ $ ($$$ , 8  @@ $ ($$$  ,   ( "=="SU"kl"pptt"x((
2016-10-06 14:21:30 +03:00


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


Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
" "$(  ( """44"8(("("(,,,"00"44"6"8(,,,"KK XXm"<00>C"<00><00>"<00><00>$""  ""("*(("))";<"BD!"ef"<00><00>"<00>"<00>"<00><00>"<00><00>"<00><00>"<00><00>"<00>"<00>((((",,"0(&&!"GH.vv"zz"~~<00>(:::">>"B(>>>"QR
"\"aa"h"mmK"<00><00> "<00><00> "<00>"<00><00>+""** "55 "@@ LL "XX "dd pp "||."<00><00>"<00><00>"<00><00>"<00>((nnn6"<00>"<00>"<00><00>"<00><00>*""""5"7(555"II "UV"ss<00><00>"<00><00>"<00><00><00><00>&"<00><00> 
""))".."34"99">>"CDII"O(<00><00><00>;"<00><00>"<00><00>"<00> "<00> "<00><00>"<00>(>>>$"bb."<00>"<00>9"<00><00>"<00><00>"<00><00>"<00><00>"<00>"<00>(;"L"]^"tu@"<00><00>+"<00>T"44 "A."or"<00><00>"<00><00>*<00><00>"<00><00>"<00><00><00><00><00><00>"<00><00>"<00>"<00>(" "12"EF"H"J((()))"B"`2"<00>"<00>(""%"8"I(PP "Y "dd"l"<00><00>?"<00>"<00><00> "<00><00>"<00>"  ""(<<<0"ll4"<00><00>!"<00><00>"<00> "!"!"""DD"HH"LL"PP"TT"X(]] "f "qq"y"<00><00><00>"("BB "bb"gh"mn"p"~~"<00><00>"<00>( ";<"R(<00><00>"<00><00>"<00>
"<00>"<00><00>"<00>"<00>"<00><00>"<00>"((((ttt"xx"||"<00>(NNN"R(   ""("((((((("(22"4("."@
"JJ"N(""((((((!"?@"D"F(00">"N"``"dd"hh"l("("(***".("(***".("(***".(""(..."2(???"ZZ "f"h(..."2(888"<<"@(..."2("""$("""$("""$(888"<<"@(..."2("(***".("(***".(  !!"BB"IJ"h"op"t(  !!"BB"IJ"h"op"t(   "=="DD"a"hh"l(  !"<<"CD"a"hh"l(VV"p"t"<00><00>"<00><00>"<00><00>"<00>"<00><00>"<00><00>"<00>(   "
"
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
"(("00">>"ZZ"jj"~"<00><00>"<00><00>"<00>9"<00><00><00>"<00>("("("("("("("("("("("(OOP"aa "j"<00><00>"<00><00> "<00><00>"<00><00>"<00><00>"<00><00><00><00>("  "'"88"==#"``ee"jj"op"uuz{<00><00><00><00>"<00>(((%%;"``"d(((((.symtab.strtab.shstrtab.rela.literal.case_insensitive_strcmp.rela.literal.utf16_literal_to_utf8.rela.literal.parse_string.rela.literal.add_item_to_array.rela.literal.update_offset.rela.literal.cJSON_New_Item.rela.literal.skip_utf8_bom.rela.literal.parse_number.rela.literal.ensure.rela.literal.cJSON_strdup.rela.literal.add_item_to_object.rela.literal.create_reference.rela.literal.print_string_ptr.rela.literal.print_string.rela.literal.print_number.rela.literal.print_value.rela.literal.print.rela.literal.print_array.rela.literal.print_object.rela.literal.get_object_item.rela.literal.cJSON_GetErrorPtr.rela.literal.cJSON_Version.rela.literal.cJSON_InitHooks.rela.literal.cJSON_Delete.rela.literal.parse_array.rela.literal.parse_value.rela.literal.parse_object.rela.literal.cJSON_SetNumberHelper.rela.literal.cJSON_ParseWithOpts.rela.literal.cJSON_Parse.rela.literal.cJSON_Print.rela.literal.cJSON_PrintUnformatted.rela.literal.cJSON_PrintBuffered.rela.literal.cJSON_PrintPreallocated.rela.literal.cJSON_GetArrayItem.rela.literal.cJSON_GetObjectItem.rela.literal.cJSON_GetObjectItemCaseSensitive.rela.literal.cJSON_HasObjectItem.rela.literal.cJSON_AddItemToArray.rela.literal.cJSON_AddItemToObject.rela.literal.cJSON_AddItemToObjectCS.rela.literal.cJSON_AddItemReferenceToArray.rela.literal.cJSON_AddItemReferenceToObject.rela.literal.cJSON_DetachItemFromArray.rela.literal.cJSON_DeleteItemFromArray.rela.literal.cJSON_DetachItemFromObject.rela.literal.cJSON_DetachItemFromObjectCaseSensitive.rela.literal.cJSON_DeleteItemFromObject.rela.literal.cJSON_DeleteItemFromObjectCaseSensitive.rela.literal.cJSON_InsertItemInArray.rela.literal.cJSON_ReplaceItemViaPointer.rela.literal.cJSON_ReplaceItemInArray.rela.literal.cJSON_CreateNull.rela.literal.cJSON_AddNullToObject.rela.literal.cJSON_CreateTrue.rela.literal.cJSON_AddTrueToObject.rela.literal.cJSON_CreateFalse.rela.literal.cJSON_AddFalseToObject.rela.literal.cJSON_CreateBool.rela.literal.cJSON_AddBoolToObject.rela.literal.cJSON_CreateNumber.rela.literal.cJSON_AddNumberToObject.rela.literal.cJSON_CreateString.rela.literal.cJSON_AddStringToObject.rela.literal.cJSON_CreateStringReference.rela.literal.cJSON_CreateObjectReference.rela.literal.cJSON_CreateArrayReference.rela.literal.cJSON_CreateRaw.rela.literal.cJSON_AddRawToObjec
  "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjlnprtvxz<01>dz|~<00><00><00><00><00><00><00><00><00><00><00>   !#%')+-/13579;=?ACEGIKMOQSUWY[]_acegikmoqsuwy{}<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><01><00> $.@GX_gpx<00><00><00><00><00><00><00><00><00><00><00>I<00><00>R<00><00><00><00> <00><00>0<00><00>DR<00>\o<01><01><01><01>
<01> <01>,4KNf"<01><01><01><01><01>  F"8l$T&m(~.*<01>,<01>..<01>0<01>.2<01>4<01>26 h82:6@<I2>a$@}$B<01>$D<01>@F<01>2H<01>J<01>.LN.P-9tRN\tTslV<01>lX<01><00>Z<01><00>\<01>^<01>`<01>b<01>d<01>fhj#l8nFpUrai<00>twv<01>x<01>|<01>~cJSON.ccase_insensitive_strcmpget_decimal_pointparse_hex4utf16_literal_to_utf8parse_stringbuffer_skip_whitespaceget_array_itemsuffix_objectadd_item_to_arraycast_away_constupdate_offsetcJSON_New_Itemskip_utf8_bomparse_numberensurecJSON_strdupadd_item_to_objectcreate_referenceprint_string_ptrprint_stringprint_numberprint_valueprint_arrayprint_objectprintget_object_itemglobal_errorversion$3837global_hooksparse_arrayparse_valueparse_objectreplace_item_in_object__ctype_ptr__strlenmemsetstrncmp__gedf2__ledf2__fixdfsi__stack_chk_guardstrtod__stack_chk_failmemcpysprintf__muldf3__nedf2sscanfstrcmpcJSON_GetErrorPtrcJSON_VersionmallocfreerealloccJSON_InitHookscJSON_DeletecJSON_SetNumberHelpercJSON_ParseWithOptscJSON_ParsecJSON_PrintcJSON_PrintUnformattedcJSON_PrintBufferedcJSON_PrintPreallocatedcJSON_GetArraySizecJSON_GetArrayItemcJSON_GetObjectItemcJSON_GetObjectItemCaseSensitivecJSON_HasObjectItemcJSON_AddItemToArraycJSON_AddItemToObjectcJSON_AddItemToObjectCScJSON_AddItemReferenceToArraycJSON_AddItemReferenceToObjectcJSON_DetachItemViaPointercJSON_DetachItemFromArraycJSON_DeleteItemFromArraycJSON_DetachItemFromObjectcJSON_DetachItemFromObjectCaseSensitivecJSON_DeleteItemFromObjectcJSON_DeleteItemFromObjectCaseSensitivecJSON_InsertItemInArraycJSON_ReplaceItemViaPointercJSON_ReplaceItemInArraycJSON_CreateNullcJSON_AddNullToObjectcJSON_CreateTruecJSON_AddTrueToObjectcJSON_CreateFalsecJSON_AddFalseToObjectcJSON_CreateBoolcJSON_AddBoolToObjectcJSON_CreateNumbercJSON_AddNumberToObjectcJSON_CreateStringcJSON_AddStringToObjectcJSON_CreateStringReferencecJSON_CreateObjectReferencecJSON_CreateArrayReferencecJSON_CreateRawcJSON_AddRawToObjectcJSON_CreateArraycJSON_AddArrayToObjectcJSON_CreateObjectcJSON_AddObjectToObject__floatsidfcJSON_CreateIntArray__extendsfdf2cJSON_CreateFloatArraycJSON_CreateDoubleArraycJSON_CreateStringArraycJSON_DuplicatecJSON_MinifycJSON_IsInvalidcJSON_IsFalsecJSON_IsTruecJSON_IsBoolcJSON_IsNullcJSON_IsNumbercJSON_IsStringcJSON_GetStringValuecJSON_IsArraycJSON_IsObjectcJSON_IsRaw__eqdf2cJSON_ComparecJSON_malloccJSON_freecJSON_ReplaceItemInObjectcJSON_ReplaceItemInObjectCaseSensitive<01>   <01><01><01><01># $<01>(<01>,<01>0<01>4<01><01><01><01>&<01>$ $<01>,<01>  $(,048$<<01> $<01>$<01>$ <01>$0(<01>,$0<01>4.88<92<01>$2 $$$$
<14>$<14>X<14>r<14>y ~<00><14> <00><14><00> <00><00> <00><00> <00><00> <00><00> <00>  <14>  $! ) |1 74 = C@ I OL R<14>R ` fc <00> <00><00> <00><00> <00><00> <00><00> !<00> <00><00> <00>$ <u N<00> N<00><14><00> L<00> L<00> L  L L; Lx <00>~ <00><00> <00> " v* :2 85 |D PM (P VS <00>[ a^ <00>p <00>} <00><00> <00><00> <00><00> <00><00> <00>D<14>D J <00>N TQ x<00> <00><00> <00>         $ ( , 0 4 8 < @ D H L P T X \ ` d h l p t x | <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>          $ ( , 0 4 8 < @ D H L >9,,) 0@ 
4"$ *<14>* <14> <0B> <14> <0B><14>,0 4 66<14> <0B>$6<14>)!d@<14>U!b<00><14><00><14> <00><14><00>!<00><00><14><00><14><00><14><00>!<00>!! !<14><14>  !"!$! ;!<00>h!mt!<00>}!,<00><14>$<00> <0B><00>!<00><14>(<00> <0B><00>!<00><00><14>,<00> <0B><00>!<00><00><14>0<00> <0B>!("<14>4" <0B>!!! !!!!! !$!(!,!0!4!8!<!@!D!H!L!P!T!X!\!`!d!h!l!p!t!x!|!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!<00>!.<14>?$GD<14>$<00>
$<00>$$$<00>$<00>"$)+$<00>1$<4$DI$fT$<00>o$<00><00>$<00><00><14><00> <0B>&(<14> <0B>&,<14> <0B>D(h(v(z(&(&&(H*<14>* L<14>L &R(~l<14>l *:<14> *><14> <0B><14>N,\^,hj,q<00>,<00><00>,<00>,@',d2,<00>=,<00>I,<00>U,<00>a,<00>m,<00>y,<00>|<14>,<00>,m<14> $,<00>@,RC,\K,aT,\Y,ac,ht,><00><14> <00> $<00>,<00><00>,<00><00><14><00> <0B><00>,<00><00>,<00><00>,<00>,L, ,p,X,|,5,*$,|<14> <00>,<00><14> ,<14>'<14>*<14>8<14>;<14>F<14> k0<00>r<14><00><14><00><14><00>0<00><00>0<00>000$<14><14> $02<14> 2 ><14>$> D0nx<14>(x <00><14>,<00> <00>0<00><00><14>0<00> <00>0<00><00><14>4<00> <00>0<00><14>8<00> $<00>0<00>0<00><00>0<00>,05/<14></ <0B>22sF2.R2.e<14>p2K<00><14><00>2K<00><14><00>2K<00>2K<00>2K<00>2K2K2K&2K+2K02K62K;2K@2KF2K22)2!2<00>#25&2<00>)2V,22/2.52;82
=2I@2FC2<00>I2OL2O2<00>Z<14> Z $`24h<14>h <0B>w<14>w $}29<00><14><00> <0B><00><14><00> $<00>2><00><14> <00> <0B><00><14>$<00> 0<00>2<00><00>2D<00><14>(<00> <0B><00><14>,<00> $<00>2I<00><14>0<00> <0B><00><14>4<00> .<14>8 8<14>< 9<00>6<00>N6<00>W<14>W 2]6<00>b<14>b j6<00>{6<00><00>6<00><00><14><00> <0B><00>6<00><00>6<00>;8<00>_8d<00>8<00><00>8<00><00>8<00><00>8<00>8<00><14> $8<00>C<14>C 2I8<00>N<14>N V8<00>[8bj<14> j $p8<00><00>8<00><00>8><00><14><00> $<00>8<00>9Z9aq9<00><00>9<00>196l9t<00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00><00>9<00>9<00>
9<14> $9<00>A9L`9<00>f<14>f $l9<00><00>9u<00><14><00> ,<00>9<00><00><14> <00> <00>9<00><00><14><00> $<00>9<00><00>9<00><00><14><00> 2<00>9<00><00><14><00> <14> $ 9<00>%9489Aa9^f9rv<14> v $|9<00><00>9<00><00>9<00>:4:F: :H&<14>& ,:4:H:<14>: @:2<14><14> <14><14> <14><14><14>"<14> )<14>,<14>=<14>J<14>M<14>h<14>y<14><14><00><14><00><14> <00><14>@);@B\@`|@<00><00>@<00>BD<14>/<14>8<14>
BB B%B%'B8,B8DBaC<00><00>C<00><00>C<00>C C %C+(C<00>2<14>2 8CP>CPJCPMC<00>PCYVCdo<14>o wC<00>zC<00><00><14><00> <00><14> <00> F<00>C<00><00><14><00> <00>C<00><00>C<00><00>Cl<00>C<00><00>C<00><00>C<00><00>C<14> <14>I<14>y<14>FDFH F<F<<14>  <0B>$F<<FlDFlN<14>N <0B>TFllF<00>tF<00>~<14>~ <0B><00>F<00><00>F<00><00>F<00><00>F<00><00><14><00> <00>F<00>F<00>F<00><00>F<00><14><00> !F"F"F"<14>  C"FL(FP3FT:<14>$: HnHp<00>H<00>?HDdHpjHpH H~Hb!H'$Hh1H74Hn><14>> DH]JH]WH]ZHB]HfcHq|<14>| <00>Hp<00>H<00><00><14><00> <00><14> <00> <00>Hp<00><14><00> <00>H<00><00>Hp<00>H<00><00>Hp<00>H<00><00>Hp<00><14><00> <00><14><00> FHp<14>  H(H("H(%Hy(Hp/Hp<HppH<00>t<14> t <14><14><14>IH <14> #<14>3<14>8IH<14> <0B>I *<14>* <0B>0I<@<14> @ <0B><14><<14><00>J<00><00><14>"J<00>*<14>* <0B>T<14> T \J<00>b<14>b h<14>h r<14>r FxJ<00>zJ<00><14> <00>J<00><00>J<00><00>J<00><00>J<00><00><14> <00> <00>J<00>J<00><00>J<00><00>J<00>
<14>
<14>
<14>
6<14>
<14>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
6"<14>C<14>f<14>Nx.N|^<14>^ 2dNt)<14>OND<14>D 2 PPP Q
<14>

<14>
:
<14>
:<14> <14> <14><14> (<14><14> (<14>X
<14>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
*<14> <14>Y2<14> *,<14>, (ZJZ(Z.8Z@[
<14>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<14> <14>  <14> <14> <14> <14> <14> <14>  <14> <14> ! <14> aD
<14>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
a<14> 8a@b`bdbh+b0:b>HbNV<14>V c
<14>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<14> %<14><14>  d <14><14> '<14> (e* <14> <14><14>  f <14><14> )<14> (g* <14> <14><14>  h <14><14> +<14> (i* <14> <14>j<14>  jj<14><14> -<14> ( k.$<14> $ <14>%<14>(<14>8<14> ?<14>B<14>S<14>
<14>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
lf/<14> / <0B>5l?J<14>$J <0B>PlZ^<14>(^ <0B><14><14> /<14> ( m.$<14> $ <14><14><14> n8"<14>" &*n<.<14> . <14><14> 1<14> ( o.$<14> $ <14><14> p"<14> <14><14> q"<14> <14><14> r"<14> <14><14><14> s8"<14>" &*s<.<14> . <14><14> 6<14> ( t.$<14> $ <14><14>  u <14><14> 8<14> (v* <14> <14><14>  w <14><14> :<14> (x* <14> yYFyUyp<14> 8&<14>& <,<14>, /4yB8<14> 8 ByJO<14>O cyhhy!zYFzUzp<14> 8&<14>& >,<14>, /4zB8<14> 8 BzJO<14>O czhhz!{RA{N{h<14> 8'<14>' //{=3<14>3 ={DH<14> H \{aa{ |R@|N|h<14> 8&<14>& 1.|<2<14>2 <|DH<14> H \|aa|!<14>G<14>g<14><00>}<00><00>}<00>}<00> <14> }<00>D}VJ<14>J &S}<00>`}td}pj<14> j &r}<00>t}<00><00>B<00>}<00><00>}<00><00>}<00><00>}<00><00><14><00> ~<00>~<00>~<00>%~<00>-~<00>;~@W~<00>g~l<00>~<00><00>~<00><00>~<00>~<00> ~~ ~((~02~Z8~ZT~>\~<00>d~<00>o~~s~j{~j<00>~<00><00>~<00><00>~<00><00>~ <14><14><14><14><14><14><14> J <14><14><14><14>L<14>j^<14>j<00><14><00><00><14><00><00><14><00><00><14><00><00><14><00><00><14><00><00><14><00><14>{<14>.<14>.5<14>X:<14>X]<14><00>b<14><00>g<14><00>l<14><00>r<14><00>w<14><00>}<14><00><00><14><00><14><14>`"<14>e'<14>' D/<14>j5<14>j:<14>P=<14>C@<14><00>C<14>jF<14>LI<14><00>P<14>jU<14>aX<14>^[<14><00>a<14>jd<14>jg<14><00>j<14>pm<14>pp<14><00>u<14><00>x<14>~{<14><00>~<14><00><00><14><00><00><14><00><00><14><00><00><14><00><00><14><00><14><00><00><14><00> O<00><14><00><00><14><00><00><14><00><00><14><00> <00><14><00><00>P<00><14>u<00><14><00><00><14><00><14><00><14> <14>  :<14><00>&P)<14><00>.<14>1<14>8C<14>C :I<14><00>QPT<14><00>X<14>=<14><14>%<14><14>`<14>%<14>%<14> R*<14>* &J<14> J :V<14>V % <14> <0B> <14> <0B> <13><13><01>!(<13>,,<01>049@
<01>
<01>
<01>
&+
&>
&[
<01>f
(j
(u
<01><00>
<01><00>
<01><00>
<01><00>
<01><00>
<01><00>
<01><00>
<01><00>
<01><00>
<01><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
( (& <01>1 *5 *@ <01>K <01>P <01>[ <01>` <01>k <01>p *<00> *<00> <01><00> ,<00> ,<00> <01><00> <01><00> <01><00> <01><00> <01><00> <01><00> <01><00> <01><00> <01> <01> <01> <01> <01>& <01>+ ,D ,^ ,~ ,<00> <00> <01><00> .<00> .<00> <01><00> <01><00> .<00> <01><00> 0<00> 0<00> <01> <01> <01> <01> <01># <01>1 <01>6 <01>A <01>O <01>T <01>c <01>n <01>s <01><00> 0<00> 0<00> <00> 0<00> <00> 0<00> <00> 00<01>)2-28<01>C<01>H<01>V<01>a<01>f<01>o<01>z<01>2<00>2<00>2<00>2<00>2<00>2<00><00>2 2%2>2OZ2t2<00>2<00>2<00><01><00>6<00>6<00><01><00><01><00><01><00><01><00><01><01><01>%<01>0<01>5<01><6A6R6m6<00>6<00>6<00>6<00>6<00>6<00>6<00><01><00>8<00>8<00><01><01><01><01><01>#<01>.<01>3<01>A8Z8t8<00>8<00>8<00><01><00>9<00>9<00><01><00><01><00><01><00><01><00><01><01> <01><01><01> <01>2<01>79H<01>Z<01>`9z9<00>9<00>9<00>9<00>9<00>99<01> :$:/<01>:<01>?<01>M<01>[<01>f<01>k::<00><01><00><<00><<00><01><00>><00>><00><01><00><01><00>><00><01>@@<01>'<01>3<01>9B=BH<01>R<01>W<01>a<01>fBoB|<01><00>C<00>C<00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00>C<00><01><00>C<00>C<00>Cl<00><01><01> CC1CKC\CpC<00><01><00>F<00>F<00><01><00><01><00><01><00>F<00><00>F<00><00>F F'FAF[Fr<01>}H<00>H<00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00>H<00><01><00>H<00>H<00>Hy<00><01><00><01><00>HH'HAHUHiH<00>H<00>H<00>H<00><01><00>I<00>I<00><01><00><01><00><01><00><01>JJ<01><01>!<01>,<01>1<01><<01>A<01>P<01>[<01>`<01>gJlJpJ<00>y<01><00>J<00>J<00><01><00>J<00>J<00>J<00>J<00>J<01>K K+<01>6<01>;KV<01>aLeLp<01>{<01><00>L<00><01><00><01><00>M<00>M<00><01><00><01><00>M<00><01><00><01><00>N<00>N<01> <01><01><01>-<01>@NPNkNt<01>O<00>O<00><01><00><01><00><01><00><01><00><01><00>O<00><01>PP<01><01>#<01>.<01>3<01>><01>D
5<01> !%/3:>HL[_fjy}<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00> & * 1 5 ? C J N ` d l p w { <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> 
    # ' . 2 ; ? F J T X _ c u y <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>      $ , 0 7 ; B F N R a e l p z ~ <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>     # ' . 2 B F N R Y ] f j q u | <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>      $ - 1 = A H L U Y e i r v <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>      ! ( , ; ? F J Q U ^ b i m t x  <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>       ) - 5 9 HLSWaelp<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00> ")-7;BFX\dhos<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>    & !* !1 !5 !? !C !J !N !X !\ !c !g !q !u !| !<00> !<00> !<00> !<00> !<00> !<00> !<00> !<00> !<00> !<00> !<00> !<00> !<00> !<00> !<00> !
!
!#
!'
!.
!2
!A
!E
!M
!Q
!X
!\
!l
$p
$w
${
$<00>
$<00>
$<00>
$<00>
$<00>
$<00>
$<00>
$<00>
$<00>
$<00>
$<00>
$<00>
$<00>
$<00>
$<00>
$<00>
$<00>
$<00>
$ $ $ $ $' $+ $2 $6 $= $A $I $M $T $X $_ $c $j $n $v $z $<00> $<00> $<00> $<00> $<00> $<00> $<00> $<00> $<00> $<00> $<00> &<00> &<00> &<00> &<00> &<00> &<00> &<00> &<00> & & & & &# &* &. &8 &< &C &G &Y &] &e &i &p &t &| &<00> &<00> &<00> &<00> &<00> &<00> &<00> &<00> &<00> &<00> (<00> (<00> (<00> (<00> (<00> (<00> (<00> (<00> (<00> ( ( ( ( ( ( (1 (5 (< (@ (J (N (U (Y (c (g (v (z (<00> (<00> (<00> (<00> (<00> (<00> (<00> (<00> (<00> (<00> (<00> (<00> (<00> *<00> *<00> *<00> *<00> *<00> *<00> ** ****,*0*7*;*E*I*P*T*f*j*r*v*}*<00>*<00>*<00>*<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,,, ,,,,$,(,:,>,E,I,S,W,^,b,l,p,w,{,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,,, ,,,,#,*,.,=,A,I,M,T,X,_,c,l,p,w,{,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,<00>,,, ,,,,#,*,.,6,:,I.M.T.X.j0n0u0y0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>00000&0*02060>0B0I0M0U0Y0h0l0t0x00<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>2 2222#2'2/232:2>2F2J2Q2U2]2a2h2l2t2x22<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>6<00>6<00>6<00>6<00>6<00>6<00>
666'6+62666@6D6K6O6Y6]6d6h6z6~6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>8<00>8<00>8<00>8<00>8<00>8<00>8<00>8 8888#8'8.82898=8D8H8Q8U8]8a8h8l8s8w8<00>8<00>8<00>8<00>8<00>8<00>8<00>8<00>8<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>999 9999'9+92969?9C9J9N9U9Y9b9f9o9s9z9~9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>99 99999.929:9>9E9I9P9T9[9_9g9k9r9v9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>:<00>:<00>:<00>:<00>:<00>:::::%:):0:4:D@H@O@S@]@a@h@l@~B<00>B<00>B<00>B<00>B<00>B<00>B<00>B<00>B<00>B<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>CCCCCC C2C6C>CBCICMCUCYC`CdClCpCwC{C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>CC CCC#F'F.F2F<F@FGFKFUFYF`FdFnFrFyF}F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>FFFFFF!F(F,F6F:FAFEFWH[HbHfHpHtH{HH<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>HHH HHH'H+H3H7H>HBHIHMHTHXH_HcHjHnHvHzH<00>H<00>H<00>H<00>H<00>H<00>H<00>I<00>I<00>
JJJJ#J*J.J@JDJKJOJYJ]JlJpJwJ{J<00>J<00>J<00>J<00>J<00>J<00>J<00>J<00>J<00>J<00>J<00>J<00>J<00>J<00>J<00>K<00>K<00>K<00>KL LLL)M-M4M8MJNNNUNYNcNgNnNrN|N<00>N<00>N<00>N<00>N<00>N<00>N<00>N<00>N<00>N<00>N<00>N<00>N<00>N<00>N<00>N<00>N<00>N<00>N<00>NN NNN&O*O1O5O?OCOJONO`OdOkOoOxO|O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O<00>O O O P P P$ P. P2 P9 P= PO PS P[ P_ Pf Pj Pz P~ P<00> P<00> P<00> P<00> P<00> Q<00> Q<00> Q<00> Q<00> Q<00> Q<00> Q<00> Q<00> R<00> R<00> R<00> R!S!S !S!S!!T%!T,!T0!TB!ZF!ZM!ZQ!Z[!Z_!Zf!Zj!Z|![<00>![<00>![<00>![<00>![<00>![<00>![<00>![<00>!]<00>!]<00>!]<00>!]<00>!]<00>!]<00>!]<00>!]<00>!^<00>!^"^"^"^"^!"^%"^4"a8"a?"aC"aU"aY"a`"ad"av"az"a<00>"a<00>"a<00>"a<00>"a<00>"b<00>"b<00>"b<00>"b<00>"b<00>"b<00>"b<00>"b<00>"b<00>"b<00>"b<00>"b<00>"b<00>"b<00>"b<00>"b #e#e#e#e%#e)#e0#e4#eF#gJ#gQ#gU#g_#gc#gj#gn#g<00>#i<00>#i<00>#i<00>#i<00>#i<00>#i<00>#i<00>#i<00>#j<00>#j<00>#j<00>#j<00>#j<00>#j<00>#j<00>#j<00>#k<00>#k<00>#k$k $k$k$k$k.$k2$k9$k=$kO$lS$l_$lc$lw$m{$m<00>$m<00>$m<00>$m<00>$m<00>$m<00>$m<00>$m<00>$m<00>$m<00>$m<00>$n<00>$n<00>$n<00>$n<00>$n<00>$n<00>$n%n %n%n%n%n,%o0%o7%o;%oE%oI%oP%oT%of%oj%oq%ou%o<00>%p<00>%p<00>%p<00>%p<00>%q<00>%q<00>%q<00>%q<00>%r<00>%r<00>%r<00>%r<00>%s<00>%s<00>%s<00>%s<00>%s<00>%s&s &s&s&s&s"&s4&t8&t?&tC&tM&tQ&tX&t\&tn&tr&ty&t}&t<00>&v<00>&v<00>&v<00>&v<00>&v<00>&v<00>&v<00>&v<00>&x<00>&x<00>&
.<01>.<01>.<01>.<01>+.<01>/.<01>6.<01>:.<01>D.<01>H.<01>O.<01>S.<01>e.<01>i.<01>p.<01>t.<01>~.<01><00>.<01><00>.<01><00>.<01><00>.<01><00>.<01><00>.<01><00>.<01><00>.<01><00>.<01><00>.<01><00>.<01><00>.<01><00>.<01><00>.<01><00>.<01><00>.<01><00>.<01><00>.<01>/<01>/<01>/<01>/<01>"/<01>,/<01>0/<01>7/<01>;/<01>M/<01>Q/<01>X/<01>\/<01>f/<01>j/<01>q/<01>u/<01><00>/<01><00>/<01><00>/<01><00>/<01><00>/<01><00>/<01><00>/<01><00>/<01><00>/<01><00>/<01><00>/<01><00>/<01><00>/<01><00>/<01><00>/<01><00>/<01><00>/<01><00>/<01>0<01>
0<01>0<01>0<01>0<01>#0<01>50<01>90<01>@0<01>D0<01>N0<01>R0<01>Y0<01>]0<01>g0<01>k0<01>r0<01>v0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01><00>0<01> 1<01>1<01>1<01>1<01>+1<01>/1<01>61<01>:1<01>I1<01>M1<01>U1<01>Y1<01>`1<01>d1<01>k1<01>o1<01>v1<01>z1<01><00>1<01><00>1<01><00>1<01><00>1<01><00>1<01><00>1<01><00>1<01><00>1<01><00>1<01><00>1<01><00>1<01><00>1<01><00>1<01><00>1<01><00>1<01><00>1<01><00>1<01><00>1<01>2<01>2<01>2<01>2<01><01>  $ ( , 0 4 8<@DHLPTX\`dhlptx!|!<00>$<00>$<00>&<00>&<00>(<00>(<00>*<00>*<00>,<00>,<00>.<00>.<00>0<00>0<00>2<00>2<00>6<00>6<00>8<00>8<00>9<00>9<00>:<00>:<00><<00><<00>><00>><00>@<00>@<00>B<00>BCCF FHHII J$J(K,K0L4L8M<M@NDNHOLOPPTPXQ\Q`RdRhSlSpTtTxU|U<00>V<00>V<00>W<00>W<00>X<00>X<00>Y<00>Y<00>Z<00>Z<00>[<00>[<00>\<00>\<00>]<00>]<00>^<00>^<00>_<00>_<00>`<00>`<00>a<00>a<00>b<00>b<00>c<00>c<00>d<00>d<00>e<00>effg ghhii j$j(k,k0l4l8m<m@nDnHoLoPpTpXq\q`rdrhslsptttxu|u<00>v<00>v<00>w<00>w<00>x<00>x<00>y<00>y<00>z<00>z<00>{<00>{<00>|<00>|<00>}<00>}<00>~<00>~<00><00><00><01><00><13><00><01><00><13><00><01><00><13><00><01><00><13><00><01><00><13><00><01><00><13><01><13><01> <13><01><13><01><13> <01>$<13>(<01>,<13>0<01>4<13>8<01><<13>@<01>D<13>H<01>L<13>((( (22 2$2094989<9H9L9P9T9`<01>d<01>h<01>l<01>x<01>|<01><00><01><00><01><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>!$$& 
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
U [ $a -g 5m >s C} F<00> I<00> K<00> N<00> R<00> T<00> <00> <00> <00> <00> $<00> ,<00> .<00> 7<00> C<00> O<00> X<00> f w |  ~ <00> <00> <00>$ <00>+ <00>1 <00>7 <00>= <00>C <00>I <00>O <00>Y <00>c <00>m <00>x <00> <00><00> <00><00> <00><00> <00><00> <00><00> <00> <00> #<00> <00> <00> <00> <00> (<00> -<00> 8<00> :<00> <<00> G P V a g p  s& u, x2 <00>8 <00>> <00>D <00>J <00>P <00>V <00>\ <00>b <00>h <00>n <00>t <00>z <00><00>
<00> <00> <00> <00> <00> "<00> 9<00> ;<00> ><00> J<00> L<00> N<00> T<00> [<00> _<00> a<00> n<00> r<00> v<00> <00><00> <00> <00> <00>  <00> <00>#.5; FPW"],c3i9m@<00><00><00><00><00>
<00> <00><00> <00>"<00><00><00><00><00><00><00><00><00> "'04615HSZ` d w}<00> <00><00><00><00><00><00> <00> <00><00><00>&<00>,<00>6<00>!!! !!!"%!,+!K1!U;!XF!bP!dW!w]!<00>c!<00>i!<00>o!<00>u!<00>{!<00><00>!<00><00>!<00><00>!<00><00>!<00><00>!<00><00>!<00><00>!<00>!<00>!<00>$<00>$<00>$<00>$ <00>$<00>$<00>$<00>$"<00>$%$)
$.$4$7$<"$D($G.$K4$T:$V@$]F$aL$cR$fX$o^$qd$xj$|p$~v$<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>&. ( ( (( (/ (5 (!; (&A ((G (2M (HS (RY (T_ (Ve (hk (vq (~u (<00><00> *<00> *<00> *<00> *<00> *<00> *<00> * <00> *2<00> *6<00> *:<00> *><00> *@<00> ,<00> ,<00> ,<00> , <00> ,<00> ,<00> ,:
,>
,\
,^
,a!
,f,
,h3
,q9
,w?
,|E
,<00>K
,<00>Q
,<00>W
,<00>]
,<00>c
,<00>i
,<00>o
,<00>u
,<00>{
,<00><00>
,<00><00>
,<00><00>
,<00><00>
,<00><00>
,<00><00>
,*<00>
,2<00>
,5<00>
,=<00>
,@<00>
,I<00>
,L<00>
,U<00>
,X<00>
,a<00>
,d<00>
,m<00>
,p<00>
,y<00>
,| ,<00> ,<00> ,<00> ,<00>! ,<00>( ,<00>. ,<00>4 ,<00>: ,<00>> ,<00>Q .W .[ . n 0t 0z 0<00> 0<00> 0$<00> 0'<00> 0F<00> 0n<00> 0<00><00> 0<00><00> 0<00><00> 0<00><00> 0<00><00> 0<00><00> 0<00><00> 0<00><00> 0<00><00> 0<00><00> 0<00><00> 0<00><00> 0<00><00> 0<00> 0  0 0 0 0+ 21 27 2= 2VC 2`I 2cO 2nU 2s[ 2}a 2<00>g 2<00>m 2<00>s 2<00>y 2<00> 2<00><00> 2<00><00> 2<00><00> 2<00><00> 2<00><00> 2<00><00> 2<00><00> 2<00><00> 2<00><00> 2<00><00> 2<00><00> 2
<00> 2<00> 2)<00> 2.<00> 24<00> 29<00> 2><00> 2D<00> 2I<00> 2K 6 6 6 6*! 6/' 61- 6N3 6Q9 6`? 6hE 6lK 6wQ 6{W 6<00>] 6<00>c 6<00>i 6<00>o 6<00>u 6<00>{ 6<00><00> 6<00><00> 6<00><00> 6<00><00> 6<00><00> 6<00><00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8<00> 8-<00> 8;<00> 8><00> 8L<00> 8T<00> 8Y8d8p 8s8}8<00>8<00>$8<00>*8<00>08<00>68<00><8<00>B8<00>H8<00>N8<00>T8<00>Z8<00>`8<00>f8<00>l8<00>p8<00><00>9<00>9<00>9<00>9<00>9<00>9<00>9 <00>9)<00>97<00>9C<00>9L<00>9Z<00>9^<00>9b<00>9l<00>9u<00>9}99<00> 9<00>9<00>9<00>#9<00>-9<00>39<00>99<00>?9<00>E9<00>K9<00>Q9<00>W9<00>]9c9i9 o9#u9'{94<00>96<00>9:<00>9A<00>9I<00>9W<00>9a<00>9d<00>9h<00>9r<00>9t<00>9|<00>9<00>9<00><00>9<00><00>9<00><00>9<00>9<00>9<00> 9<00>9<00>9<00>9<00>%9<00>+9<00>19<00>79<00>;9<00>N:T:Z:`:f:q: x:"~:2<00>:4<00>:6<00>:F<00>:H<00><<00><<00><
<00>><00>><00>><00>@<00>@<00>@<00>@ <00>@@' @)@1@=@B#@R)@^/@`:@oA@E@<00>XB^BdBoBvB |B<00>B<00>B<00>B<00>B%<00>B*<00>B/<00>B8<00>BB<00>BD<00>BG<00>C<00>C<00>C<00>C<00>C+<00>C/<00>C8C:CACP!CR'CY-C_3Ca9Cd?ChECjKClQCwWCz]C|cC~iC<00>oC<00>uC<00>{C<00><00>C<00><00>C<00><00>C<00><00>C<00><00>C<00><00>C<00><00>C<00><00>C<00><00>C<00><00>C<00><00>C<00><00>C<00><00>C<00><00>C<00><00>C<00><00>C<00>CC C CF)F0F;F EF LFRF&XF*^F8iF<sF>zFG<00>FV<00>FZ<00>Fh<00>Fl<00>Fn<00>Fw<00>F<00><00>F<00><00>F<00><00>F<00><00>F<00><00>F<00><00>F<00><00>F<00><00>F<00><00>F<00><00>F<00>F<00>FF F &F1F";F$BF+HF6NFDTFLXFVkHqHwH<00>H<00>H<00>H'<00>H7<00>H;<00>HD<00>HF<00>HM<00>H]<00>H_<00>Hf<00>Hl<00>Hn<00>Hq<00>Hu<00>Hw<00>Hy<00>H<00>H<00> H<00>H<00>H<00>H<00>!H<00>'H<00>-H<00>3H<00>9H<00>DH<00>NH<00>UH<00>[H<00>aH<00>gH<00>mHxH <00>H<00>H<00>H(<00>H+<00>H2<00>HB<00>HD<00>HJ<00>HN<00>HP<00>H^<00>Hb<00>Hp<00>Hr<00>Hz<00>H~<00>H<00><00>H<00>
IIII "I3(I<.IH2ILEJKJQJWJ ]J"cJ%iJ'oJ4uJT{J\<00>J_<00>Jz<00>J|<00>J<00><00>J<00><00>J<00><00>J<00><00>J<00><00>J<00><00>J<00><00>J<00><00>J<00><00>J<00><00>J<00><00>J<00><00>J<00><00>J<00><00>J<00><00>J<00><00>J<00><00>J<00>J<00> J<00>JJ(K.K2KELKLOLbMhMlMN<00>N<00>N<00>N<00>N.<00>N1<00>N3<00>N7<00>N9<00>N;<00>NZ<00>Nf<00>Np<00>Nt<00>Nx<00>N|<00>N~<00>O<00>O<00>O OOOOO! O@&ON*OP=PCPIPOPUP [P aPgPmPsPwP<00>Q<00>Q<00>Q<00>Q<00>Q<00>R<00>R<00>R<00>S<00>S<00>S<00>T<00>T<00>T
UU!V%V8W<WOXUXYXlYrYvY<00>Z<00>Z<00>Z<00>Z<00>Z<00>Z*<00>Z.<00>Z;<00>Z@<00>ZD<00>ZF<00>ZJ<00>ZL<00>[<00>[<00>[<00>[<00>[ \\"](].]2]E^K^Q^U^h_l_`<00>`<00>a<00>a<00>a<00>a<00>a<00>a<00>a<00>a <00>a,<00>a.<00>a;<00>a@<00>b<00>b<00>bbb bb+b.b0%b<+b>1bK7bN=bRCbTIb\Ob`UbhYbjlcrcvc<00>d<00>d<00>d <00>d<00>d<00>e<00>e<00>e <00>e<00>e&<00>e*<00>e,<00>f<00>f<00>f <00>f<00>fggg "g(g&.g*2g,EhKhQh Wh[hnitizi <00>i<00>i&<00>i*<00>i,<00>j<00>j<00>j <00>j<00>j<00>j<00>k<00>k<00>k<00>k"<00>k*<00>k.<00>k0 llll%l+l1l87l?=lSClZGlfZm`mfmlm"rm*xm.|m0<00>n<00>n<00>n<00>n<00>n<00>n*<00>n,<00>n4<00>n8<00>n><00>o<00>o<00>o<00>o"<00>o*<00>o.<00>o0 pppp#p'p":q@qFqLqRqVq"irorur{r<00>r<00>r"<00>s<00>s<00>s<00>s<00>s<00>s*<00>s,<00>s4<00>s8<00>s><00>t<00>t<00>t<00>t"<00>t*<00>t.t0uu u &u*u=vCvIv OvUv&[v*_v,rwxw~w <00>w<00>w<00>x<00>x<00>x <00>x<00>x&<00>x*<00>x,<00>y<00>y<00>y<00>y<00>y!<00>y4<00>y6<00>y> yB yD yJ yU$ yW* yY0 yk6 yp: yrM zS zY z_ ze z!k z4q z6w z>} zB<00> zD<00> zJ<00> zU<00> zW<00> zY<00> zk<00> zp<00> zr<00> {<00> {<00> {<00> {<00> { <00> {/<00> {1<00> {9<00> {=!{?
!{D!{N!{P$!{R*!{d0!{h4!{jG!|M!|S!|Y!|_!|!e!|.k!|0q!|8w!|<}!|><00>!|D<00>!|N<00>!|P<00>!|R<00>!|d<00>!|h<00>!|j<00>!}<00>!}<00>!}<00>!}<00>!}<00>!}<00>!}*<00>!}:<00>!}G<00>!}S"}V "}b"}g "}p&"}r,"}t2"}w8"}<00>>"}<00>D"}<00>J"}<00>P"}<00>V"}<00>\"}<00>b"}<00>h"}<00>n"}<00>u"}<00>|"}<00><00>"}<00><00>"}<00><00>"}<00><00>"}<00><00>"}<00><00>"}<00><00>"~<00>"~<00>"~ <00>"~<00>"~<00>"~<00>"~<00>"~#<00>"~(<00>"~+<00>"~0<00>"~5<00>"~>#~@#~Z#~_#~j(#~l2#~q9#~v?#~~E#~<00>K#~<00>Q#~<00>W#~<00>]#~<00>c#~<00>i#~<00>o#~<00>u#~<00>{#~<00>#~<00><00>#<00>#<00>#<00>#<00>#<00>#<12><00>#<12><00>#<12><00>#<12><00>#<12><00>#<12><00>#<12><00>#<12><00>#<12><00>#<12> $<12>$<12>$<12>$<12>#$<12>6$<12><$<12>B$<12>H$<12>L$<12>_$<12>e$<12>k$<12>q$<12>u$<12><00>$<12><00>$<12><00>$<12><00>$<12><00>$<12><00>$<12><00>$<12><00>$<12><00>$<12><00>$<12><00>$<12><00>$<12><00>$<12><00>$<12><00>$<12>%<12> %<12>%<12>%<12>%<12>,%<12>2%<12>8%<12>>%<12>B%<12>U%<12>`%<12>j%<12>q%<12>%w%<12>2}%<12>j<00>%<12>p<00>%<12><00><00>%<12><00><00>%<12><00><00>%<12><00><00>%<12><00><00>%<12><00><00>%<12><00><00>%<12><00><00>%<12><00><00>%<12><00><00>%<12><00><00>%<12><00><00>%<12><00><00>%<12><00><00>%<12><00><00>%<12><00>%<12><00>%<12> &<12>&<12>&<12> &<12>,#&<12>..&<12>14&<12>3;&<12>8A&<12>=G&<12>IQ&<12>K\&<12>Vc&<12>Xj&<12>[p&<12>`v&<12>p|&<12>u<00>&<12>{<00>&<12><00><00>&<12><00><00>&<12><00><00>&<12><00>&<12><00>&<12> <00>&<12><00>&<12><00>&<12><00>&<12><00>&<12><00>&<12><00>&<12><00>&<12>%'<12>2 '<12>D'<12>\'<12>`'<12>b,'<12>0'<12>C'<12>G'<12><01><01><01><01> <01>(<01>0<01>8<01>@<01>H<01>P<01>X<01>`<01>h<01>p<01>x<01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><01><01><01><01> <01>(<01>0<01>8<01>@<01>H<01>P<01>X<01>`<01>h<01>p<01>x<01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><01><01><01><01> <01>(<01>0<01>8<01>@<01>H<01>P<01>X<01>`<01>h<01>p<01>x<01><00><01><00><01><00><01><00><01><00><01><01> <01><01>$<01>0<01><<01>H<01>T<01>`<01>l<01>x<01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><01><01> <01>,<01>8<01>D<01>P<01>\<01>h<01>t<01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><00><01><01>


,
8
D
P
\
h
t
<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
! ! ! !( !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>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0<00>0000(040@0L0X0d0p2|2<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>22 22$202<2H2T2`2l2x2<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>2<00>222 2,282D6P6\6h6t6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>8<00>8<00>8888(848@8L8X8d8p8|8<00>8<00>8<00>8<00>8<00>9<00>9<00>9<00>9<00>9<00>99 99$909<9H9T9`9l9x9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>999 9,989D9P9\:h:t:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00><<00><<00><>>>(@4@@@L@X@d@p@|@<00>B<00>B<00>B<00>B<00>B<00>B<00>B<00>B<00>C<00>CC CC$C0C<CHCTC`ClCxC<00>C<00>C<00>C<00>C<00>C<00>C<00>C<00>F<00>F<00>F<00>FFF F,F8FDFPF\FhFtF<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>F<00>FFHH(H4H@HLHXHdHpH|H<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>H<00>
@TP<00>_ 83@lP<00>a ni@<00>P<00>c <00> <00>@<00>P <00>e <00>$<00>@<00>P<00>g <00>,<00>@<00>P<00>i 4<00>@<00>P0<00>k (D#@Q<00>m GLB@ Q0<00>o k\f@PQ<00>q <00>d<00>@hQ0<00>s <00>t<00>@<00>Q<00>u <00>|<00>@<00>Q0<00>w <00><00>,<00>@<00>Q<<00>y <00>@R0<00>{ :<00>5@LR0<00>} [<00>V@|R0<00> <00><00> |@<00>R$<00><00> <00><00> <00>@<00>R$<00><00> <00> <00>@<00>R$<00><00> <00> <00>@S0<00><00>   @HS0<00><00> ? ,: @xS<00><00> _ 4Z @<00>S0<00><00> <00> D @<00>S<00><00> <00> L<00> @<00>S0<00><00> <00> \<00> @T<<00><00> <00> p<00> @DT<<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>T0<00><00> 9
<00>4
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
@<00>T0<00><00> _
<00>Z
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission 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>T<<00><00> }
<00>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
@U <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
@(U<<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
@dU <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
@pU <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
@|U<<00><00>  <00> @<00>U <00><00> = <00>8 @<00>U <00><00> m <00>s <00>y <00><00> <00>x~ @<00>U<00><00><00> <00> l<00> tV<00> @`V`<00><00> <00> <00>%<00> @<00>V<00><00><00> <00> <00><00><00> @pX<00><00><00> <00>P @,Z<00><00><00> ' <00> B" @^T<00><00> I ,
$D @p^$<00><00> ^ P
w \
8r @<00>^<<00><00> <00> <00>
<00> <00>
<00> @<00>^0<00><00> <00> <00>
<00> @_$<00><00> <00> 2<00>
E<00>  8<00> @$_l<00><00>  T * @<00>_<00><00><00>  <00> <00> @da<00><00><00> 7 l <00>2 @(d<00><00><00> I $0D @ eH<00><00> a T<00>\ @Te<00><00><00>  <00>Bz @<00>eH<00><00> <00> <00><00> @8f@<00><00> <00> <00><00> @xh<00><00> <00> <00>7<00> @<00>h<00><00> <00>  O<00> @<00>jH<00><00> <00> p<00><00> @<00>m<00><00><00> P<00>
@<00>n,<00><00> &H<00>!@<00>op<00><00> >(J9@ r<00><00><00> YtT@<00>r <00><00> v<00>q@<00>r0<00><00> <00><00><00><00>@<00>r<00><00><00> <00>4I<00>@<00>s<00><00><00> <00><00><00>@`t<00><00><00> <00><00>X<00>@v<00><00><00> <00><00><00><00>@<00>w<00><00><00> tR@xz<00><00><00> )<00>$@8{h<00><00> H<00>C@<00>|<00><00> _<00>Z@<00>|$<00><00> v<00>q@<00>|$<00><00> <00><00><00>@}`<00><00> <00><00>R<00>@`}0<00><00> <00><00><00>@<00>}$<00> <00><00><00>@<00>}$<00> @<00>}<00> 5$0@<00>}<00> a8\@~<00> <00>P{@ ~<00>
 <00>`<00>@8~$<00>  <00>x<00>@\~$<00> <00><00><00>@<00>~H<00> <00>4@<00>~H<00> 7<00>N2@0<00> ]0 "X@@<<00> <00>T }@|0<00> <00>l <00>@<00>0<00> <00><00> <00>@<00>0<00> <00> <00>@ <0C>0<00> &<00> !@<<3C>0<00>  Y<00> FT@l<>T<00>" |!lw@<00><>`<00>$ <00><00>!<00>@ <20><<00>& <00><00>!<00>@\<5C>0<00>( <00><00>!.<00>@<00><>`<00>* <00>!<00>@<00><>0<00>, ".@<1C>`<00>. A8"<@|<7C>0<00>0 ^P".Y@<00><>`<00>2 <00><00>"{@ <0C>H<00>4 <00><00>"2<00>@T<>`<00>6 <00><00>"h<00>@<00><><00><00>8 <00><#2<00>@<00><>`<00>: <00>p#@<00>@<00><>x<00>< <00>#2@d<>`<00>> ?<00>#$:@ąH<00>@ f$$a@ <0C>H<00>B <00>,$$<00>@T<>H<00>D <00>P$@<00>@<00><>x<00>F <00><00>$2<00>@<14>`<00>H <00><00>$<00>@t<>0<00>J <00>$.@<00><>`<00>L - %(@<04>0<00>N K$%.F@4<>`<00>P nT%ti@<00><><00><00>R <00><00>%t<00>@`<60><00><00>T <00><&l<00>@,<2C><00><00>V <00><00>&l<00>@<00><><00><00>X <00>'<00><00>@<00><>8<00>Z <00>'<00> @̌P<00>\ )<00>($@<1C> <00>^ D<00>(?@(<28> <00>` ])X@4<> <00>b u,)p@@<40> <00>d <00>H)<00>@L<> <00>f <00>d)<00>@X<> <00>h <00><00>)<00>@d<> <00>j <00><00>)<00>@p<>$<00>l <00><00>)<00>@<00><> <00>n <00>) @<00><> <00>p ,
2019-08-20 21:11:00 +03:00
<00><00> <00>#<23>L'<00>@ O<00>B<00><00> <00>0o<><00><00>0<00><>;<00>:<3A>8<00>r<><00><00>@<00><><00><00><00> <00><1A><00>0<00>@<00><><00>0<00><00> <00><00><00>*P<00><00> @<00>cJSON_Utils.o/ 1566323271 501 20 100644 99292 `
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
ELF^j4(<00><00> (08@H0L8PXHL\`\\6A 
<EFBFBD>
<20><>0<EFBFBD><30><EFBFBD><EFBFBD> <20>`$<00><>~<7E><><1D><
<EFBFBD><EFBFBD><05><>~<7E> <<1A><>{,<2C><><EFBFBD>z3<> <00>ԡ<00>
<EFBFBD><EFBFBD><EFBFBD> <01><>f<05><> F<00> <09><><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
<01><>f<06><> <20><00><08><>G<EFBFBD><14><>F"3<><00><><EFBFBD><00>8,<2C><><EFBFBD><EFBFBD>"  <03> <20><>"<22><>] T<>P(<10>4<EFBFBD>0<EFBFBD>t<EFBFBD> <1D> <1D> <1D> <1D> <1D> <1D> <1D>6A <0B><00>Ȃ  = <0C>=<3D><><EFBFBD>э <0C><><EFBFBD><EFBFBD><EFBFBD> <20>ڻ"<1B><>V<><56>- <1D>6A ,<2C><><EFBFBD> <<18>B<01> "<22><00><>~<7E><><12><>~<7E>B<<18>B<01> "F<00>B<00> 3"=<3D>=<3D><>V<08> 2B<00> <1D>6A<00>2("F  3(  <09> <20><>0<EFBFBD><30><EFBFBD><EFBFBD><EFBFBD><1D>6A<00><<08><>-<2D> 
<EFBFBD>
<EFBFBD>ۓ<EFBFBD><EFBFBD>э
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>C<EFBFBD>
<EFBFBD>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD><11><><EFBFBD><EFBFBD><EFBFBD><1B><> <0B> <0B><><EFBFBD> ,<2C><><EFBFBD><<3C>ǹ<EFBFBD>  <02><02>˓<EFBFBD><CB93>ѭ<02><><EFBFBD><EFBFBD><EFBFBD> <09>- <1D> <1D> <1D>6A"<04>F <00><>~<7E><>"<22><
<EFBFBD><EFBFBD> <0B><>~<7E>I<00> <<1A><>,<2C><>I<01> "<1B>"=<3D><>V<><56> "I<00> <1D>6A<00>"<00> 3 
<EFBFBD>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><EFBFBD><EFBFBD>0<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>48<19><03> <09>=<3D>=<3D>=<3D>=<3D>8 <09>#<23><19>=<3D>=<3D>=<3D>=<3D>8"7<>8 9" ) )- <1D> <1D>6aF3<><02><00><00> <08><31><03><00><00>* <1D><>1<EFBFBD><02><00>-
<EFBFBD>
<00><02><00>z("F(<02>R<EFBFBD><04><03><><EFBFBD><00><16><>3<> 
<EFBFBD>
<EFBFBD>˓<EFBFBD><EFBFBD>э
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,<2C><><EFBFBD>
V2<EFBFBD><1D> <1D> <1D>6A <20> <20><00>J<><04><00>=
<EFBFBD><EFBFBD><EFBFBD><04><02><00>-<1D> <1D>6A<00><><EFBFBD>"<08>J<EFBFBD><00><00>B<EFBFBD>J<EFBFBD><00><00>"<22>J<EFBFBD><00>,<2C><><EFBFBD> <20><02><00><1D>6A 
<EFBFBD>
<20><>0<EFBFBD><30><EFBFBD><EFBFBD> <20><>b7c<><14><03><02><00>-
<1D>9"3<><00><00><08><><EFBFBD>
<01><>f<05><> F<00> <09><00><><EFBFBD><01><>f<07><> <20><00>
<EFBFBD><1D>f<02><> f<02><> <20>)<29><1D> <1D> <1D> <1D>6A<16> HD MFM<05>$X<04><><EFBFBD><03><><EFBFBD>$<08><00><00>z<EFBFBD>D H<16><08>MH<04><08><08>VH<56><48>dX<14>% i<05><03><02><><EFBFBD>m
<EFBFBD><03>e<><65>]
-<03> <0C>%<08>&<08><00><00>JMFM<05>bI9<14>-G<>hFX=  <08>`<60><>PH<50><48><EFBFBD><EFBFBD><EFBFBD><07>i2f<01>Ō<EFBFBD>Y9<1D>-<1D>-<1D>6A<00><>0<EFBFBD> <20>"<22><00><00>"<1D>6A]  mPb<50>0(<28>`" <20>F:h5(3 &0 t<>F7``t&<26>5g(&<26> 4&<26>5&<26>g<EFBFBD>1hUHSG<02>4<00>c<EFBFBD>s<EFBFBD>e<EFBFBD>u<EFBFBD><00>V +<00>C<EFBFBD>E<EFBFBD><00>
<1D>h%X#<23><00><04><05><06><><EFBFBD><16> hX  <09> `<60><><EFBFBD><EFBFBD>tP9<50>00t7<74><37>08 <20>p<1D><00><04><05><00><00><04><03><00>X%8#<00><04><><EFBFBD>%<08><00>m
V<EFBFBD><04><04><03>%<25><><EFBFBD><EFBFBD>X8  m Ph<50>``t0<74><30><EFBFBD><EFBFBD>t<EFBFBD><74>ɀ<EFBFBD> <20><1D> <1D> <1D> <1D> <1D> <1D> <1D>-<1D> <1D>6A<00><04>"<22><00> 3 
<EFBFBD>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD>ɓ0<EFBFBD><EFBFBD>lj짓;<3B><> <20> <20><00> <1D><> =<3D>=<3D>=<3D>=<3D>89<1B>=<3D>=<3D>=<3D>=<3D>8"7<><06>" <1D>(<1B> <1D> <1D>6a0<> <20><00>]
:,<2C><><00><16> 2J<00> :<3A><04><05><02><00>-
<EFBFBD><03><00><00><02><00><00>J I1˱<31><03><00>G<0E>1<EFBFBD><02><00>-
<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
<02> <00><02><00><00><><EFBFBD><03><02><00>-
 <02> <02> <02>e<EFBFBD><05><00><1D>6A<00><02><16><00><00><00><00><00>-
<1D>opaddremovereplacemovecopytestpathvaluefrom-%s/%s/%lu%lu/%lu%s6A<00><03><00><02><00>-
<EFBFBD><00>j(B<><00><02><00><16><04><00><02><00>
<04><00><02><00><00>j<EFBFBD><00><02><00><00>ڱ<00><02><00><00>J<EFBFBD> <20> <20><00>ܪ b<1D> <1D> <1D> "<1D> 2<1D> B<1D> R<1D> <1D>6<><00><04><00><03><00>m
<EFBFBD><00>Z%<25><04><03><00>}
<16>$fj6<6A><04>F<EFBFBD><02><00>-
<EFBFBD><04><00><03><00><00><04>
<EFBFBD><02><00>  <12>%<25> t=<06><00>FR V<>f*,<2C><><00><01><00><00><02><00> =]<02><><00><><EFBFBD>  <05><05><><EFBFBD><EFBFBD> <0B><>Z<EFBFBD><5A>U <05><04>0<> <20><00>]
<16> <1B><00>]
J,<2C><>
<EFBFBD><01><00><00><02><00><00><05><00><00><><16><1A><00> Y<>-=<05>xR<><52><EFBFBD>%<18><04><02><00>
<19><00>f'FcR<><52><EFBFBD>%S<><04><00><03><00>=
<16>fG<11><04>J<EFBFBD><02><00>]
<EFBFBD> fW<0E><04>C <20> <20><00>]
<16>fW <1B><05><00>]
<EFBFBD>E<EFBFBD>S<00><04><00><03><00>]
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
*<14><><01><00><00>Z <16><13>F<EFBFBD><00>=
,<2C><><00>m
<EFBFBD><EFBFBD> rJ<00> j<><04><03><02><00>}
<EFBFBD><06><00>  <09> p<><70>`)<29><>" <20><02>=<00><07><00><05>`<60> <20><00><00>*<2A><05><07><00> -5 )<29><><EFBFBD><<3C><06><00>'<13><05><><EFBFBD><07><00>' ]<02>* <0C><>) <0C>F(<00><07><00>J <09><><EFBFBD><06><07><00>F<00><06><07><00><00><05><06><07><00> -<05> " ]F 2 ] r  <0C> F =] <0C> ]<03> =]F B ] R  b F r <03> <0C> <03> <0C><> <02>e<EFBFBD><05><00><00>c<EFBFBD><03><00><1D>6a  <09> <20><>0y<30><79>w <20><02>.<00><>F-<00><00>}
<16>
<EFBFBD><03><00><00>
<EFBFBD><00><07><00><00>e<EFBFBD><04><00><00>
<EFBFBD><00><07><00><00><05><00>=
<EFBFBD><04><00><00>1<EFBFBD><31>+<2B><><00>=
@<40> <20><00><00>H1<1B><><05><><EFBFBD><00><00><03><00><00><> <20>p<> <20><00><00><03><00><00>V <1B><06><00><00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><00><07><00><00><07><02><00><1D>6a  <09> @<40><>Py<50><79>w <20><06><00>4x5px0ppt<70><12><05> <09><03><00><02><00><1D><>pt&<26>Cw(&<26> <1D>&<26>Yf<59>=<1D>xThUg<55><10>e<EFBFBD>u<EFBFBD>d<EFBFBD>t<EFBFBD><00>
<1B> <0A><03><00><02><00><1D><00>E<EFBFBD>D<EFBFBD><00><16><18> <0A><03><00><02><00><1D>x$H%<25><03><00><00><><16><00>]
<08>1<EFBFBD> <00>1<EFBFBD><03><00><05><00><00><06><04><07><05>%<25><>xH<04>1<1B><>1  <09> p<><70>@<40><><EFBFBD><EFBFBD><EFBFBD><00>1<EFBFBD><00><05><00> <0E><05><03> <20> <20><00>xV<><56><EFBFBD><00><04><00><03><00><02><00>HV<><56>P<EFBFBD> <20><00><1D><><06><04><00><00><06><05><00>x$H%<25>)<00><><EFBFBD>$<24><06><><EFBFBD><EFBFBD><EFBFBD><00><00> F|<7C>V<EFBFBD><05><03><00><00>1=<3D>=<3D>=<3D>=<3D><>'<08><00>X1<58><31>+<2B><><00>]
<EFBFBD><03><00><00><00>1<1B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><00><06><04><07><05>e<><65><EFBFBD><05><00>xH<04>
<00>Z ؇<><03><00><02><00>x<07><00>؄<><03><00><02><00>H  <09> p<><70>@Y<><59>U <20><02><><EFBFBD><1D>6A0<> <20><00><00>j<EFBFBD><02><00> <1B><03><00>-
<1D><00><02><00><00><><EFBFBD><02><00><00><00>-
8#<23><00><03><00><00><><EFBFBD><EFBFBD><02><00><00><00><><EFBFBD><02><00><00> <00><><EFBFBD><EFBFBD><EFBFBD><02><00>F<00><><EFBFBD><02><00><00><04>%<25><><EFBFBD><1A>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<EFBFBD><EFBFBD><EFBFBD><02><00>8V#<23><1D> <1D>6A  ] T<>0F<30>PD g27<> <0C><00><00>-
<1D>H" <06>*<00><03>%]
z <09><02><00><00><><EFBFBD><05><00><00><><16><00>-
<EFBFBD><05><06><00><00><00><05><00><1D><><02><00><16>P<> <20><00>-
<EFBFBD><EFBFBD><EFBFBD><00><00><>+<2B><><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
,<2C>2J<00> =<3D>=<3D>=<3D>=<3D><><EFBFBD><1B><><00><00><05><02><00><00><05><00><1D><><05><00> <1D>HfVD<56> <1D> <1D>6A <0C> <20> <20><00>-
<1D>6A <1C> <20> <20><00>-
<1D>6A0<> <20><00><00><1A>38# <03> <0C><03><02><00>̺8V<><56> <1D> <1D>-
<1D>6A0<> <20><00><00><1A>38# <03> <1C><03><02><00>̺8V<><56> <1D> <1D>-
<1D>6A<00> <0A><04> <20> <20><00><1D>6A  <09>I H<>0<EFBFBD><30>@<40> <20><><1A><00>M
<0E><03><02><00><00>-<1D> <1D>6A  <09>I H<>0<EFBFBD><30>@<40> <20><><1A><00>M
<1E><03><02><00><00>-<1D> <1D>6A <0B><02><00><1D>6A <1B><02><00><1D>6A <0C> <20> <20><00>-
<1D>6A <1C> <20> <20><00>-
<1D>6A <0C> <20> <20><00>-
<1D>6AV<><00><00>-
<1D><><03><00><00><><EFBFBD><02><00><00><> <1B><03><00>-
<1D><><04><02><00><00><04><03><00>X"(#<23><00>=
<EFBFBD> <00><><EFBFBD><12><><EFBFBD><EFBFBD><EFBFBD><00><00> F|<7C>֪h<><68><00><00>
<EFBFBD><06><03><00>X<00>h<> <1B><02><00><00>
<EFBFBD><06><03><00>(<02>
<00><04><02><05><00><00>jh<6A><68><02><05><00><00>
<EFBFBD><06><03><00>X(  <09> P<><50> <20><><EFBFBD><EFBFBD> <20><06><>(#<23><> <09><03><00><1D>-<1D>6A <1C> <20> <20><00>-
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<1D> <00><><EFBFBD><EFBFBD>| <00> 2 O % n K X <00>0, 3 <00> <00>  $ ` <00>0 <00> <00>`<00>00<00> <00>   9 9  5 5        E"x <0C>$<00>int}<03>7<07> <06><05>U<07><05><07><07>L<04><04><06><07>(5<08>8<9V;
>% <08>A<>cC%<08>ERH<> <04>X <03>I<><03>Q% 57<01>g
4 ADD
<EFBFBD>
Q
<EFBFBD>
<EFBFBD>
0  Ef <00><01><> <0A>f<> Zf<>c <0A>f<><00>><00>__x|<7C><00>V__x|<7C><00><04>L  <01>,2<01>, R<01><><11><01>, @<01>O<01>` <0A><01>}? <0A><01><>] <0C><01><>%<01><> 6<01><>{ <0A><01>,<00>V<01><>R<04> E<01> n<01>  Z<01> <00><14><01>S<15>, <15> ,e<06>,YSK<01>SRS}<00><15>U}<00>_ u<01>X<01><>6u<01><00>0u,cw<01>Y?<01><00><01>x<17>xFZ<01><00><1A><01>T<15><01><00> 9<1B>(,<02>\$<00>(Zs[<02>\4`Zr*!MZrA5!aZrYg[s\t<06> <0C> 8},<01> R8 <00><11>:,Y;}. @!<00>ZrK!<00>Zt$W!Zs[r\t*<01>3<01>s_<01>xR<1A><01><02><02>`!`!$l!1W!Zr[<02>\( <0C>I%<00><01>B \I<>M <0A>I<><00><14>I<>T0<00>__xZ<><00>K<00>__xZ<>f__xb<>Cl+__xb<>b%w!Zr[sd<01><01><00><01>>^<01><01><00><17><01><01><00><15><01><01><00><01><01><00><15><01><01>
<15><01><01>3<01><01>hf0<00> <02><00>ts\0%s \sTB'Zr[s]BZt[s<16>:<01><><1A>:xR<1A>:<02>SB[s <20>C $<01><>!aC<02><00>!bC<02><17>C<02>[| je <00><1E><00>Zv[u\t"Kj{ <00><1C>s.\t<1E><00>Zu[s\tpw!<1C>>nZu[t<1E>>Zs[t<<01> `<01><>6<01><02><00>0<01>,W<1A><01><02>TV<01><02><00>,<00>!Zr<18><01><01><00><01><>
<17><01><01><00><17><01><01><00><17><01><01>+ )<01>}e <15><01>}<00> <15><01><01><00> <15><01><01>
#<23><01><01>F<00> <1B><01>,<02>\T<00><00> Zs[<02>\aSZr }<00> Zs<00>!<00> Zu[/2<00>
Zr[u\t<-
ZsD*!A
Zrt5!U
Zr<1C><00>!o
Zr[s<1E>`!Zu<01><02><01><>
<17><01><02>
i
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<1A><01><02>S<1A><01><02>T<00>!<00>
Zr[s<00>!<06><18><01>+<00><01> 9<01><02>
<00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<1A><01><02>Sr<01><02><00>
<00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
Z Zr[\s<00>!n Zr(w!<00> Zr[6w!<00> Zr[Dw!<00> Zr[Qw!<00> Zr[^w!<00> Zr[ lw!Zr[(Y%<00><01><><17><03><00>
9<03>a <1A><03>T<15><03><00> d<03><00> <15><03><00><15>+<00>)}<15>}S<15>%<00>#<23><01><03>"- c2<03>|W! Z<03><>[\(<1E>Zr"0j Qa<03><00><00>` Zr\tl!"P<00> es<03><00>*<00>
<00> Zs[@\t><00><00> Zr\tV<00><00> Zr\th<00>!Zu[1
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission 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=<1B><01>,<02>\<00>&Zv[<02>\(<00>Zw\u<00>
`Zs[0\t<00>!tZv%<00>
<00>Zs[t9<00><00>Zr\tH<00>
<00>Zs[8\tT<00><00>Zr\t<1C><00>
Zs[8\t<1C><00>!!Zu[1<1C>W!BZ<03><>[u\(<1C>VZr<1C>`!jZu<1F>`!~<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>Zs[8\t<1C><00>!<00>Zu[1<1F>}<1C><00>!<00>Zs[/<1C><00><00>Zr[s\t<1C>Zv<1C>*!Zw<1C>w!7Zv[H<00>!QZw[uB5!eZwQ<00>!Zw[v^<00>!<00>Zw[vj<00>!<00>Zw[v\u<1C>l!<00>Zu<1E>`!Zs<16>'<00><01> 'xRr' 4<17>' U '<04>Ud'<04>
V9)<04>vXYQ"=,<00>S>,<00><15>?}<00>`<00><00>Zuj@!<00>ZtvK!<00>Zs<00>\"#<1C><00>!<00>Zs[L\t<1C>,Zst"#[u<1C><00>!#Zs<1C><00>!@Zw[0<1E>`!Zs$"1<00>!nZs><00>!<00>Zw[H<00>!<00>ZtU<00>!<00>Zw[0<1C><00>!<00>Zv[1<1C><00>!<00>Zw[8<1E><00>!Zr[w$<24>T<01> TxR<1A>T SeTx<00>!toTx<17>T<04>N<0E><00><00><15>s,<00><15>t<04><00>tu<04><00>!v}<00><1C>@!<00>Zs<1F>K!<1C><00>!<00>Zu[P\s]<03>\<1C> *Zr[u\w]t^v
<00>!NZu[X\<03>\<00>|Zr[\s]u^06<00><00>Zr[\s]H^tD`!ZuF<00>y<15><01><04><00>t<01><04>a<00>H<15><01>%~[<00>S<01>,S<15><01>,r!<01>}<00><1C>@!ZZs<1F><00><1F>K!<1C><00>!<00>Zu[L\s<1C>,<00>Zu<00>\"#<1C> <00>Zr[u\w]t^v<1E>`!Zuqs<00>\v<1C><00>"Zr[\s^0<00>Zr[\s^tP>bZt[vZ>Zu[v6<00><00>Zr[\s]0^u}<00><00>Zr[\s]0^u<1F>w!<1E><00>Zr[\s]0^u<18><05><00><01><>y<05><00>9<05>
<00><1A><05>T<15>
<05><00>"<22><00><15>*<05><15>+<05>:|"<00>Zr<1C><00>!<00>Zr<1C> <00>[s\t<1E><00>!Zr 5!<00>Zsl!Zr <00>!Zs[1.5!2Zr8l!FZr>"N"cZs\<00>!wZrl<00>!Zr%5 <01><><00><01>T <0A><01><>
o y<01><>
s<01>,9<11><01><>d2<00>@"<01>}<00>H*l8<01>}<00>P@!)ZuYK!h<00>![Zr[`\v]up`!Zu}M<00>8<01>}<00><1C>@!<00>Zu<1F><00><1F>K!<1C>,<00>Zr<1C>'"<00>Zr[u<1E>`!Zu9<00>Zt[sF*!Zrz5!/Zr<1E>`!Zu$}Z\&cH<01><01><><17>Hx<00>ZH<01>S<00>Zr[s\0&<26>M<01><01><><17>Mx<00>ZM<01>S<00>Zr[s\1&<26><01>%9<01><><17><01>x
<01><03>
]'<01><03><00><15><01>%<00> *!jZs& Zr[s\0&<26>
%9<01><17>
x3
<04>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission 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>' <04><00><15> %& *!<00>Zs& Zr[s\1'pO<01><>6OxRrO<04>S<1A>O<04>TdO<04>
U<00>Zr[s\t]0^u<06>&<26><01><04>5<01>e<01>x\(to<01>xS<01><04><00>2"- Zt[\\r]s^0&<01><04>5<01><>e<01>x<00>(to<01>xS<01><04><00>2"- Zt[\\r]s^1'<01><01><><1A><01>xR >Zr[0'<01><><1A>xR >Zr[1&C<05><01>IyC<05>&9C<05>
S Zr[s\0&<26>H<05><01><>yH<05>G9H<05>
S Zr[s\1&<26><01><05><01><>e<01>xh(to<01>xS<00>Zr[s\0M<05><01><> eMx<00>!toMx<00><1A>M<05>T<15>O<05><00>tP<05>9Q<05>;V<00>4 <15>d%Zdw!z="<1C><00>!<00>Zs[v<1C><00>!<00>Zr[1<1C><00>!<00>Zs[v<1C><00> Zu[r\t<1C><00> Zu[r<1E><00>!Zs[v ="5!Q Zs"5!e Zr.<00>!~ Zs[1<><00> Zr[tF><00> Zs[tP"<1E>l!Zs&e<01><05><01>!e<01>x<00>(to<01>xS<00>Zr[s\1)-<2D>*<2A><00><02>*<2A><00><02>*||!+,) ) +<2B><00>*<2A><00><02>*<2A> <00> *<2A><00><02>*jj&*<2A><00><02>*11<02>*<02>*DD<02>*AA<02>*nn<02>*<2A><00><02>*<2A><00><02>*<<<05>*<2A> <00> <02>*  <02>*bb<02>*kk<02>*ll*<2A><00><02>*v v <02>% U$ > : ; I$ >  I&I : ;  : ; I8  I: ;
( ( .: ; 'I@<18>B : ; I 4: ; I 4: ; I.: ; '@<18>B4: ; I: ; I4: ;I.: ;'@<18>B: ;I.: ;'I@<18>B4: ;I: ;I4: ;I<1C><>1<1D><><18>B<1E><>1<1F><>1 .: ;'I@<18>B!: ;I" 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
: ;$.: ;'@<18>B%.?: ; 'I@<18>B&.?: ;'I@<18>B'.?: ;'@<18>B(: ;I)4: ; I?<*.?<n: ; +.?<n: ;,.?<ntRt<00>R<><00>R<><00><00>R<><52><00>R<><00>R<><00>R<><00>R8S8<00>S<><00>S<00>T<><00><00>T<><54><00>T<><00><00>T<>>mY<><00>YVmX<><00>X&R&0R0<>2[ROR9S9GSR
<00>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
R %<00>R<>S%SPRPf<00>R<>fhRhn<00>R<>)0<>),X49X9=0<>=fXfj0<>jnX)0<>)9[9=0<>=N[fj0<>5R5CR R IYKRKT<00>R<>TVRVX<00>R<> S !STXS
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
<00><00>R<><52><00>R<><00><00>R<> S <00>S(R*<00>R<><00><00>R<><52><00>R&R&(<00>R<>(*R*,<00>R<>0<>,T0<>,S'R')<00>R<>)uRxzRz|<00>R<>|~R~<00><00>R<><52><00>R0S0<00>S).r.0r3ur<00><00>r<00><00>Y)0sNxs<00><00>sflYlurlrZrxscRc<00><00>R<>aSa<00><00>S<>VRV<00>V8R8_T_<00>UR-T8SX_R_f0<>f<00>R<><00>Rf0<>f<00>S<><00>T<><00>S<><00>T<><00>Sf~0<>~<00>TRwUw<00>V<>UV"UySy<00>U<>SU"SITIf<00>T<>fT<00>T<>"T"$<00>T<><00><00>Z<00><00>0<><30><00>Z Z.R.0<00>R<>0QRQT<00>R<>TVRV\<00>R<>\^R^`<00>R<>S<S\`S+X0`X4R4<00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<>S<00><00>S<><53><00>S<><00><00>S<>HTHl<00>T<>l<00>T<><00><00>T<>0<><00>U0<>&Z&<00>S<><00>0<><30><00>Z<><00>S40<>4cRfhRl<00>R<><00>0<><30><00>Rc0<>cfRf<00>0<><30><00>R<><00>0<><30><00>RR<00>R<>R<00><00>R<>RrtR;R;d<00>R<>d<00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<>q<00>R<>qsRsz<00>R<>z|R|<00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<>`S`d<00>S<>d<00>S<><00><00>S<><53><00>S<><00><00>S<><53>,S,q<00>S<>q<00>S<>q<00>S<>quSuz<00>S<>z~S~<00><00>S<><53><00>S<><00><00>S<><53><00>S<><00><00>S<><53><00>S<><00><00>S<><53><00>S<><00><00>S<><53><00>S<><00><00>S<><53><00>S<><00><00>S<><53><00>S<><00><00>S<>0<><00>Vq<00>V<00>0<><30><00>U<>@0<>@DUDF0<>FqUq<00>0<><30>U
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
+U+00<>0jUj<00>0<><30><00>U<><00>0<><30><00>U<00>0<><30>qWq<00>0<><30><00>W'0<>'<00>Wqz0<>z<00>W<00>0<><30>qSq<00>0<><30><00>S<00>0<><30>qVq<00>0<><30><00>V^0<>^dRd70<>7::<3A>:<00>0<><30><00>RZ<><00>Z,qS<><00>S<><00>Z<><00>S<><00>SbSb<00><00>S<><00>T<><00><00>T<>&0<>&<00>WbxSlnZn<00><00>\x<00>S<00>T<>F<00>T<>F^T^<00>T<><00>U<>F<00>U<>FaUa<00>U<>XVX<00><00>V<><56>V<00>V<><00><00>0<><30>$<00>\<00>FW<00>FT<00>FUF\0<>\WF^0<>^TqtZ{<00>Z<><00>Z<>Z<00><00>Z<><00><00>\<00><00>Z<00><00>U"R"&<00>R<>&<00>RBSB<00><00>S<>B0<>B<00>Sp|0<>|Z<00>0<><30><00>Zp<00>0<><30><00>Z<><00>\<5C><00>Z&R&(<00>R<>([R[r<00>R<>r<00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><52><00>R<><00><00>R<><00>S<><00><00>S<><53><00>S20<>2<00>V<><00>0<>*0<>*<00>T<><00>0<>;<00>U[rR<00><00>RR<00>R<>R<00>R<>/R/1<00>R<>13R35<00>R<>57R79<00>R<>S<00>S<>S1<00>S<>15S59<00>S<>0<>S0<>1S150<>59S0<>&*Z150<>59Z/R/1<00>R<>13R35<00>R<>57R79<00>R<>S<00>S<>S1<00>S<>15S59<00>S<>0<>S0<>1S150<>59S0<>&*Z150<>59Z/R/1<00>R<>13R35<00>R<>0<>1T150<>/R/1<00>R<>13R35<00>R<>0<>1T150<>R<00>R<>R<00>R<>R<00>R<>R<00>R<>0R02<00>R<>2JRJ<00>R<>RSR<00>S<>H0<>HUJ0<>J<00>RR0<>RSdhZoyZ<><00>Z<><00>ZR<00>R<><<00>2O%nKX<00>,3<00><00>$`<00><00><00><00><00><00>9955<00><00> o<00><00><00><00><00><00><00><00>DFq<00><00><00><00><00><00>p<00><00><00><00>2O%nKX<00>,3<00><00>$`<00><00><00><00><00><00>9955I<01> /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/json/cJSON/Users/ficeto/Desktop/ESP32/ESP32/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/5.2.0/include/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/newlib/includecJSON_Utils.ccJSON.hstddef.hstring.hstdio.hctype.h<03>        
     q      f      <03>   {  
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
 <03>         q  

<03>     }   <03>   ~  
   p    <03>       n   
<03>    }          n   <03>   
       ~   ~ d  |    8  
 
|   <03>         <03>     ~              k     <03>  
}         x      X )        z 
  p p $        s 
  <03>   <03>    
 
  }  



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

        <03>~
<03>     w      
<03>~ <03> <03>~ x }  q } / T 4 L <03> <03> <  <03> } <03> <03> } <03> <03> } <03> <03> <03> <03> <03> <03>~ <03> <03>~ <03> <03>~ <03>      <03>        

        <03>              
 u 
  u   ~     

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


 

Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
       {           T /      <03>    cJSON_GetObjectItemgenerate_merge_patchparent_pointerfull_pointerdecode_array_index_from_pointerfromstrrchroperationstrlenMOVEcurrent_childcJSONUtils_ApplyPatchesCaseSensitivecJSON_freevaluestringstring2unsigned intnextfull_pathindexfrom_childpointer_encoded_lengthcJSONUtils_MergePatchINVALIDprevcJSON_DuplicateREPLACEcopylistvalueintstrcatchild_indexresult_tailcJSON_boolresultlong long unsigned intcleanup/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/json/cJSON/cJSON_Utils.ccJSONUtils_SortObjectcurrent_patchpatch_operationcompare_pointerschildstring1valueidenticalto_childsize_tcJSONcreate_patchescJSONUtils_GeneratePatchesdetached_itemmerge_patchget_array_itemobjectcase_sensitivepathcJSON_AddItemToObjectpatchessecondchartarget_pointercJSON_GetObjectItemCaseSensitivestringapply_patchcJSONUtils_GenerateMergePatchCaseSensitivecJSONUtils_GetPointerCaseSensitiveopcodecJSON_AddItemToArrayreplacementstatuspatch_childcJSONUtils_MergePatchCaseSensitiveget_object_itemnew_pathoverwrite_itempatchget_item_from_pointerlong long intinvalidcJSON_IsNullGNU C99 5.2.0 -mlongcalls -mfix-esp32-psram-cache-issue -ggdb -Og -std=gnu99 -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -fstack-protectorcJSON_malloc/Users/ficeto/Desktop/ESP32/ESP32/public-libs-build/build/jsoncJSONUtils_GetPointertargetREMOVEreplace_mecurrent_elementcJSON_DeleteItemFromObjectcJSONUtils_GenerateMergePatchvaluedoublecJSON_IsObjectdecode_patch_operationsuffix__ctype_ptr__suffix_lengthwhicharraysprintfcJSON_IsStringpath_lengthrootsort_listcJSON_DeleteItemFromObjectCaseSensitiveparentshort intcJSON_IsArraylong intlengthfrom_child_name_lengthcompare_jsondiffchild_pointercompare_stringssmallercJSONUtils_GeneratePatchesCaseSensitiveinsert_item_in_arrayold_itempointercJSON_DetachItemFromObjectCaseSensitivesourcenamenewitemcJSONUtils_ApplyPatchessizetypelong unsigned intcurrent_itemdetach_pathcompose_patchcJSON_CreateArraytypeunsigned charcJSONUtils_SortObjectCaseSensitiveencode_string_as_pointerdecode_pointer_inplacecJSONUtils_AddPatchToArrayfirstsort_objectcJSON_DeletecJSON_DetachItemFromObjectitemCOPYparsed_indexdecoded_stringdestinationsigned charcJSON_CreateObjectshort unsigned intmemcpyTESTcJSONUtils_FindPointerFromObjectTodoubledetach_item_from_arraycJSON_CreateNullcJSONUtils_strduppositionstrcmpcJSON_CreateStringGCC: (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a) 5.2.0 Xtensa_InfoUSE_ABSOLUTE_LITERALS=0
ABI=0
 (<<00>Px0@ @ (<<00>Px0@  @(",
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
"6";<"TT"gh"m"r"v"<00>$"<00><00><00><00>"<00><00>"<00><00>"<00><00>"<00><00>"<00>("$"2(""11"O(
2016-10-06 14:21:30 +03:00


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


Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
&"00#"ST"\\"`(fff"kl"<00><00>"<00><00>"<00><00> "<00>"<00>(
"(rrr"vv"zz"~~"<00><00>"<00><00>"<00><00>"<00>(ccd)"<00><00>k<00><00>K"CDX"j"oq!<00> "<00>U"
&00"55"::TT"qq "zz "<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>(XXXr<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>(888"HH "ST"l"<00> "<00><00><00><00>8"<00><00>'"$$""FFaa"tt"yyc"<00><00>"<00><00>(""($$&"@"EF"_b "op&"<00><00><00>(((("/2@"rrX<00><00> <00><00> <00><00>"<00>(((""11"55"9(""11"55"9((111"5(111"5(((((("$"22#"UV"gh"mm"<00><00> "<00><00>&"<00>("<00><00>"(8.symtab.strtab.shstrtab.rela.literal.compare_pointers.rela.literal.get_item_from_pointer.rela.literal.cJSONUtils_strdup.rela.literal.overwrite_item.rela.literal.compare_strings.rela.literal.sort_list.rela.literal.sort_object.rela.literal.compare_json.rela.literal.insert_item_in_array.rela.literal.detach_path.rela.literal.get_object_item.rela.literal.decode_patch_operation.rela.literal.apply_patch.rela.literal.compose_patch.rela.literal.create_patches.rela.literal.merge_patch.rela.literal.cJSONUtils_FindPointerFromObjectTo.rela.literal.cJSONUtils_GetPointer.rela.literal.cJSONUtils_GetPointerCaseSensitive.rela.literal.cJSONUtils_ApplyPatches.rela.literal.cJSONUtils_ApplyPatchesCaseSensitive.rela.literal.cJSONUtils_AddPatchToArray.rela.literal.cJSONUtils_GeneratePatches.rela.literal.cJSONUtils_GeneratePatchesCaseSensitive.rela.literal.cJSONUtils_SortObject.rela.literal.cJSONUtils_SortObjectCaseSensitive.rela.literal.cJSONUtils_MergePatch.rela.literal.cJSONUtils_MergePatchCaseSensitive.rela.literal.cJSONUtils_GenerateMergePatch.rela.literal.generate_merge_patch.rela.literal.cJSONUtils_GenerateMergePatchCaseSensitive.text.data.bss.rela.text.compare_pointers.rela.text.pointer_encoded_length.rela.text.encode_string_as_pointer.rela.text.get_array_item.rela.text.decode_array_index_from_pointer.rela.text.decode_pointer_inplace.rela.text.detach_item_from_array.rela.text.get_item_from_pointer.rela.text.cJSONUtils_strdup.rela.text.overwrite_item.rela.text.compare_strings.rela.text.sort_list.rela.text.sort_object.rela.text.compare_json.rela.text.insert_item_in_array.rela.text.detach_path.rela.text.get_object_item.rodata.str1.4.rela.text.decode_patch_operation.rela.text.apply_patch.rela.text.compose_patch.rela.text.create_patches.rela.text.merge_patch.rela.text.cJSONUtils_FindPointerFromObjectTo.rela.text.cJSONUtils_GetPointer.rela.text.cJSONUtils_GetPointerCaseSensitive.rela.text.cJSONUtils_ApplyPatches.rela.text.cJSONUtils_ApplyPatchesCaseSensitive.rela.text.cJSONUtils_AddPatchToArray.rela.text.cJSONUtils_GeneratePatches.rela.text.cJSONUtils_GeneratePatchesCaseSensitive.rela.text.cJSONUtils_SortObject.rela.text.cJSONUtils_SortObjectCaseSensitive.rela.text.cJSONUtils_MergePatch.rela.text.cJSONUtils_MergePatchCaseSensitive.rel
$\^`^`,<00>`b8bdeH<00>eg_(<00>l<00>gix<00>ik<00>km<00><00>moqsuwy{}<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>   !#%')+-/13579;=<00><00><00><00><00><00><00><00><00><00><00>#8@[|<00><00><00><00><00>.6Ck<00>o<00><00>q<00>s<00>9u<00>9w y&5{AS5}{<00><00><00><00><00><00><00><00> <00>cJSON_Utils.ccompare_pointerspointer_encoded_lengthencode_string_as_pointerget_array_itemdecode_array_index_from_pointerdecode_pointer_inplacedetach_item_from_arrayget_item_from_pointercJSONUtils_strdupoverwrite_itemcompare_stringssort_listsort_objectcompare_jsoninsert_item_in_arraydetach_pathget_object_itemdecode_patch_operationinvalid$3557apply_patchcompose_patchcreate_patchesmerge_patchgenerate_merge_patch__ctype_ptr__cJSON_IsArraycJSON_IsObjectstrlencJSON_mallocmemcpycJSON_freecJSON_Deletestrcmp__nedf2cJSON_AddItemToArraystrrchrcJSON_DetachItemFromObjectcJSON_GetObjectItemCaseSensitivecJSON_GetObjectItemcJSON_IsStringcJSON_DuplicatecJSON_DeleteItemFromObjectCaseSensitivecJSON_DeleteItemFromObjectcJSON_AddItemToObjectcJSON_CreateObjectcJSON_CreateStringsprintfcJSON_IsNullcJSON_DetachItemFromObjectCaseSensitivecJSONUtils_FindPointerFromObjectTostrcatcJSONUtils_GetPointercJSONUtils_GetPointerCaseSensitivecJSONUtils_ApplyPatchescJSONUtils_ApplyPatchesCaseSensitivecJSONUtils_AddPatchToArraycJSONUtils_GeneratePatchescJSON_CreateArraycJSONUtils_GeneratePatchesCaseSensitivecJSONUtils_SortObjectcJSONUtils_SortObjectCaseSensitivecJSONUtils_MergePatchcJSONUtils_MergePatchCaseSensitivecJSONUtils_GenerateMergePatchcJSON_CreateNullcJSONUtils_GenerateMergePatchCaseSensitiveop  qrstuuv towxw yz p q {$u|}''' ''''% ~$w(w,w0w4w8w''C ''%~( $%(,t04%8<t@
 & =6 = 9 fD LI )] j9#3I5&(I>   T!(28BI{6dFK\d<00>M p9M $*.M. ;M ; qA<00>KdSMS YIxb<00><00><00>
N rN s(N t1
O
uO u$O v+O + t3PFK\cx|0P w)<00>@IVac)fllr 4@c<00>y~<00><00><00><00><00><00>((Q %(<00>-<00><@@8CMGMQZnQn t|~<00><00><00><00>f<00><00><00><00><00><00><00><00>
R
8 B `y<00><00><00>$*'-f2<5E<u?<00>IOL"WSW x]"jSj wp<00><00>"<00>|<00><00>S<00> <00>S <00> <00>S<00> <00>"<00><00><00><00><00> !!
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
!\ !0&T& yJ!Tc#<00>h#<00><00>#<00><00>#<00><00>#<00>U #<00>U z#<00>,U, 6U 6 >U> pD#lNUN T#f[U[ nUn qt#<00>zU z {<00>#<00><00>U$<00> u%%
V
|V }WW+W9W FWSW`W
W
%W  ~(r"W$" w((v0W(0 w6(z>W,> wD(~KW0K wQ(<00>XW4X w^(<00>fW8f wl(<00>X=X`*<00>qX<00>*<00><00>X<00>*<00>X @*Fl*<00>sX<00>X*<00>-*<00>2*<00>7*<00>Q*^n*<00>w*<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>
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
%X ~*qX ('*z**d3X 3 BX$B %NX(N i*<00>l*<00>vX,v t~X0~ <00>*<00><00>X4<00> %<00>*<00><00>X8<00> <00>*<00><00>X<<00> t<00>X@<00> <00>XD<00> u<00>*<00><00>XH<00> u<00>*XL #*<00> XP  v**<00>*q$XT$ %,*<00>/*D8XX8 #F*XPX\P X*<00>[*jbX`b j*<00>xXdx %<00>*<00><00>Xh<00> <00>*<00><00>Xl<00> <00>Xp<00> z<00>*<00><00>Xt<00> <00>Xx<00> <00>*<00><00>*<00><00>X|<00> p<00>*:<00>X<00><00> w<00>*
<00>X<00><00> yX<00> *0"X<00>" !(*5<X<00>< qB*<00>E*TKX<00>K <0B>XX<00>X <0B>dX<00>d <0B><00>*<00><00>X<00><00> v<00>*<00><00>X<00><00> u3YJYU-<00>{Y<00>Y<00>Y --<00>--<00>Y <0B>&-<00>+Y+ <0B>8Y8 <0B>>-XBYB <0B>OY O <0B>ZY$Z dY(d rpY,p s~Y0~ <0B><00>Y4<00> <00>Y8<00> <0B><00>Y<<00> <0B><00>Y@<00> u<00>-<00><00>YD<00> <00>YH<00> <0B><00>YL<00> y+ZrZ<00>Z<00>/<00><00>Z<00>/<00>ZZ !/8&Z+Z^/q/{v/{<00>Z<00>/<00>Z <00>/<00>Z//"/80Z0 -;/<00>@/HC/TH/<00>K/QN/FX/lcZ c xi/wZ$w -<00>Z(<00> w<00>/<00>Z,<00> -<00>Z0<00> r<00>Z4<00> s<00>Z8<00> <0B><00>/<00>/<00>Z< <0B>Z@ -/<00>0ZD0 -8/$>ZH> uJZLJ TZPT a/tc/ykZTk {/<00><00>ZX<00> r<00>Z\<00> <00>Z`<00> s<00>Zd<00> <0B><00>Zh<00> <00>/<00>Zl<00> u<00>/<00><00>Zp<00> -Zt -//aB1<00>\1<00>l1<00>|1<00>[ q 1&[ v[ ([ ( q.1@2[2 v8[8 <0B>H[H <0B>N1pP1bV[V <0B>f[ f <0B>p1v[$v <0B><00>[(<00> {<00>1<00>1<00><00>[,<00> <0B><00>1F\,3<00>_\33<00>3(\ 6<14>;3<00>@\ @ pF3rJ\J rS\S sb\b <0B>j\j ut\ t qz3<00><00>\$<00> r<00>\(<00> <00>\,<00> s<00>\0<00> <00>\4<00> <0B><00>\8<00> u<00>\<<00> u<00>32
]

^
6*6*_ p 616 _ *&65*67*7*` p 717 ` *&75*7a -$b91b <0B>'b' /$c:1c <0B>'c' /d e 
f
1
g
1
h
ARA<00>dAojAo<00>A<00><00>A<00>Ai <0B>i qA$i q"A2(i ( 6i6 @i@ JiJ <0B>VAhXAm^i^ woA<00>ti t <0B><00>i$<00> <0B><00>A<00><00>i(<00> <00>i,<00> <0B><00>i0<00> <00>A<00><00>i4<00> <0B><00>i8<00> <0B><00>A<00><00>AV<00>A<00><00>i<<00> v
j
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
ADDD!(D,,D049@DDDDH L Q XD\\D` d i pDttDx | <00> <00>D<00><00>D<00><00><00><00>D<00><00>D<00><00><00><00>D<00><00>D<00><00><00><00>D<00><00>D<00><00><00><00>D<00><00>D<00><00><00>DD DD $)0D44D8<AHDLLDPTY`DddDh!l!q!xD||D<00>#<00>#<00>#<00>D<00><00>D<00>%<00>%<00>%<00>D<00><00>D<00>(<00>(<00>(<00>D<00><00>D<00>*<00>*<00>*<00>D<00><00>D<00>-<00>-<00>-<00>D<00><00>D<00>/<00>//D  D111 D$$D(3,3138D<<D@4D4I4PDTTDX5\5a5hDllDp6t6y6<00>D<00><00>D<00>7<00>7<00>7<00>D<00><00>D<00>8<00>8<00>8<00>D<00><00>D<00>9<00>9<00>9<00>D<00><00>D<00>:<00>:<00>:<00>D<00><00>D<00>;<00>;<00>;<00>D<00><00>D<< <DD==!=(D,,D0>4>9>@DDDDH?L?Q?XD\\D`AdAiApDttDxB|B<00>BF KKKI!J-K:KAKHKOKVK]KdKkKrKyK<00>K<00>K<00>K<00>K<00>K<00>K<00>K<00>K<00>K<00>KKK!K,K=KIKOKUK[KaKhKrv<00>K<00>G<00>K<00>G<00>K<00>G<00><00>><00>G<00><00>V<00>G<00>K<00>KGK'G-K3 7 BKLGQK[GaKk o zK<00>G<00>K<00>G<00>K<00>K<00> <00> <00>K<00>G<00>K<00>K<00>G<00>KGK$(3K>GCKNGTK_cnKyG~K<00>G<00>K<00><00><00>K<00>G<00>K<00>G<00>K<00>K<00>G<00><00>K):Nb~K<00><00><00>K<00>G<00>K<00>G<00>K<00>G<00><00><00> KK-K<ENWtK~<00><00>K<00>G<00>K<00>G<00>K<00><00>0<00>G<00><00>K<00>G<00><00>f G
#.
#B
#V
#p
#<00>
K<00>
%<00>
%<00>
K<00>
G<00>
K<00>
K<00>
%<00>
%<00>
K<00>
(<00>
(
K G K( K3 G8 (O '[ (o (<00> '<00> (<00> '<00> (<00> '<00> (<00> '<00> (<00> ' ( ' K% *) *4 K? GD KO GT Kb Km Gr K} G<00> K<00> G<00> K<00> G<00> K<00> G<00> K<00> G<00> K<00> G<00> K<00> *<00> I<00> K<00> C<00> * C *. I7 KB GG *a *k It K G<00> *<00> '<00> *<00> *<00> *<00> *<00> *
<00> K *'*>*U'a*u*<00>*<00>*<00>'<00>*<00>*<00>' *"*C*W*k*t*<00>'<00>*<00>*<00>*<00>*<00>***2'8*R*f*<00>*<00>*<00>*<00>*<00>K<00>-<00>-<00>KKGKG#K1K?KJGO-S-X\KgGlKwG|K<00>G<00>-<00>-<00>-<00>-<00>'<00>--$-;'A-R-[-o-<00>'<00>-<00>-<00>'<00>-<00>-<00>'<00>-
K// K.K<KGGVG[KfGk/o/<00>xK<00>G<00>K<00>G<00>K<00>G<00>K<00>G<00>/<00>/<00>/<00>'<00>/+/B'O/f'}/<00>'<00>'<00>/<00>/<00>/F<00>K<00>G<00>K<00>G<00>/<00>/a<00>KG
//~K"G'K2G7KBGG/[/d/m/<00>'<00>/<00>/<00>/<00>/<00>/'#/6'I/c/z/<00>'<00>/<00>'<00>/<00>/<00>'
K11$K/G4K?GDKRK]GbIkKvG{K<00>G<00>1<00>1<00>1<00>1<00>1<00>11131G1P1d1x1<00>K<00>3<00>3<00>K<00>G<00>K<00>G<00>K<00>G<00>K<00>G<00>3<00>32<00>K<00>G<00>3<00>3HKG3*333J'\3m3q3}zK<00>G<00>3<00>3<00>3<00>3<00>3<00>3<00>33303A3N'UK`4d4oKzGK<00>4<00>K<00>5<00>5<00>K<00>G<00>K<00>5<00>K6 6K"G'K2G7KBGGKRGW6k6<00>K<00>7<00>7<00>K<00>G<00>K<00>G<00>K<00>G<00>K<00>G<00>7<00>7K88'K5KCKQK_8<00>K<00>9<00>9<00>K<00>G<00>K<00>G<00>9<00>9<00>'K::!K,G>KIGN:W:j'<00>K<00>;<00>;<00>K<00>;<00>K<00><<00><<00>K<00><<00>K==KG K.=JKU>Y>dKoGtK<00>><00>K<00>?<00>?<00>K<00>G<00>?<00>K<00>AA KG%G*K8KCGHKSGXKcGhAlAVuK<00>G<00>A<00>A<00>A<00>A<00>A<00>A A A5 A> AR Af A A<00> A<00> A<00> A<00> K<00> B<00> B<00> K<00> G!B !K+!K/!K6!K:!KA!KE!KL!KP!KX!K\!Ka!Ke!Km!Kq!Kx!K|!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K<00>!K"K"K "K"K"K"K!"K("K,"K3"K7"K>"KB"K !%/3:>EIPTcgnry}<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>  $,0? C J N ] a h l {  <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>     $ ( / 3 ; ?
 $37>BJNUYhltx<00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>   '+26=AHL[_fjtx<00><00><00><00><00><00><00><00><00><00><00><00><00><00>!<00>!<00>!<00>!!!!!!!!(!,!6!:!A!E!W![!b!f!m!q!<00>!<00>!<00>!<00>!<00>#<00>#<00>#<00>#<00>#<00>#<00>#<00>#<00>#<00>#<00>#<00>#<00>#<00>#<00># #
# # # #+ #/ #6 #: #D #H #O #S #e #i #q #u #<00> #<00> #<00> #<00> #<00> #<00> #<00> #<00> #<00> #<00> #<00> #<00> #<00> #<00> #<00> #<00> #<00> #<00> #<00> #<00> #<00> #
#
#
#
#
#(
#,
#3
#7
#?
#C
#J
#N
#V
#Z
#i
%m
%t
%x
%<00>
(<00>
(<00>
(<00>
(<00>
(<00>
(<00>
(<00>
(<00>
*<00>
*<00>
*<00>
*<00>
*<00>
*<00>
*<00>
*<00>
*<00>
* *
* * * *# *- *1 *8 *< *F *J *Q *U *_ *c *j *n *x *| *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> * * * * * * *' *+ *2 *6 *@ *D *K *O *a *e *l *p *z *~ *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> * * * * * * *) *- *4 *8 *B *F *M *Q *[ *_ *f *j *t *x * *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *<00> *** ****#*+*/*6*:*B*F*M*Q*Y*]*d*h*p*t*{**<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>**
***!*)*-*4*8*@*D*S*W*_*c*j*n*v*z*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*<00>*** ****!*%*4-8-?-C-U-Y-`-d-v-z-<00>-<00>-<00>-<00>-<00>-<00>-<00>-<00>-<00>-<00>-<00>/<00>/<00>/<00>/<00>/<00>/<00>/////#/-/1/8/</N/R/Y/]/g/k/r/v/<00>/<00>/<00>/<00>/<00>/<00>/<00>/<00>/<00>/<00>/<00>/<00>/<00>/<00>/// ///#/*/./5/9/@/D/S/W/^/b/r/v/<00>/<00>/<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>1111111'1+1:1>1F1J1Q1U1\1`1o3s3z3~3<00>3<00>3<00>3<00>3<00>3<00>3<00>3<00>3<00>3<00>3<00>3<00>3<00>3<00>3<00>3<00>3<00>3<00>3<00>3<00>3 3333&3*393=3E3I3P3T3d3h3p3t3{33<00>3<00>3<00>3<00>3<00>3<00>3<00>4<00>4<00>4<00>4<00>5<00>5<00>5<00>5
6666#6'6.626<6@6G6K6]6a6h6l6v6z6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>6<00>66 6 666 6$63777>7B7L7P7W7[7e7i7p7t7<00>7<00>7<00>7<00>7<00>7<00>7<00>7<00>7<00>7<00>7<00>7<00>7<00>7<00>7<00>7<00>7<00>7<00>7<00>777 777&7*72767=7A7I7M7\9`9g9k9u9y9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>9<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:<00>:: :::&=*=1=5=G>K>R>V>h?l?s?w?<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>AA A AA A(A,A;A?AGAKAZA^AeAiApAtA{AA<00>B<00>B<00>B<00>BE  $ ( , 0 4 8<@DHLPTX\`dhlptx|<00>!<00>!<00>#<00>#<00>%<00>%<00>(<00>(<00>*<00>*<00>-<00>-<00>/<00>/<00>1<00>1<00>3<00>3<00>4<00>4<00>5<00>5<00>6<00>6<00>7<00>7<00>8<00>8<00>9<00>9<00>:<00>:;;< <==>> ?$?(A,A0B4B ** *$*0*4*8*<*@*D*P*T*X*\*`*d*h*l*p*t*<00>1<00>1<00>1<00>1<00><00><00><00><00> <00> <00> <00> <00> <00> <00><00><00><00><00><00><00><00><00><00><00><00><00><00><00><00>! !##%% ($((*,*0-4-8/</@1D1H3L3P4T4X5\5`6d6h7l7p8t8x9|9<00>:<00>:<00>;<00>;<00><<00><<00>=<00>=<00>><00>><00>?<00>?<00>
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
*<00> -W /<00>1g3$4A5^6<00>78'9\:<00>;<00><<00>=<00>><00>?A<00>Bagmx<00>&<00>,<00>1<00>6<00><<00>><00>N<00>T<00>V<00>a<00>h<00>j<00>m<00>orv{!<00>'<00>-<00>3<00>9<00>?<00>E<00>I<00>\bhr"}$<00>(<00>.<00> <00> <00> <00> <00> <00> <00> <00> $<00> ,<00> 1<00> 7<00> ;<00> E<00>    
  $ ( #; F Q [ )f 4p =w G} L<00> `<00> b<00> f<00> j<00> l<00><00><00> <00><00><00>&<00>+<00>3<00>5<00>9<00>A<00>    #)/$5(;4A8GEMISOYT]Vpv|
<00> <00><00><00>&<00>*<00>9<00>D<00>F<00>I<00>K<00>M<00>b<00>d<00>{<00><00><00><00><00><00><00><00>
"$((,*?EKQ
W]cim$<00><00><00><00><00><00>)<00>,<00>0<00>C<00>I<00>K<00>Y<00>a<00>c<00>fi lor"x(|.<00>2<00>EPW]hry<00>(<00>+<00>8<00>:<00><<00>><00>@<00>C<00>E<00>I<00>M<00>V<00>_<00>a<00>c<00>f<00>w<00>|<00>~<00><00><00> <00><00><00><00>!<00>'<00>-<00>3<00>9<00>?<00>E<00>K<00>Q<00>W<00>]<00>c<00>g<00>z<00><00><00><00><00><00>*<00>E<00>O<00>f<00>u<00>|<00><00><00><00><00><00><00><00><00><00><00><00> <00><00><00>(<00>/<00>6<00>=D JPV\b f"y!!<00>!<00>!
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00>! <00>!<00>!<00>! <00>!#<00>!,<00>!0<00>!2<00>!><00>!@<00>!M<00>!O<00>!T<00>!X<00>!\<00>!^<00># # # # # # #$& #&, #42 #<8 #F> #JD #WJ #fP #lV #v\ #<00>b #<00>h #<00>l #<00> %<00> %<00> %
<00> %<00> %<00> (<00> (<00> (<00> (<00> (+<00> (9<00> (F<00> (S<00> (`<00> (n<00> (r<00> (v<00> (z<00> (~<00> (<00>
(<00>
(<00>
(<00>
*%
*+
*1
*7
*'=
**C
*-I
*^O
*`U
*d[
*la
*og
*<00>m
*<00>s
*<00>y
*<00>
*<00><00>
*<00><00>
*<00><00>
*<00><00>
*<00><00>
*<00><00>
*<00><00>
*<00><00>
*<00><00>
*<00><00>
*<00><00>
*<00><00>
*<00><00>
*<00><00>
*<00>
* <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
*/ *2 *D *F *I *X *[% *^+ *j1 *q7 *<00>= *<00>C *<00>I *<00>O *<00>U *<00>[ *<00>a *<00>g *<00>m *<00>s *<00>y *<00> *<00><00> *<00><00> *<00> *<00> *
<00> *<00> *<00> *+<00> *0<00> *5<00> *:<00> *E<00> *G<00> *T<00> *^<00> *j<00> *l<00> *q<00> *s<00> *u<00> *z *| *~ *<00> *<00> *<00>! *<00>( *<00>. *<00>4 *<00>; *<00>A *<00>H *<00>O *<00>U *<00>\ *<00>c *<00>i *<00>p *<00>w *<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> - -& -) -> -@ -X! -b' -l- -x3 -<00>9 -<00>? -<00>E -<00>K -<00>O -<00>b /h /n /t /%z /6<00> /8<00> /T<00> /[<00> /l<00> /<00><00> /<00><00> /<00><00> /<00><00> /<00><00> /<00><00> /<00><00> /<00><00> /<00><00> /<00><00> /<00><00> /
Update IDF to aaf1239 (#1539) * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (#1515) * Calculate an absolute path for a custom partitions table (#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
2018-06-27 09:01:06 +02:00
<00> ///$/6$/8*/;0/D6/F</PB/ZH/\N/^T/aZ/c`/ef/tl/yr/{x/~~/<00><00>/<00><00>/<00><00>/<00><00>/<00><00>/<00><00>/<00><00>/<00><00>/<00><00>/<00><00>/<00><00>/<00><00>/<00>/<00>1<00>1<00>1<00>1<00>1&<00>10181@ 1B1F1P1R%1b+1p11r71=1<00>C1<00>I1<00>O1<00>U1<00>[1<00>_1<00>r3x3~3<00>3<00>3(<00>3*<00>3,<00>32<00>3;<00>3><00>3H<00>3[<00>3h<00>3p<00>3r<00>3}<00>3<00><00>3<00><00>3<00><00>3<00><00>3<00><00>3<00><00>3<00>3<00> 3<00>3<00>3<00>3<00>/45494L5R5V5i6o6u6{6<00>6<00>6<00>6&<00>6(<00>6*<00>6-<00>61<00>65<00>67<00>7<00>7<00>7<00>7<00>7<00>7<00>7&<00>7(<00>7*<00>7-<00>717577882989>9D9J9-P91T93g:m:s:y::-<00>:1<00>:3<00>;<00>;<00><<00><<00>=<00>=<00>=<00>><00>><00>>?
??!A'A-A8A?AEA$KA2QA<WAF]AHcAJiARoAVuAX{AZ<00>Ah<00>Am<00>Ao<00>Ar<00>A<00><00>A<00><00>A<00><00>A<00><00>A<00><00>A<00><00>A<00><00>A<00><00>A<00><00>A<00><00>A<00><00>A<00><00>A<00><00>A<00><00>B<00>BBLMNO P(Q0R8S@THUPVXW`XhYpZx[<00>\<00>]<00>^<00>_<00>`<00>a<00>b<00>c<00>d<00>e<00>f<00>g<00>h<00>i<00>jL MN$O0P<QHRTS`TlUxV<00>W<00>X<00>Y<00>Z<00>[<00>\<00>]<00>^<00>_<00>`<00>abc d,e8fDgPh\ihjt<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00>  $ 0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00>    , 8 D P \ ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00> $0<HT`lx<00><00><00><00><00><00><00><00><00><00><00> ,8DP\ht<00><00><00><00><00><00><00><00><00><00><00>(4@LXdp|<00><00><00><00><00><00><00><00><00><00>   $ 0 < H T ` l x <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> <00> 


,
8
2017-01-19 16:25:27 +02:00
D
P
\
!h
!t
!<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
# # # #( #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>///1(141@1L1X1d1p1|1<00>1<00>1<00>1<00>1<00>1<00>1<00>1<00>3<00>3<00>33 33$303<3H3T3`3l3x3<00>3<00>4<00>4<00>4<00>5<00>5<00>5<00>6<00>6<00>6<00>666 6,686D6P6\7h7t7<00>7<00>7<00>7<00>7<00>7<00>7<00>7<00>7<00>8<00>8<00>8999(949@:L:X:d:p:|;<00>;<00>;<00><<00><<00><<00>=<00>=<00>=<00>><00>>> ??$?0A<AHATA`AlAxA<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>A<00>AAA A,B8BDBPC 4@<00><> <00> ?8:@Ĩ<<00> cL ^@<00>$<00> <00>X~@$<24>0<00> <00>h<00>@T<><00>  <00>p<00>@l<><00>  <00>x<00>@<00><> <00>  <00>|<00>@<00><><<00> <00>@̩ <00> .<00>()@ةx<00> H<00>C@P<><00> f<00><a@h<><00><00> <00><00><00>@<1C><00><00> <00><00>P<00>@<14><00><00> <00><00>x
v@<00><>H<00>b <00>2<00>
g<00><00>
<00><00>@<00><>h<00>e <00>x <00><00>@T<>x<00>g <00>l<00><00>@<00><><00>i <00>D<00>@<00><> <00>k d<00> @<08><00><00>m (<00>#@<00><><00><00>o V<00>Q@<00><><00>q w r@<00><><00>s <00> 9<00>@<00><>x<00>u <00>\9<00>@4<>x<00>w <00><00><00>@<00><><00>y <00>5@<00><>H<00>{ D<00>5?@ <0C>H<00>} w r@T<><00> <00>0<00>@l<><00><00> <00>@<00>@<00><><00><00> <00>T<00>@<00><><00><00>  h @<00><><00><00> > |9 @<00><>@<00><00> ^ |Y @ <0C><00><00> <00> <00>(<00> <00><00><00> @$<24><00><00><00> <00> @I"<00> @<00><><00>"<00><00> <00> <00>;<00><00> F><00><00> @\<5C>@,<00><00> <00> <00>W@<00> @<00>*<00><00><00> <00> 5Y<00><00> @ .<00><00><00> 
<00>Z
@<00>2\<00><00> 
0n<00> (
0<00>w;1
<00>w8C
3x<00>>
@DRt<00><00> P
+y\K
@<00>S\<00><00> <00><>Y
<00><><00> <00>o p<>G