Updated 2.x cli compile json files

This commit is contained in:
github-actions[bot] 2024-07-01 09:52:11 +00:00
parent e00d8e50d2
commit 8747189a5c
15 changed files with 561 additions and 561 deletions

View File

@ -4,7 +4,7 @@
"sketches": [
{"name": "ArduinoOTA/examples/BasicOTA",
"sizes": [{
"flash_bytes": 733445,
"flash_bytes": 733461,
"flash_percentage": 23,
"ram_bytes": 46064,
"ram_percentage": 14
@ -12,7 +12,7 @@
},
{"name": "ArduinoOTA/examples/OTAWebUpdater",
"sizes": [{
"flash_bytes": 753773,
"flash_bytes": 753793,
"flash_percentage": 23,
"ram_bytes": 44472,
"ram_percentage": 13
@ -20,7 +20,7 @@
},
{"name": "AsyncUDP/examples/AsyncUDPClient",
"sizes": [{
"flash_bytes": 679897,
"flash_bytes": 679913,
"flash_percentage": 21,
"ram_bytes": 40280,
"ram_percentage": 12
@ -28,7 +28,7 @@
},
{"name": "AsyncUDP/examples/AsyncUDPMulticastServer",
"sizes": [{
"flash_bytes": 680177,
"flash_bytes": 680193,
"flash_percentage": 21,
"ram_bytes": 40280,
"ram_percentage": 12
@ -36,7 +36,7 @@
},
{"name": "AsyncUDP/examples/AsyncUDPServer",
"sizes": [{
"flash_bytes": 679965,
"flash_bytes": 679981,
"flash_percentage": 21,
"ram_bytes": 40280,
"ram_percentage": 12
@ -44,7 +44,7 @@
},
{"name": "BLE/examples/BLE5_extended_scan",
"sizes": [{
"flash_bytes": 899125,
"flash_bytes": 899141,
"flash_percentage": 28,
"ram_bytes": 44188,
"ram_percentage": 13
@ -52,7 +52,7 @@
},
{"name": "BLE/examples/BLE5_multi_advertising",
"sizes": [{
"flash_bytes": 899961,
"flash_bytes": 899977,
"flash_percentage": 28,
"ram_bytes": 44548,
"ram_percentage": 13
@ -60,7 +60,7 @@
},
{"name": "BLE/examples/BLE5_periodic_advertising",
"sizes": [{
"flash_bytes": 899753,
"flash_bytes": 899769,
"flash_percentage": 28,
"ram_bytes": 44308,
"ram_percentage": 13
@ -68,7 +68,7 @@
},
{"name": "BLE/examples/BLE5_periodic_sync",
"sizes": [{
"flash_bytes": 899549,
"flash_bytes": 899569,
"flash_percentage": 28,
"ram_bytes": 44212,
"ram_percentage": 13
@ -76,7 +76,7 @@
},
{"name": "BLE/examples/BLE_Beacon_Scanner",
"sizes": [{
"flash_bytes": 905445,
"flash_bytes": 905461,
"flash_percentage": 28,
"ram_bytes": 44188,
"ram_percentage": 13
@ -84,7 +84,7 @@
},
{"name": "BLE/examples/BLE_EddystoneTLM_Beacon",
"sizes": [{
"flash_bytes": 910805,
"flash_bytes": 910813,
"flash_percentage": 28,
"ram_bytes": 44364,
"ram_percentage": 13
@ -92,7 +92,7 @@
},
{"name": "BLE/examples/BLE_EddystoneURL_Beacon",
"sizes": [{
"flash_bytes": 908381,
"flash_bytes": 908401,
"flash_percentage": 28,
"ram_bytes": 44356,
"ram_percentage": 13
@ -105,7 +105,7 @@
"sketches": [
{"name": "ArduinoOTA/examples/BasicOTA",
"sizes": [{
"flash_bytes": 708854,
"flash_bytes": 708862,
"flash_percentage": 22,
"ram_bytes": 41008,
"ram_percentage": 12
@ -113,7 +113,7 @@
},
{"name": "ArduinoOTA/examples/OTAWebUpdater",
"sizes": [{
"flash_bytes": 729330,
"flash_bytes": 729338,
"flash_percentage": 23,
"ram_bytes": 39440,
"ram_percentage": 12
@ -121,7 +121,7 @@
},
{"name": "AsyncUDP/examples/AsyncUDPClient",
"sizes": [{
"flash_bytes": 657054,
"flash_bytes": 657062,
"flash_percentage": 20,
"ram_bytes": 35424,
"ram_percentage": 10
@ -129,7 +129,7 @@
},
{"name": "AsyncUDP/examples/AsyncUDPMulticastServer",
"sizes": [{
"flash_bytes": 657334,
"flash_bytes": 657342,
"flash_percentage": 20,
"ram_bytes": 35424,
"ram_percentage": 10
@ -137,7 +137,7 @@
},
{"name": "AsyncUDP/examples/AsyncUDPServer",
"sizes": [{
"flash_bytes": 657114,
"flash_bytes": 657122,
"flash_percentage": 20,
"ram_bytes": 35424,
"ram_percentage": 10
@ -153,7 +153,7 @@
},
{"name": "EEPROM/examples/eeprom_class",
"sizes": [{
"flash_bytes": 230530,
"flash_bytes": 230538,
"flash_percentage": 7,
"ram_bytes": 14624,
"ram_percentage": 4
@ -161,7 +161,7 @@
},
{"name": "EEPROM/examples/eeprom_extra",
"sizes": [{
"flash_bytes": 247158,
"flash_bytes": 247166,
"flash_percentage": 7,
"ram_bytes": 14568,
"ram_percentage": 4
@ -169,7 +169,7 @@
},
{"name": "EEPROM/examples/eeprom_write",
"sizes": [{
"flash_bytes": 229030,
"flash_bytes": 229038,
"flash_percentage": 7,
"ram_bytes": 14568,
"ram_percentage": 4
@ -190,7 +190,7 @@
"sketches": [
{"name": "ArduinoOTA/examples/BasicOTA",
"sizes": [{
"flash_bytes": 762012,
"flash_bytes": 762016,
"flash_percentage": 24,
"ram_bytes": 40044,
"ram_percentage": 12
@ -198,7 +198,7 @@
},
{"name": "ArduinoOTA/examples/OTAWebUpdater",
"sizes": [{
"flash_bytes": 780782,
"flash_bytes": 780786,
"flash_percentage": 24,
"ram_bytes": 38452,
"ram_percentage": 11
@ -206,7 +206,7 @@
},
{"name": "AsyncUDP/examples/AsyncUDPClient",
"sizes": [{
"flash_bytes": 703780,
"flash_bytes": 703784,
"flash_percentage": 22,
"ram_bytes": 34468,
"ram_percentage": 10
@ -214,7 +214,7 @@
},
{"name": "AsyncUDP/examples/AsyncUDPMulticastServer",
"sizes": [{
"flash_bytes": 704106,
"flash_bytes": 704110,
"flash_percentage": 22,
"ram_bytes": 34468,
"ram_percentage": 10
@ -222,7 +222,7 @@
},
{"name": "AsyncUDP/examples/AsyncUDPServer",
"sizes": [{
"flash_bytes": 703848,
"flash_bytes": 703852,
"flash_percentage": 22,
"ram_bytes": 34468,
"ram_percentage": 10
@ -230,7 +230,7 @@
},
{"name": "BLE/examples/BLE5_extended_scan",
"sizes": [{
"flash_bytes": 973102,
"flash_bytes": 973106,
"flash_percentage": 30,
"ram_bytes": 38428,
"ram_percentage": 11
@ -238,7 +238,7 @@
},
{"name": "BLE/examples/BLE5_multi_advertising",
"sizes": [{
"flash_bytes": 974350,
"flash_bytes": 974354,
"flash_percentage": 30,
"ram_bytes": 38820,
"ram_percentage": 11
@ -246,7 +246,7 @@
},
{"name": "BLE/examples/BLE5_periodic_advertising",
"sizes": [{
"flash_bytes": 973914,
"flash_bytes": 973918,
"flash_percentage": 30,
"ram_bytes": 38556,
"ram_percentage": 11
@ -254,7 +254,7 @@
},
{"name": "BLE/examples/BLE5_periodic_sync",
"sizes": [{
"flash_bytes": 973450,
"flash_bytes": 973454,
"flash_percentage": 30,
"ram_bytes": 38444,
"ram_percentage": 11
@ -262,7 +262,7 @@
},
{"name": "BLE/examples/BLE_Beacon_Scanner",
"sizes": [{
"flash_bytes": 978714,
"flash_bytes": 978718,
"flash_percentage": 31,
"ram_bytes": 38428,
"ram_percentage": 11
@ -275,7 +275,7 @@
"sketches": [
{"name": "ArduinoOTA/examples/BasicOTA",
"sizes": [{
"flash_bytes": 785453,
"flash_bytes": 785469,
"flash_percentage": 24,
"ram_bytes": 48732,
"ram_percentage": 14
@ -283,7 +283,7 @@
},
{"name": "ArduinoOTA/examples/OTAWebUpdater",
"sizes": [{
"flash_bytes": 806113,
"flash_bytes": 806129,
"flash_percentage": 25,
"ram_bytes": 47148,
"ram_percentage": 14
@ -291,7 +291,7 @@
},
{"name": "AsyncUDP/examples/AsyncUDPClient",
"sizes": [{
"flash_bytes": 738625,
"flash_bytes": 738641,
"flash_percentage": 23,
"ram_bytes": 43404,
"ram_percentage": 13
@ -299,7 +299,7 @@
},
{"name": "AsyncUDP/examples/AsyncUDPMulticastServer",
"sizes": [{
"flash_bytes": 739045,
"flash_bytes": 739089,
"flash_percentage": 23,
"ram_bytes": 43404,
"ram_percentage": 13
@ -307,7 +307,7 @@
},
{"name": "AsyncUDP/examples/AsyncUDPServer",
"sizes": [{
"flash_bytes": 738689,
"flash_bytes": 738705,
"flash_percentage": 23,
"ram_bytes": 43404,
"ram_percentage": 13
@ -315,7 +315,7 @@
},
{"name": "BLE/examples/BLE_Beacon_Scanner",
"sizes": [{
"flash_bytes": 1137385,
"flash_bytes": 1137401,
"flash_percentage": 36,
"ram_bytes": 39120,
"ram_percentage": 11
@ -323,7 +323,7 @@
},
{"name": "BLE/examples/BLE_EddystoneTLM_Beacon",
"sizes": [{
"flash_bytes": 1141165,
"flash_bytes": 1141181,
"flash_percentage": 36,
"ram_bytes": 39316,
"ram_percentage": 11
@ -331,7 +331,7 @@
},
{"name": "BLE/examples/BLE_EddystoneURL_Beacon",
"sizes": [{
"flash_bytes": 1138425,
"flash_bytes": 1138441,
"flash_percentage": 36,
"ram_bytes": 39208,
"ram_percentage": 11
@ -339,7 +339,7 @@
},
{"name": "BLE/examples/BLE_client",
"sizes": [{
"flash_bytes": 1148553,
"flash_bytes": 1148569,
"flash_percentage": 36,
"ram_bytes": 39168,
"ram_percentage": 11
@ -347,7 +347,7 @@
},
{"name": "BLE/examples/BLE_iBeacon",
"sizes": [{
"flash_bytes": 1144733,
"flash_bytes": 1144753,
"flash_percentage": 36,
"ram_bytes": 39128,
"ram_percentage": 11
@ -355,7 +355,7 @@
},
{"name": "BLE/examples/BLE_notify",
"sizes": [{
"flash_bytes": 1142385,
"flash_bytes": 1142401,
"flash_percentage": 36,
"ram_bytes": 39136,
"ram_percentage": 11

View File

@ -4,7 +4,7 @@
"sketches": [
{"name": "BLE/examples/BLE_client",
"sizes": [{
"flash_bytes": 915973,
"flash_bytes": 915989,
"flash_percentage": 29,
"ram_bytes": 44244,
"ram_percentage": 13
@ -12,7 +12,7 @@
},
{"name": "BLE/examples/BLE_iBeacon",
"sizes": [{
"flash_bytes": 912581,
"flash_bytes": 912597,
"flash_percentage": 29,
"ram_bytes": 44204,
"ram_percentage": 13
@ -20,7 +20,7 @@
},
{"name": "BLE/examples/BLE_notify",
"sizes": [{
"flash_bytes": 910349,
"flash_bytes": 910365,
"flash_percentage": 28,
"ram_bytes": 44204,
"ram_percentage": 13
@ -28,7 +28,7 @@
},
{"name": "BLE/examples/BLE_scan",
"sizes": [{
"flash_bytes": 902417,
"flash_bytes": 902433,
"flash_percentage": 28,
"ram_bytes": 44188,
"ram_percentage": 13
@ -36,7 +36,7 @@
},
{"name": "BLE/examples/BLE_server",
"sizes": [{
"flash_bytes": 907001,
"flash_bytes": 907017,
"flash_percentage": 28,
"ram_bytes": 44188,
"ram_percentage": 13
@ -44,7 +44,7 @@
},
{"name": "BLE/examples/BLE_server_multiconnect",
"sizes": [{
"flash_bytes": 910377,
"flash_bytes": 910393,
"flash_percentage": 28,
"ram_bytes": 44204,
"ram_percentage": 13
@ -52,7 +52,7 @@
},
{"name": "BLE/examples/BLE_uart",
"sizes": [{
"flash_bytes": 910665,
"flash_bytes": 910681,
"flash_percentage": 28,
"ram_bytes": 44204,
"ram_percentage": 13
@ -60,7 +60,7 @@
},
{"name": "BLE/examples/BLE_write",
"sizes": [{
"flash_bytes": 907373,
"flash_bytes": 907389,
"flash_percentage": 28,
"ram_bytes": 44188,
"ram_percentage": 13
@ -76,7 +76,7 @@
},
{"name": "EEPROM/examples/eeprom_class",
"sizes": [{
"flash_bytes": 272173,
"flash_bytes": 272189,
"flash_percentage": 8,
"ram_bytes": 18648,
"ram_percentage": 5
@ -84,7 +84,7 @@
},
{"name": "EEPROM/examples/eeprom_extra",
"sizes": [{
"flash_bytes": 274137,
"flash_bytes": 274153,
"flash_percentage": 8,
"ram_bytes": 18584,
"ram_percentage": 5
@ -92,7 +92,7 @@
},
{"name": "EEPROM/examples/eeprom_write",
"sizes": [{
"flash_bytes": 270365,
"flash_bytes": 270381,
"flash_percentage": 8,
"ram_bytes": 18584,
"ram_percentage": 5
@ -121,7 +121,7 @@
},
{"name": "ESP32/examples/AnalogOut/ledcWrite_RGB",
"sizes": [{
"flash_bytes": 226858,
"flash_bytes": 226866,
"flash_percentage": 7,
"ram_bytes": 14608,
"ram_percentage": 4
@ -129,7 +129,7 @@
},
{"name": "ESP32/examples/AnalogRead",
"sizes": [{
"flash_bytes": 245630,
"flash_bytes": 245638,
"flash_percentage": 7,
"ram_bytes": 14752,
"ram_percentage": 4
@ -137,7 +137,7 @@
},
{"name": "ESP32/examples/ArduinoStackSize",
"sizes": [{
"flash_bytes": 236102,
"flash_bytes": 236110,
"flash_percentage": 7,
"ram_bytes": 14528,
"ram_percentage": 4
@ -145,7 +145,7 @@
},
{"name": "ESP32/examples/CI/CIBoardsTest",
"sizes": [{
"flash_bytes": 247886,
"flash_bytes": 247894,
"flash_percentage": 7,
"ram_bytes": 15192,
"ram_percentage": 4
@ -153,7 +153,7 @@
},
{"name": "ESP32/examples/Camera/CameraWebServer",
"sizes": [{
"flash_bytes": 1404182,
"flash_bytes": 1404194,
"flash_percentage": 44,
"ram_bytes": 62028,
"ram_percentage": 18
@ -161,7 +161,7 @@
},
{"name": "ESP32/examples/ChipID/GetChipID",
"sizes": [{
"flash_bytes": 237810,
"flash_bytes": 237818,
"flash_percentage": 7,
"ram_bytes": 14564,
"ram_percentage": 4
@ -169,7 +169,7 @@
},
{"name": "ESP32/examples/DeepSleep/ExternalWakeUp",
"sizes": [{
"flash_bytes": 257350,
"flash_bytes": 257358,
"flash_percentage": 8,
"ram_bytes": 17768,
"ram_percentage": 5
@ -177,7 +177,7 @@
},
{"name": "ESP32/examples/DeepSleep/TimerWakeUp",
"sizes": [{
"flash_bytes": 257486,
"flash_bytes": 257494,
"flash_percentage": 8,
"ram_bytes": 17768,
"ram_percentage": 5
@ -190,7 +190,7 @@
"sketches": [
{"name": "BLE/examples/BLE_EddystoneTLM_Beacon",
"sizes": [{
"flash_bytes": 981902,
"flash_bytes": 981906,
"flash_percentage": 31,
"ram_bytes": 38548,
"ram_percentage": 11
@ -198,7 +198,7 @@
},
{"name": "BLE/examples/BLE_EddystoneURL_Beacon",
"sizes": [{
"flash_bytes": 980770,
"flash_bytes": 980774,
"flash_percentage": 31,
"ram_bytes": 38540,
"ram_percentage": 11
@ -206,7 +206,7 @@
},
{"name": "BLE/examples/BLE_client",
"sizes": [{
"flash_bytes": 977806,
"flash_bytes": 977810,
"flash_percentage": 31,
"ram_bytes": 38492,
"ram_percentage": 11
@ -214,7 +214,7 @@
},
{"name": "BLE/examples/BLE_iBeacon",
"sizes": [{
"flash_bytes": 989864,
"flash_bytes": 989868,
"flash_percentage": 31,
"ram_bytes": 38436,
"ram_percentage": 11
@ -222,7 +222,7 @@
},
{"name": "BLE/examples/BLE_notify",
"sizes": [{
"flash_bytes": 987562,
"flash_bytes": 987566,
"flash_percentage": 31,
"ram_bytes": 38444,
"ram_percentage": 11
@ -230,7 +230,7 @@
},
{"name": "BLE/examples/BLE_scan",
"sizes": [{
"flash_bytes": 974320,
"flash_bytes": 974324,
"flash_percentage": 30,
"ram_bytes": 38428,
"ram_percentage": 11
@ -238,7 +238,7 @@
},
{"name": "BLE/examples/BLE_server",
"sizes": [{
"flash_bytes": 981460,
"flash_bytes": 981464,
"flash_percentage": 31,
"ram_bytes": 38428,
"ram_percentage": 11
@ -246,7 +246,7 @@
},
{"name": "BLE/examples/BLE_server_multiconnect",
"sizes": [{
"flash_bytes": 987564,
"flash_bytes": 987568,
"flash_percentage": 31,
"ram_bytes": 38444,
"ram_percentage": 11
@ -254,7 +254,7 @@
},
{"name": "BLE/examples/BLE_uart",
"sizes": [{
"flash_bytes": 987868,
"flash_bytes": 987872,
"flash_percentage": 31,
"ram_bytes": 38444,
"ram_percentage": 11
@ -262,7 +262,7 @@
},
{"name": "BLE/examples/BLE_write",
"sizes": [{
"flash_bytes": 981794,
"flash_bytes": 981798,
"flash_percentage": 31,
"ram_bytes": 38428,
"ram_percentage": 11
@ -275,7 +275,7 @@
"sketches": [
{"name": "BLE/examples/BLE_scan",
"sizes": [{
"flash_bytes": 1134389,
"flash_bytes": 1134409,
"flash_percentage": 36,
"ram_bytes": 39120,
"ram_percentage": 11
@ -283,7 +283,7 @@
},
{"name": "BLE/examples/BLE_server",
"sizes": [{
"flash_bytes": 1138917,
"flash_bytes": 1138933,
"flash_percentage": 36,
"ram_bytes": 39120,
"ram_percentage": 11
@ -291,7 +291,7 @@
},
{"name": "BLE/examples/BLE_server_multiconnect",
"sizes": [{
"flash_bytes": 1142417,
"flash_bytes": 1142437,
"flash_percentage": 36,
"ram_bytes": 39136,
"ram_percentage": 11
@ -299,7 +299,7 @@
},
{"name": "BLE/examples/BLE_uart",
"sizes": [{
"flash_bytes": 1142713,
"flash_bytes": 1142729,
"flash_percentage": 36,
"ram_bytes": 39128,
"ram_percentage": 11
@ -307,7 +307,7 @@
},
{"name": "BLE/examples/BLE_write",
"sizes": [{
"flash_bytes": 1139273,
"flash_bytes": 1139289,
"flash_percentage": 36,
"ram_bytes": 39120,
"ram_percentage": 11
@ -315,7 +315,7 @@
},
{"name": "BluetoothSerial/examples/DiscoverConnect",
"sizes": [{
"flash_bytes": 1116941,
"flash_bytes": 1116957,
"flash_percentage": 35,
"ram_bytes": 39920,
"ram_percentage": 12
@ -323,7 +323,7 @@
},
{"name": "BluetoothSerial/examples/GetLocalMAC",
"sizes": [{
"flash_bytes": 1115377,
"flash_bytes": 1115393,
"flash_percentage": 35,
"ram_bytes": 39912,
"ram_percentage": 12
@ -331,7 +331,7 @@
},
{"name": "BluetoothSerial/examples/SerialToSerialBT",
"sizes": [{
"flash_bytes": 1114029,
"flash_bytes": 1114045,
"flash_percentage": 35,
"ram_bytes": 39912,
"ram_percentage": 12
@ -339,7 +339,7 @@
},
{"name": "BluetoothSerial/examples/SerialToSerialBTM",
"sizes": [{
"flash_bytes": 1115181,
"flash_bytes": 1115197,
"flash_percentage": 35,
"ram_bytes": 39928,
"ram_percentage": 12
@ -347,7 +347,7 @@
},
{"name": "BluetoothSerial/examples/SerialToSerialBT_SSP_pairing",
"sizes": [{
"flash_bytes": 1115049,
"flash_bytes": 1115065,
"flash_percentage": 35,
"ram_bytes": 39896,
"ram_percentage": 12
@ -355,7 +355,7 @@
},
{"name": "BluetoothSerial/examples/bt_classic_device_discovery",
"sizes": [{
"flash_bytes": 1115305,
"flash_bytes": 1115321,
"flash_percentage": 35,
"ram_bytes": 39896,
"ram_percentage": 12

View File

@ -12,7 +12,7 @@
},
{"name": "USB/examples/USBMSC",
"sizes": [{
"flash_bytes": 318165,
"flash_bytes": 318181,
"flash_percentage": 10,
"ram_bytes": 39484,
"ram_percentage": 12
@ -20,7 +20,7 @@
},
{"name": "USB/examples/USBSerial",
"sizes": [{
"flash_bytes": 308653,
"flash_bytes": 308669,
"flash_percentage": 9,
"ram_bytes": 31140,
"ram_percentage": 9
@ -28,7 +28,7 @@
},
{"name": "USB/examples/USBVendor",
"sizes": [{
"flash_bytes": 313369,
"flash_bytes": 313385,
"flash_percentage": 9,
"ram_bytes": 31316,
"ram_percentage": 9
@ -36,7 +36,7 @@
},
{"name": "Update/examples/AWS_S3_OTA_Update",
"sizes": [{
"flash_bytes": 705437,
"flash_bytes": 705453,
"flash_percentage": 22,
"ram_bytes": 42208,
"ram_percentage": 12
@ -44,7 +44,7 @@
},
{"name": "Update/examples/HTTPS_OTA_Update",
"sizes": [{
"flash_bytes": 835653,
"flash_bytes": 835669,
"flash_percentage": 26,
"ram_bytes": 42384,
"ram_percentage": 12
@ -52,7 +52,7 @@
},
{"name": "Update/examples/SD_Update",
"sizes": [{
"flash_bytes": 335033,
"flash_bytes": 335049,
"flash_percentage": 10,
"ram_bytes": 19412,
"ram_percentage": 5
@ -60,7 +60,7 @@
},
{"name": "WebServer/examples/AdvancedWebServer",
"sizes": [{
"flash_bytes": 751089,
"flash_bytes": 751105,
"flash_percentage": 23,
"ram_bytes": 44272,
"ram_percentage": 13
@ -68,7 +68,7 @@
},
{"name": "WebServer/examples/FSBrowser",
"sizes": [{
"flash_bytes": 787813,
"flash_bytes": 787829,
"flash_percentage": 25,
"ram_bytes": 44256,
"ram_percentage": 13
@ -76,7 +76,7 @@
},
{"name": "WebServer/examples/HelloServer",
"sizes": [{
"flash_bytes": 749921,
"flash_bytes": 749937,
"flash_percentage": 23,
"ram_bytes": 44272,
"ram_percentage": 13
@ -84,7 +84,7 @@
},
{"name": "WebServer/examples/HttpAdvancedAuth",
"sizes": [{
"flash_bytes": 764641,
"flash_bytes": 764657,
"flash_percentage": 24,
"ram_bytes": 46512,
"ram_percentage": 14
@ -92,7 +92,7 @@
},
{"name": "WebServer/examples/HttpBasicAuth",
"sizes": [{
"flash_bytes": 764669,
"flash_bytes": 764685,
"flash_percentage": 24,
"ram_bytes": 46480,
"ram_percentage": 14
@ -121,7 +121,7 @@
},
{"name": "USB/examples/USBMSC",
"sizes": [{
"flash_bytes": 279858,
"flash_bytes": 279866,
"flash_percentage": 8,
"ram_bytes": 35012,
"ram_percentage": 10
@ -129,7 +129,7 @@
},
{"name": "USB/examples/USBSerial",
"sizes": [{
"flash_bytes": 270350,
"flash_bytes": 270358,
"flash_percentage": 8,
"ram_bytes": 26668,
"ram_percentage": 8
@ -137,7 +137,7 @@
},
{"name": "USB/examples/USBVendor",
"sizes": [{
"flash_bytes": 276830,
"flash_bytes": 276838,
"flash_percentage": 8,
"ram_bytes": 26844,
"ram_percentage": 8
@ -145,7 +145,7 @@
},
{"name": "Update/examples/AWS_S3_OTA_Update",
"sizes": [{
"flash_bytes": 681070,
"flash_bytes": 681078,
"flash_percentage": 21,
"ram_bytes": 37168,
"ram_percentage": 11
@ -153,7 +153,7 @@
},
{"name": "Update/examples/HTTPS_OTA_Update",
"sizes": [{
"flash_bytes": 813898,
"flash_bytes": 813906,
"flash_percentage": 25,
"ram_bytes": 37520,
"ram_percentage": 11
@ -161,7 +161,7 @@
},
{"name": "Update/examples/SD_Update",
"sizes": [{
"flash_bytes": 309154,
"flash_bytes": 309162,
"flash_percentage": 9,
"ram_bytes": 15236,
"ram_percentage": 4
@ -169,7 +169,7 @@
},
{"name": "WebServer/examples/AdvancedWebServer",
"sizes": [{
"flash_bytes": 727010,
"flash_bytes": 727018,
"flash_percentage": 23,
"ram_bytes": 39232,
"ram_percentage": 11
@ -177,7 +177,7 @@
},
{"name": "WebServer/examples/FSBrowser",
"sizes": [{
"flash_bytes": 763674,
"flash_bytes": 763682,
"flash_percentage": 24,
"ram_bytes": 39240,
"ram_percentage": 11
@ -190,7 +190,7 @@
"sketches": [
{"name": "WebServer/examples/HttpAdvancedAuth",
"sizes": [{
"flash_bytes": 792886,
"flash_bytes": 792890,
"flash_percentage": 25,
"ram_bytes": 40492,
"ram_percentage": 12
@ -198,7 +198,7 @@
},
{"name": "WebServer/examples/HttpBasicAuth",
"sizes": [{
"flash_bytes": 792938,
"flash_bytes": 792942,
"flash_percentage": 25,
"ram_bytes": 40476,
"ram_percentage": 12
@ -206,7 +206,7 @@
},
{"name": "WebServer/examples/MultiHomedServers",
"sizes": [{
"flash_bytes": 790200,
"flash_bytes": 790204,
"flash_percentage": 25,
"ram_bytes": 37988,
"ram_percentage": 11
@ -214,7 +214,7 @@
},
{"name": "WebServer/examples/PathArgServer",
"sizes": [{
"flash_bytes": 1024024,
"flash_bytes": 1024028,
"flash_percentage": 32,
"ram_bytes": 43308,
"ram_percentage": 13
@ -222,7 +222,7 @@
},
{"name": "WebServer/examples/SDWebServer",
"sizes": [{
"flash_bytes": 846606,
"flash_bytes": 846610,
"flash_percentage": 26,
"ram_bytes": 38484,
"ram_percentage": 11
@ -230,7 +230,7 @@
},
{"name": "WebServer/examples/SimpleAuthentification",
"sizes": [{
"flash_bytes": 755320,
"flash_bytes": 755324,
"flash_percentage": 24,
"ram_bytes": 36100,
"ram_percentage": 11
@ -238,7 +238,7 @@
},
{"name": "WebServer/examples/UploadHugeFile",
"sizes": [{
"flash_bytes": 1058280,
"flash_bytes": 1058284,
"flash_percentage": 33,
"ram_bytes": 41748,
"ram_percentage": 12
@ -246,7 +246,7 @@
},
{"name": "WebServer/examples/WebUpdate",
"sizes": [{
"flash_bytes": 780320,
"flash_bytes": 780324,
"flash_percentage": 24,
"ram_bytes": 38452,
"ram_percentage": 11
@ -254,7 +254,7 @@
},
{"name": "WiFi/examples/FTM/FTM_Initiator",
"sizes": [{
"flash_bytes": 702998,
"flash_bytes": 703002,
"flash_percentage": 22,
"ram_bytes": 34444,
"ram_percentage": 10
@ -262,7 +262,7 @@
},
{"name": "WiFi/examples/FTM/FTM_Responder",
"sizes": [{
"flash_bytes": 700408,
"flash_bytes": 700412,
"flash_percentage": 22,
"ram_bytes": 34428,
"ram_percentage": 10
@ -275,7 +275,7 @@
"sketches": [
{"name": "SPIFFS/examples/SPIFFS_Test",
"sizes": [{
"flash_bytes": 317449,
"flash_bytes": 317465,
"flash_percentage": 10,
"ram_bytes": 22008,
"ram_percentage": 6
@ -283,7 +283,7 @@
},
{"name": "SPIFFS/examples/SPIFFS_time",
"sizes": [{
"flash_bytes": 794529,
"flash_bytes": 794545,
"flash_percentage": 25,
"ram_bytes": 45056,
"ram_percentage": 13
@ -291,7 +291,7 @@
},
{"name": "SimpleBLE/examples/SimpleBleDevice",
"sizes": [{
"flash_bytes": 1095109,
"flash_bytes": 1095125,
"flash_percentage": 34,
"ram_bytes": 39136,
"ram_percentage": 11
@ -299,7 +299,7 @@
},
{"name": "Ticker/examples/Arguments",
"sizes": [{
"flash_bytes": 281601,
"flash_bytes": 281617,
"flash_percentage": 8,
"ram_bytes": 21496,
"ram_percentage": 6
@ -315,7 +315,7 @@
},
{"name": "Update/examples/AWS_S3_OTA_Update",
"sizes": [{
"flash_bytes": 755553,
"flash_bytes": 755569,
"flash_percentage": 24,
"ram_bytes": 44884,
"ram_percentage": 13
@ -323,7 +323,7 @@
},
{"name": "Update/examples/HTTPS_OTA_Update",
"sizes": [{
"flash_bytes": 897513,
"flash_bytes": 897529,
"flash_percentage": 28,
"ram_bytes": 45492,
"ram_percentage": 13
@ -331,7 +331,7 @@
},
{"name": "Update/examples/SD_Update",
"sizes": [{
"flash_bytes": 345081,
"flash_bytes": 345097,
"flash_percentage": 10,
"ram_bytes": 22160,
"ram_percentage": 6
@ -339,7 +339,7 @@
},
{"name": "WebServer/examples/AdvancedWebServer",
"sizes": [{
"flash_bytes": 803725,
"flash_bytes": 803741,
"flash_percentage": 25,
"ram_bytes": 47056,
"ram_percentage": 14
@ -347,7 +347,7 @@
},
{"name": "WebServer/examples/FSBrowser",
"sizes": [{
"flash_bytes": 850013,
"flash_bytes": 850029,
"flash_percentage": 27,
"ram_bytes": 47188,
"ram_percentage": 14
@ -355,7 +355,7 @@
},
{"name": "WebServer/examples/HelloServer",
"sizes": [{
"flash_bytes": 802177,
"flash_bytes": 802193,
"flash_percentage": 25,
"ram_bytes": 46948,
"ram_percentage": 14

View File

@ -4,7 +4,7 @@
"sketches": [
{"name": "WebServer/examples/MultiHomedServers",
"sizes": [{
"flash_bytes": 752481,
"flash_bytes": 752497,
"flash_percentage": 23,
"ram_bytes": 44000,
"ram_percentage": 13
@ -12,7 +12,7 @@
},
{"name": "WebServer/examples/PathArgServer",
"sizes": [{
"flash_bytes": 1018505,
"flash_bytes": 1018521,
"flash_percentage": 32,
"ram_bytes": 48940,
"ram_percentage": 14
@ -20,7 +20,7 @@
},
{"name": "WebServer/examples/SDWebServer",
"sizes": [{
"flash_bytes": 809773,
"flash_bytes": 809789,
"flash_percentage": 25,
"ram_bytes": 44524,
"ram_percentage": 13
@ -28,7 +28,7 @@
},
{"name": "WebServer/examples/SimpleAuthentification",
"sizes": [{
"flash_bytes": 718369,
"flash_bytes": 718385,
"flash_percentage": 22,
"ram_bytes": 41904,
"ram_percentage": 12
@ -36,7 +36,7 @@
},
{"name": "WebServer/examples/UploadHugeFile",
"sizes": [{
"flash_bytes": 1045401,
"flash_bytes": 1045417,
"flash_percentage": 33,
"ram_bytes": 47600,
"ram_percentage": 14
@ -44,7 +44,7 @@
},
{"name": "WebServer/examples/WebUpdate",
"sizes": [{
"flash_bytes": 753057,
"flash_bytes": 753073,
"flash_percentage": 23,
"ram_bytes": 44456,
"ram_percentage": 13
@ -52,7 +52,7 @@
},
{"name": "WiFi/examples/FTM/FTM_Initiator",
"sizes": [{
"flash_bytes": 677453,
"flash_bytes": 677469,
"flash_percentage": 21,
"ram_bytes": 40256,
"ram_percentage": 12
@ -60,7 +60,7 @@
},
{"name": "WiFi/examples/FTM/FTM_Responder",
"sizes": [{
"flash_bytes": 674961,
"flash_bytes": 674977,
"flash_percentage": 21,
"ram_bytes": 40232,
"ram_percentage": 12
@ -68,7 +68,7 @@
},
{"name": "WiFi/examples/SimpleWiFiServer",
"sizes": [{
"flash_bytes": 700677,
"flash_bytes": 700693,
"flash_percentage": 22,
"ram_bytes": 41976,
"ram_percentage": 12
@ -76,7 +76,7 @@
},
{"name": "WiFi/examples/WPS",
"sizes": [{
"flash_bytes": 697157,
"flash_bytes": 697173,
"flash_percentage": 22,
"ram_bytes": 40456,
"ram_percentage": 12
@ -84,7 +84,7 @@
},
{"name": "WiFi/examples/WiFiAccessPoint",
"sizes": [{
"flash_bytes": 701069,
"flash_bytes": 701085,
"flash_percentage": 22,
"ram_bytes": 41976,
"ram_percentage": 12
@ -92,7 +92,7 @@
},
{"name": "WiFi/examples/WiFiBlueToothSwitch",
"sizes": [{
"flash_bytes": 764685,
"flash_bytes": 764701,
"flash_percentage": 24,
"ram_bytes": 41424,
"ram_percentage": 12
@ -105,7 +105,7 @@
"sketches": [
{"name": "WebServer/examples/HelloServer",
"sizes": [{
"flash_bytes": 725514,
"flash_bytes": 725522,
"flash_percentage": 23,
"ram_bytes": 39232,
"ram_percentage": 11
@ -113,7 +113,7 @@
},
{"name": "WebServer/examples/HttpAdvancedAuth",
"sizes": [{
"flash_bytes": 740430,
"flash_bytes": 740442,
"flash_percentage": 23,
"ram_bytes": 41456,
"ram_percentage": 12
@ -121,7 +121,7 @@
},
{"name": "WebServer/examples/HttpBasicAuth",
"sizes": [{
"flash_bytes": 740490,
"flash_bytes": 740498,
"flash_percentage": 23,
"ram_bytes": 41440,
"ram_percentage": 12
@ -129,7 +129,7 @@
},
{"name": "WebServer/examples/MultiHomedServers",
"sizes": [{
"flash_bytes": 728086,
"flash_bytes": 728094,
"flash_percentage": 23,
"ram_bytes": 38968,
"ram_percentage": 11
@ -137,7 +137,7 @@
},
{"name": "WebServer/examples/PathArgServer",
"sizes": [{
"flash_bytes": 994970,
"flash_bytes": 994982,
"flash_percentage": 31,
"ram_bytes": 44080,
"ram_percentage": 13
@ -145,7 +145,7 @@
},
{"name": "WebServer/examples/SDWebServer",
"sizes": [{
"flash_bytes": 784966,
"flash_bytes": 784974,
"flash_percentage": 24,
"ram_bytes": 39492,
"ram_percentage": 12
@ -153,7 +153,7 @@
},
{"name": "WebServer/examples/SimpleAuthentification",
"sizes": [{
"flash_bytes": 695822,
"flash_bytes": 695830,
"flash_percentage": 22,
"ram_bytes": 37048,
"ram_percentage": 11
@ -161,7 +161,7 @@
},
{"name": "WebServer/examples/UploadHugeFile",
"sizes": [{
"flash_bytes": 1020506,
"flash_bytes": 1020514,
"flash_percentage": 32,
"ram_bytes": 42572,
"ram_percentage": 12
@ -169,7 +169,7 @@
},
{"name": "WebServer/examples/WebUpdate",
"sizes": [{
"flash_bytes": 728626,
"flash_bytes": 728634,
"flash_percentage": 23,
"ram_bytes": 39440,
"ram_percentage": 12
@ -177,7 +177,7 @@
},
{"name": "WiFi/examples/FTM/FTM_Initiator",
"sizes": [{
"flash_bytes": 654622,
"flash_bytes": 654630,
"flash_percentage": 20,
"ram_bytes": 35384,
"ram_percentage": 10
@ -190,7 +190,7 @@
"sketches": [
{"name": "WiFi/examples/SimpleWiFiServer",
"sizes": [{
"flash_bytes": 726746,
"flash_bytes": 726750,
"flash_percentage": 23,
"ram_bytes": 35956,
"ram_percentage": 10
@ -198,7 +198,7 @@
},
{"name": "WiFi/examples/WPS",
"sizes": [{
"flash_bytes": 725278,
"flash_bytes": 725282,
"flash_percentage": 23,
"ram_bytes": 34644,
"ram_percentage": 10
@ -206,7 +206,7 @@
},
{"name": "WiFi/examples/WiFiAccessPoint",
"sizes": [{
"flash_bytes": 727240,
"flash_bytes": 727244,
"flash_percentage": 23,
"ram_bytes": 35956,
"ram_percentage": 10
@ -214,7 +214,7 @@
},
{"name": "WiFi/examples/WiFiBlueToothSwitch",
"sizes": [{
"flash_bytes": 799750,
"flash_bytes": 799754,
"flash_percentage": 25,
"ram_bytes": 35652,
"ram_percentage": 10
@ -222,7 +222,7 @@
},
{"name": "WiFi/examples/WiFiClient",
"sizes": [{
"flash_bytes": 715146,
"flash_bytes": 715150,
"flash_percentage": 22,
"ram_bytes": 35740,
"ram_percentage": 10
@ -230,7 +230,7 @@
},
{"name": "WiFi/examples/WiFiClientBasic",
"sizes": [{
"flash_bytes": 716162,
"flash_bytes": 716166,
"flash_percentage": 22,
"ram_bytes": 35692,
"ram_percentage": 10
@ -238,7 +238,7 @@
},
{"name": "WiFi/examples/WiFiClientConnect",
"sizes": [{
"flash_bytes": 702162,
"flash_bytes": 702166,
"flash_percentage": 22,
"ram_bytes": 34436,
"ram_percentage": 10
@ -246,7 +246,7 @@
},
{"name": "WiFi/examples/WiFiClientEnterprise",
"sizes": [{
"flash_bytes": 849872,
"flash_bytes": 849876,
"flash_percentage": 27,
"ram_bytes": 36332,
"ram_percentage": 11
@ -254,7 +254,7 @@
},
{"name": "WiFi/examples/WiFiClientEvents",
"sizes": [{
"flash_bytes": 702996,
"flash_bytes": 703000,
"flash_percentage": 22,
"ram_bytes": 34428,
"ram_percentage": 10
@ -262,7 +262,7 @@
},
{"name": "WiFi/examples/WiFiClientStaticIP",
"sizes": [{
"flash_bytes": 715552,
"flash_bytes": 715556,
"flash_percentage": 22,
"ram_bytes": 35724,
"ram_percentage": 10
@ -275,7 +275,7 @@
"sketches": [
{"name": "WebServer/examples/HttpAdvancedAuth",
"sizes": [{
"flash_bytes": 817501,
"flash_bytes": 817517,
"flash_percentage": 25,
"ram_bytes": 49180,
"ram_percentage": 15
@ -283,7 +283,7 @@
},
{"name": "WebServer/examples/HttpBasicAuth",
"sizes": [{
"flash_bytes": 817549,
"flash_bytes": 817565,
"flash_percentage": 25,
"ram_bytes": 49148,
"ram_percentage": 14
@ -291,7 +291,7 @@
},
{"name": "WebServer/examples/MultiHomedServers",
"sizes": [{
"flash_bytes": 804789,
"flash_bytes": 804805,
"flash_percentage": 25,
"ram_bytes": 46676,
"ram_percentage": 14
@ -299,7 +299,7 @@
},
{"name": "WebServer/examples/PathArgServer",
"sizes": [{
"flash_bytes": 1094297,
"flash_bytes": 1094313,
"flash_percentage": 34,
"ram_bytes": 53232,
"ram_percentage": 16
@ -307,7 +307,7 @@
},
{"name": "WebServer/examples/SDWebServer",
"sizes": [{
"flash_bytes": 864605,
"flash_bytes": 864621,
"flash_percentage": 27,
"ram_bytes": 47492,
"ram_percentage": 14
@ -315,7 +315,7 @@
},
{"name": "WebServer/examples/SimpleAuthentification",
"sizes": [{
"flash_bytes": 778717,
"flash_bytes": 778733,
"flash_percentage": 24,
"ram_bytes": 45036,
"ram_percentage": 13
@ -323,7 +323,7 @@
},
{"name": "WebServer/examples/UploadHugeFile",
"sizes": [{
"flash_bytes": 1112353,
"flash_bytes": 1112369,
"flash_percentage": 35,
"ram_bytes": 51564,
"ram_percentage": 15
@ -331,7 +331,7 @@
},
{"name": "WebServer/examples/WebUpdate",
"sizes": [{
"flash_bytes": 805485,
"flash_bytes": 805501,
"flash_percentage": 25,
"ram_bytes": 47132,
"ram_percentage": 14
@ -339,7 +339,7 @@
},
{"name": "WiFi/examples/FTM/FTM_Initiator",
"sizes": [{
"flash_bytes": 734709,
"flash_bytes": 734725,
"flash_percentage": 23,
"ram_bytes": 43364,
"ram_percentage": 13
@ -347,7 +347,7 @@
},
{"name": "WiFi/examples/FTM/FTM_Responder",
"sizes": [{
"flash_bytes": 733401,
"flash_bytes": 733417,
"flash_percentage": 23,
"ram_bytes": 43364,
"ram_percentage": 13
@ -355,7 +355,7 @@
},
{"name": "WiFi/examples/SimpleWiFiServer",
"sizes": [{
"flash_bytes": 750985,
"flash_bytes": 751001,
"flash_percentage": 23,
"ram_bytes": 44652,
"ram_percentage": 13

View File

@ -4,7 +4,7 @@
"sketches": [
{"name": "WiFi/examples/WiFiClient",
"sizes": [{
"flash_bytes": 687637,
"flash_bytes": 687653,
"flash_percentage": 21,
"ram_bytes": 41560,
"ram_percentage": 12
@ -12,7 +12,7 @@
},
{"name": "WiFi/examples/WiFiClientBasic",
"sizes": [{
"flash_bytes": 688465,
"flash_bytes": 688481,
"flash_percentage": 21,
"ram_bytes": 41504,
"ram_percentage": 12
@ -20,7 +20,7 @@
},
{"name": "WiFi/examples/WiFiClientConnect",
"sizes": [{
"flash_bytes": 677097,
"flash_bytes": 677113,
"flash_percentage": 21,
"ram_bytes": 40240,
"ram_percentage": 12
@ -28,7 +28,7 @@
},
{"name": "WiFi/examples/WiFiClientEnterprise",
"sizes": [{
"flash_bytes": 814689,
"flash_bytes": 814705,
"flash_percentage": 25,
"ram_bytes": 42152,
"ram_percentage": 12
@ -36,7 +36,7 @@
},
{"name": "WiFi/examples/WiFiClientEvents",
"sizes": [{
"flash_bytes": 677525,
"flash_bytes": 677541,
"flash_percentage": 21,
"ram_bytes": 40232,
"ram_percentage": 12
@ -44,7 +44,7 @@
},
{"name": "WiFi/examples/WiFiClientStaticIP",
"sizes": [{
"flash_bytes": 687977,
"flash_bytes": 687993,
"flash_percentage": 21,
"ram_bytes": 41544,
"ram_percentage": 12
@ -52,7 +52,7 @@
},
{"name": "WiFi/examples/WiFiIPv6",
"sizes": [{
"flash_bytes": 685393,
"flash_bytes": 685409,
"flash_percentage": 21,
"ram_bytes": 41872,
"ram_percentage": 12
@ -60,7 +60,7 @@
},
{"name": "WiFi/examples/WiFiMulti",
"sizes": [{
"flash_bytes": 676897,
"flash_bytes": 676913,
"flash_percentage": 21,
"ram_bytes": 40248,
"ram_percentage": 12
@ -68,7 +68,7 @@
},
{"name": "WiFi/examples/WiFiScan",
"sizes": [{
"flash_bytes": 675829,
"flash_bytes": 675845,
"flash_percentage": 21,
"ram_bytes": 40240,
"ram_percentage": 12
@ -76,7 +76,7 @@
},
{"name": "WiFi/examples/WiFiScanDualAntenna",
"sizes": [{
"flash_bytes": 676697,
"flash_bytes": 676713,
"flash_percentage": 21,
"ram_bytes": 40240,
"ram_percentage": 12
@ -84,7 +84,7 @@
},
{"name": "WiFi/examples/WiFiSmartConfig",
"sizes": [{
"flash_bytes": 709521,
"flash_bytes": 709537,
"flash_percentage": 22,
"ram_bytes": 40572,
"ram_percentage": 12
@ -92,7 +92,7 @@
},
{"name": "WiFi/examples/WiFiTelnetToSerial",
"sizes": [{
"flash_bytes": 693065,
"flash_bytes": 693081,
"flash_percentage": 22,
"ram_bytes": 41584,
"ram_percentage": 12
@ -105,7 +105,7 @@
"sketches": [
{"name": "WiFi/examples/FTM/FTM_Responder",
"sizes": [{
"flash_bytes": 652070,
"flash_bytes": 652078,
"flash_percentage": 20,
"ram_bytes": 35376,
"ram_percentage": 10
@ -113,7 +113,7 @@
},
{"name": "WiFi/examples/SimpleWiFiServer",
"sizes": [{
"flash_bytes": 676206,
"flash_bytes": 676214,
"flash_percentage": 21,
"ram_bytes": 36920,
"ram_percentage": 11
@ -121,7 +121,7 @@
},
{"name": "WiFi/examples/WPS",
"sizes": [{
"flash_bytes": 674298,
"flash_bytes": 674306,
"flash_percentage": 21,
"ram_bytes": 35584,
"ram_percentage": 10
@ -129,7 +129,7 @@
},
{"name": "WiFi/examples/WiFiAccessPoint",
"sizes": [{
"flash_bytes": 676614,
"flash_bytes": 676622,
"flash_percentage": 21,
"ram_bytes": 36920,
"ram_percentage": 11
@ -137,7 +137,7 @@
},
{"name": "WiFi/examples/WiFiClient",
"sizes": [{
"flash_bytes": 664826,
"flash_bytes": 664834,
"flash_percentage": 21,
"ram_bytes": 36688,
"ram_percentage": 11
@ -145,7 +145,7 @@
},
{"name": "WiFi/examples/WiFiClientBasic",
"sizes": [{
"flash_bytes": 665650,
"flash_bytes": 665658,
"flash_percentage": 21,
"ram_bytes": 36632,
"ram_percentage": 11
@ -153,7 +153,7 @@
},
{"name": "WiFi/examples/WiFiClientConnect",
"sizes": [{
"flash_bytes": 654270,
"flash_bytes": 654278,
"flash_percentage": 20,
"ram_bytes": 35384,
"ram_percentage": 10
@ -161,7 +161,7 @@
},
{"name": "WiFi/examples/WiFiClientEnterprise",
"sizes": [{
"flash_bytes": 793202,
"flash_bytes": 793210,
"flash_percentage": 25,
"ram_bytes": 37280,
"ram_percentage": 11
@ -169,7 +169,7 @@
},
{"name": "WiFi/examples/WiFiClientEvents",
"sizes": [{
"flash_bytes": 654678,
"flash_bytes": 654686,
"flash_percentage": 20,
"ram_bytes": 35376,
"ram_percentage": 10
@ -177,7 +177,7 @@
},
{"name": "WiFi/examples/WiFiClientStaticIP",
"sizes": [{
"flash_bytes": 665186,
"flash_bytes": 665194,
"flash_percentage": 21,
"ram_bytes": 36672,
"ram_percentage": 11
@ -190,7 +190,7 @@
"sketches": [
{"name": "WiFi/examples/WiFiIPv6",
"sizes": [{
"flash_bytes": 712988,
"flash_bytes": 712992,
"flash_percentage": 22,
"ram_bytes": 36044,
"ram_percentage": 10
@ -198,7 +198,7 @@
},
{"name": "WiFi/examples/WiFiMulti",
"sizes": [{
"flash_bytes": 702598,
"flash_bytes": 702602,
"flash_percentage": 22,
"ram_bytes": 34444,
"ram_percentage": 10
@ -206,7 +206,7 @@
},
{"name": "WiFi/examples/WiFiScan",
"sizes": [{
"flash_bytes": 701724,
"flash_bytes": 701728,
"flash_percentage": 22,
"ram_bytes": 34428,
"ram_percentage": 10
@ -214,7 +214,7 @@
},
{"name": "WiFi/examples/WiFiScanDualAntenna",
"sizes": [{
"flash_bytes": 702218,
"flash_bytes": 702222,
"flash_percentage": 22,
"ram_bytes": 34428,
"ram_percentage": 10
@ -222,7 +222,7 @@
},
{"name": "WiFi/examples/WiFiSmartConfig",
"sizes": [{
"flash_bytes": 879882,
"flash_bytes": 879886,
"flash_percentage": 27,
"ram_bytes": 35428,
"ram_percentage": 10
@ -230,7 +230,7 @@
},
{"name": "WiFi/examples/WiFiTelnetToSerial",
"sizes": [{
"flash_bytes": 719800,
"flash_bytes": 719804,
"flash_percentage": 22,
"ram_bytes": 35764,
"ram_percentage": 10
@ -238,7 +238,7 @@
},
{"name": "WiFi/examples/WiFiUDPClient",
"sizes": [{
"flash_bytes": 709586,
"flash_bytes": 709590,
"flash_percentage": 22,
"ram_bytes": 36060,
"ram_percentage": 11
@ -246,7 +246,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientInsecure",
"sizes": [{
"flash_bytes": 838980,
"flash_bytes": 838984,
"flash_percentage": 26,
"ram_bytes": 36676,
"ram_percentage": 11
@ -254,7 +254,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientPSK",
"sizes": [{
"flash_bytes": 839070,
"flash_bytes": 839074,
"flash_percentage": 26,
"ram_bytes": 36684,
"ram_percentage": 11
@ -262,7 +262,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientSecure",
"sizes": [{
"flash_bytes": 840172,
"flash_bytes": 840176,
"flash_percentage": 26,
"ram_bytes": 36676,
"ram_percentage": 11
@ -275,7 +275,7 @@
"sketches": [
{"name": "WiFi/examples/WPS",
"sizes": [{
"flash_bytes": 756541,
"flash_bytes": 756557,
"flash_percentage": 24,
"ram_bytes": 43572,
"ram_percentage": 13
@ -283,7 +283,7 @@
},
{"name": "WiFi/examples/WiFiAccessPoint",
"sizes": [{
"flash_bytes": 751393,
"flash_bytes": 751409,
"flash_percentage": 23,
"ram_bytes": 44652,
"ram_percentage": 13
@ -291,7 +291,7 @@
},
{"name": "WiFi/examples/WiFiBlueToothSwitch",
"sizes": [{
"flash_bytes": 906013,
"flash_bytes": 906029,
"flash_percentage": 28,
"ram_bytes": 47400,
"ram_percentage": 14
@ -299,7 +299,7 @@
},
{"name": "WiFi/examples/WiFiClient",
"sizes": [{
"flash_bytes": 747077,
"flash_bytes": 747093,
"flash_percentage": 23,
"ram_bytes": 44668,
"ram_percentage": 13
@ -307,7 +307,7 @@
},
{"name": "WiFi/examples/WiFiClientBasic",
"sizes": [{
"flash_bytes": 748041,
"flash_bytes": 748057,
"flash_percentage": 23,
"ram_bytes": 44620,
"ram_percentage": 13
@ -315,7 +315,7 @@
},
{"name": "WiFi/examples/WiFiClientConnect",
"sizes": [{
"flash_bytes": 735457,
"flash_bytes": 735473,
"flash_percentage": 23,
"ram_bytes": 43372,
"ram_percentage": 13
@ -323,7 +323,7 @@
},
{"name": "WiFi/examples/WiFiClientEnterprise",
"sizes": [{
"flash_bytes": 878797,
"flash_bytes": 878813,
"flash_percentage": 27,
"ram_bytes": 45292,
"ram_percentage": 13
@ -331,7 +331,7 @@
},
{"name": "WiFi/examples/WiFiClientEvents",
"sizes": [{
"flash_bytes": 736065,
"flash_bytes": 736081,
"flash_percentage": 23,
"ram_bytes": 43364,
"ram_percentage": 13
@ -339,7 +339,7 @@
},
{"name": "WiFi/examples/WiFiClientStaticIP",
"sizes": [{
"flash_bytes": 747461,
"flash_bytes": 747477,
"flash_percentage": 23,
"ram_bytes": 44660,
"ram_percentage": 13
@ -347,7 +347,7 @@
},
{"name": "WiFi/examples/WiFiIPv6",
"sizes": [{
"flash_bytes": 744725,
"flash_bytes": 744741,
"flash_percentage": 23,
"ram_bytes": 44972,
"ram_percentage": 13
@ -355,7 +355,7 @@
},
{"name": "WiFi/examples/WiFiMulti",
"sizes": [{
"flash_bytes": 735469,
"flash_bytes": 735489,
"flash_percentage": 23,
"ram_bytes": 43364,
"ram_percentage": 13

View File

@ -4,7 +4,7 @@
"sketches": [
{"name": "WiFi/examples/WiFiUDPClient",
"sizes": [{
"flash_bytes": 683285,
"flash_bytes": 683301,
"flash_percentage": 21,
"ram_bytes": 41888,
"ram_percentage": 12
@ -12,7 +12,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientInsecure",
"sizes": [{
"flash_bytes": 814517,
"flash_bytes": 814533,
"flash_percentage": 25,
"ram_bytes": 42504,
"ram_percentage": 12
@ -20,7 +20,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientPSK",
"sizes": [{
"flash_bytes": 814629,
"flash_bytes": 814645,
"flash_percentage": 25,
"ram_bytes": 42512,
"ram_percentage": 12
@ -28,7 +28,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientSecure",
"sizes": [{
"flash_bytes": 815729,
"flash_bytes": 815745,
"flash_percentage": 25,
"ram_bytes": 42504,
"ram_percentage": 12
@ -36,7 +36,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientSecureEnterprise",
"sizes": [{
"flash_bytes": 851265,
"flash_bytes": 851281,
"flash_percentage": 27,
"ram_bytes": 42936,
"ram_percentage": 13
@ -44,7 +44,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientShowPeerCredentials",
"sizes": [{
"flash_bytes": 855225,
"flash_bytes": 855241,
"flash_percentage": 27,
"ram_bytes": 42496,
"ram_percentage": 12
@ -52,7 +52,7 @@
},
{"name": "WiFiProv/examples/WiFiProv",
"sizes": [{
"flash_bytes": 1320885,
"flash_bytes": 1320901,
"flash_percentage": 41,
"ram_bytes": 61324,
"ram_percentage": 18
@ -60,7 +60,7 @@
},
{"name": "Wire/examples/WireMaster",
"sizes": [{
"flash_bytes": 278509,
"flash_bytes": 278525,
"flash_percentage": 8,
"ram_bytes": 18944,
"ram_percentage": 5
@ -68,7 +68,7 @@
},
{"name": "Wire/examples/WireScan",
"sizes": [{
"flash_bytes": 276813,
"flash_bytes": 276829,
"flash_percentage": 8,
"ram_bytes": 18880,
"ram_percentage": 5
@ -76,7 +76,7 @@
},
{"name": "Wire/examples/WireSlave",
"sizes": [{
"flash_bytes": 271581,
"flash_bytes": 271597,
"flash_percentage": 8,
"ram_bytes": 18880,
"ram_percentage": 5
@ -89,7 +89,7 @@
"sketches": [
{"name": "WiFi/examples/WiFiIPv6",
"sizes": [{
"flash_bytes": 662530,
"flash_bytes": 662538,
"flash_percentage": 21,
"ram_bytes": 36984,
"ram_percentage": 11
@ -97,7 +97,7 @@
},
{"name": "WiFi/examples/WiFiMulti",
"sizes": [{
"flash_bytes": 654018,
"flash_bytes": 654026,
"flash_percentage": 20,
"ram_bytes": 35376,
"ram_percentage": 10
@ -105,7 +105,7 @@
},
{"name": "WiFi/examples/WiFiScan",
"sizes": [{
"flash_bytes": 652938,
"flash_bytes": 652946,
"flash_percentage": 20,
"ram_bytes": 35368,
"ram_percentage": 10
@ -113,7 +113,7 @@
},
{"name": "WiFi/examples/WiFiScanDualAntenna",
"sizes": [{
"flash_bytes": 653570,
"flash_bytes": 653578,
"flash_percentage": 20,
"ram_bytes": 35368,
"ram_percentage": 10
@ -121,7 +121,7 @@
},
{"name": "WiFi/examples/WiFiSmartConfig",
"sizes": [{
"flash_bytes": 686318,
"flash_bytes": 686326,
"flash_percentage": 21,
"ram_bytes": 35676,
"ram_percentage": 10
@ -129,7 +129,7 @@
},
{"name": "WiFi/examples/WiFiTelnetToSerial",
"sizes": [{
"flash_bytes": 670298,
"flash_bytes": 670306,
"flash_percentage": 21,
"ram_bytes": 36728,
"ram_percentage": 11
@ -137,7 +137,7 @@
},
{"name": "WiFi/examples/WiFiUDPClient",
"sizes": [{
"flash_bytes": 660410,
"flash_bytes": 660418,
"flash_percentage": 20,
"ram_bytes": 37000,
"ram_percentage": 11
@ -145,7 +145,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientInsecure",
"sizes": [{
"flash_bytes": 793198,
"flash_bytes": 793206,
"flash_percentage": 25,
"ram_bytes": 37632,
"ram_percentage": 11
@ -153,7 +153,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientPSK",
"sizes": [{
"flash_bytes": 793290,
"flash_bytes": 793298,
"flash_percentage": 25,
"ram_bytes": 37640,
"ram_percentage": 11
@ -161,7 +161,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientSecure",
"sizes": [{
"flash_bytes": 794394,
"flash_bytes": 794402,
"flash_percentage": 25,
"ram_bytes": 37632,
"ram_percentage": 11
@ -174,7 +174,7 @@
"sketches": [
{"name": "WiFiClientSecure/examples/WiFiClientSecureEnterprise",
"sizes": [{
"flash_bytes": 876730,
"flash_bytes": 876734,
"flash_percentage": 27,
"ram_bytes": 37020,
"ram_percentage": 11
@ -182,7 +182,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientShowPeerCredentials",
"sizes": [{
"flash_bytes": 877246,
"flash_bytes": 877250,
"flash_percentage": 27,
"ram_bytes": 36676,
"ram_percentage": 11
@ -190,7 +190,7 @@
},
{"name": "WiFiProv/examples/WiFiProv",
"sizes": [{
"flash_bytes": 1444484,
"flash_bytes": 1444488,
"flash_percentage": 45,
"ram_bytes": 55620,
"ram_percentage": 16
@ -198,7 +198,7 @@
},
{"name": "Wire/examples/WireMaster",
"sizes": [{
"flash_bytes": 257624,
"flash_bytes": 257628,
"flash_percentage": 8,
"ram_bytes": 13988,
"ram_percentage": 4
@ -206,7 +206,7 @@
},
{"name": "Wire/examples/WireScan",
"sizes": [{
"flash_bytes": 255648,
"flash_bytes": 255652,
"flash_percentage": 8,
"ram_bytes": 13924,
"ram_percentage": 4
@ -214,7 +214,7 @@
},
{"name": "Wire/examples/WireSlave",
"sizes": [{
"flash_bytes": 250284,
"flash_bytes": 250288,
"flash_percentage": 7,
"ram_bytes": 13916,
"ram_percentage": 4
@ -227,7 +227,7 @@
"sketches": [
{"name": "WiFi/examples/WiFiScan",
"sizes": [{
"flash_bytes": 734281,
"flash_bytes": 734297,
"flash_percentage": 23,
"ram_bytes": 43348,
"ram_percentage": 13
@ -235,7 +235,7 @@
},
{"name": "WiFi/examples/WiFiScanDualAntenna",
"sizes": [{
"flash_bytes": 735277,
"flash_bytes": 735293,
"flash_percentage": 23,
"ram_bytes": 43348,
"ram_percentage": 13
@ -243,7 +243,7 @@
},
{"name": "WiFi/examples/WiFiSmartConfig",
"sizes": [{
"flash_bytes": 770417,
"flash_bytes": 770433,
"flash_percentage": 24,
"ram_bytes": 43664,
"ram_percentage": 13
@ -251,7 +251,7 @@
},
{"name": "WiFi/examples/WiFiTelnetToSerial",
"sizes": [{
"flash_bytes": 753089,
"flash_bytes": 753105,
"flash_percentage": 23,
"ram_bytes": 44708,
"ram_percentage": 13
@ -259,7 +259,7 @@
},
{"name": "WiFi/examples/WiFiUDPClient",
"sizes": [{
"flash_bytes": 742609,
"flash_bytes": 742625,
"flash_percentage": 23,
"ram_bytes": 44988,
"ram_percentage": 13
@ -267,7 +267,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientInsecure",
"sizes": [{
"flash_bytes": 877885,
"flash_bytes": 877893,
"flash_percentage": 27,
"ram_bytes": 45612,
"ram_percentage": 13
@ -275,7 +275,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientPSK",
"sizes": [{
"flash_bytes": 877981,
"flash_bytes": 877997,
"flash_percentage": 27,
"ram_bytes": 45620,
"ram_percentage": 13
@ -283,7 +283,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientSecure",
"sizes": [{
"flash_bytes": 879085,
"flash_bytes": 879101,
"flash_percentage": 27,
"ram_bytes": 45612,
"ram_percentage": 13
@ -291,7 +291,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientSecureEnterprise",
"sizes": [{
"flash_bytes": 915585,
"flash_bytes": 915601,
"flash_percentage": 29,
"ram_bytes": 46084,
"ram_percentage": 14
@ -299,7 +299,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientShowPeerCredentials",
"sizes": [{
"flash_bytes": 920017,
"flash_bytes": 920033,
"flash_percentage": 29,
"ram_bytes": 46624,
"ram_percentage": 14
@ -307,7 +307,7 @@
},
{"name": "WiFiProv/examples/WiFiProv",
"sizes": [{
"flash_bytes": 1585677,
"flash_bytes": 1585693,
"flash_percentage": 50,
"ram_bytes": 56432,
"ram_percentage": 17

View File

@ -4,7 +4,7 @@
"sketches": [
{"name": "WiFiClientSecure/examples/WiFiClientSecureEnterprise",
"sizes": [{
"flash_bytes": 829750,
"flash_bytes": 829758,
"flash_percentage": 26,
"ram_bytes": 38064,
"ram_percentage": 11
@ -12,7 +12,7 @@
},
{"name": "WiFiClientSecure/examples/WiFiClientShowPeerCredentials",
"sizes": [{
"flash_bytes": 833758,
"flash_bytes": 833766,
"flash_percentage": 26,
"ram_bytes": 37624,
"ram_percentage": 11
@ -20,7 +20,7 @@
},
{"name": "WiFiProv/examples/WiFiProv",
"sizes": [{
"flash_bytes": 764978,
"flash_bytes": 764986,
"flash_percentage": 24,
"ram_bytes": 35452,
"ram_percentage": 10
@ -28,7 +28,7 @@
},
{"name": "Wire/examples/WireMaster",
"sizes": [{
"flash_bytes": 250930,
"flash_bytes": 250938,
"flash_percentage": 7,
"ram_bytes": 14920,
"ram_percentage": 4
@ -36,7 +36,7 @@
},
{"name": "Wire/examples/WireScan",
"sizes": [{
"flash_bytes": 249262,
"flash_bytes": 249270,
"flash_percentage": 7,
"ram_bytes": 14856,
"ram_percentage": 4
@ -44,7 +44,7 @@
},
{"name": "Wire/examples/WireSlave",
"sizes": [{
"flash_bytes": 244162,
"flash_bytes": 244170,
"flash_percentage": 7,
"ram_bytes": 14848,
"ram_percentage": 4
@ -57,7 +57,7 @@
"sketches": [
{"name": "Wire/examples/WireMaster",
"sizes": [{
"flash_bytes": 295145,
"flash_bytes": 295165,
"flash_percentage": 9,
"ram_bytes": 21872,
"ram_percentage": 6
@ -65,7 +65,7 @@
},
{"name": "Wire/examples/WireScan",
"sizes": [{
"flash_bytes": 293393,
"flash_bytes": 293409,
"flash_percentage": 9,
"ram_bytes": 21800,
"ram_percentage": 6
@ -73,7 +73,7 @@
},
{"name": "Wire/examples/WireSlave",
"sizes": [{
"flash_bytes": 287841,
"flash_bytes": 287857,
"flash_percentage": 9,
"ram_bytes": 21800,
"ram_percentage": 6

View File

@ -28,7 +28,7 @@
},
{"name": "ESP32/examples/AnalogOut/ledcWrite_RGB",
"sizes": [{
"flash_bytes": 268617,
"flash_bytes": 268633,
"flash_percentage": 8,
"ram_bytes": 18632,
"ram_percentage": 5
@ -36,7 +36,7 @@
},
{"name": "ESP32/examples/AnalogRead",
"sizes": [{
"flash_bytes": 273833,
"flash_bytes": 273849,
"flash_percentage": 8,
"ram_bytes": 18920,
"ram_percentage": 5
@ -44,7 +44,7 @@
},
{"name": "ESP32/examples/ArduinoStackSize",
"sizes": [{
"flash_bytes": 263069,
"flash_bytes": 263085,
"flash_percentage": 8,
"ram_bytes": 18544,
"ram_percentage": 5
@ -52,7 +52,7 @@
},
{"name": "ESP32/examples/CI/CIBoardsTest",
"sizes": [{
"flash_bytes": 291337,
"flash_bytes": 291353,
"flash_percentage": 9,
"ram_bytes": 19376,
"ram_percentage": 5
@ -60,7 +60,7 @@
},
{"name": "ESP32/examples/Camera/CameraWebServer",
"sizes": [{
"flash_bytes": 2967045,
"flash_bytes": 2967061,
"flash_percentage": 94,
"ram_bytes": 71596,
"ram_percentage": 21
@ -68,7 +68,7 @@
},
{"name": "ESP32/examples/ChipID/GetChipID",
"sizes": [{
"flash_bytes": 264605,
"flash_bytes": 264621,
"flash_percentage": 8,
"ram_bytes": 18580,
"ram_percentage": 5
@ -76,7 +76,7 @@
},
{"name": "ESP32/examples/DeepSleep/ExternalWakeUp",
"sizes": [{
"flash_bytes": 278537,
"flash_bytes": 278553,
"flash_percentage": 8,
"ram_bytes": 19492,
"ram_percentage": 5
@ -84,7 +84,7 @@
},
{"name": "ESP32/examples/DeepSleep/TimerWakeUp",
"sizes": [{
"flash_bytes": 278681,
"flash_bytes": 278697,
"flash_percentage": 8,
"ram_bytes": 19492,
"ram_percentage": 5
@ -92,7 +92,7 @@
},
{"name": "ESP32/examples/DeepSleep/TouchWakeUp",
"sizes": [{
"flash_bytes": 284869,
"flash_bytes": 284885,
"flash_percentage": 9,
"ram_bytes": 19772,
"ram_percentage": 6
@ -105,7 +105,7 @@
"sketches": [
{"name": "ESP32/examples/DeepSleep/TouchWakeUp",
"sizes": [{
"flash_bytes": 263410,
"flash_bytes": 263418,
"flash_percentage": 8,
"ram_bytes": 18056,
"ram_percentage": 5
@ -113,7 +113,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_Basic_Master",
"sizes": [{
"flash_bytes": 688798,
"flash_bytes": 688806,
"flash_percentage": 21,
"ram_bytes": 35496,
"ram_percentage": 10
@ -121,7 +121,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_Basic_Slave",
"sizes": [{
"flash_bytes": 656794,
"flash_bytes": 656802,
"flash_percentage": 20,
"ram_bytes": 35436,
"ram_percentage": 10
@ -129,7 +129,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_MultiSlave_Master",
"sizes": [{
"flash_bytes": 688082,
"flash_bytes": 688090,
"flash_percentage": 21,
"ram_bytes": 36184,
"ram_percentage": 11
@ -137,7 +137,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_MultiSlave_Slave",
"sizes": [{
"flash_bytes": 656902,
"flash_bytes": 656910,
"flash_percentage": 20,
"ram_bytes": 35436,
"ram_percentage": 10
@ -145,7 +145,7 @@
},
{"name": "ESP32/examples/FreeRTOS/BasicMultiThreading",
"sizes": [{
"flash_bytes": 253050,
"flash_bytes": 253058,
"flash_percentage": 8,
"ram_bytes": 15024,
"ram_percentage": 4
@ -153,7 +153,7 @@
},
{"name": "ESP32/examples/FreeRTOS/Mutex",
"sizes": [{
"flash_bytes": 237126,
"flash_bytes": 237134,
"flash_percentage": 7,
"ram_bytes": 14536,
"ram_percentage": 4
@ -161,7 +161,7 @@
},
{"name": "ESP32/examples/FreeRTOS/Queue",
"sizes": [{
"flash_bytes": 236894,
"flash_bytes": 236902,
"flash_percentage": 7,
"ram_bytes": 14528,
"ram_percentage": 4
@ -169,7 +169,7 @@
},
{"name": "ESP32/examples/FreeRTOS/Semaphore",
"sizes": [{
"flash_bytes": 236246,
"flash_bytes": 236254,
"flash_percentage": 7,
"ram_bytes": 14528,
"ram_percentage": 4
@ -198,7 +198,7 @@
},
{"name": "EEPROM/examples/eeprom_class",
"sizes": [{
"flash_bytes": 264262,
"flash_bytes": 264266,
"flash_percentage": 8,
"ram_bytes": 13900,
"ram_percentage": 4
@ -206,7 +206,7 @@
},
{"name": "EEPROM/examples/eeprom_extra",
"sizes": [{
"flash_bytes": 266000,
"flash_bytes": 266004,
"flash_percentage": 8,
"ram_bytes": 13836,
"ram_percentage": 4
@ -214,7 +214,7 @@
},
{"name": "EEPROM/examples/eeprom_write",
"sizes": [{
"flash_bytes": 245802,
"flash_bytes": 245806,
"flash_percentage": 7,
"ram_bytes": 13724,
"ram_percentage": 4
@ -246,7 +246,7 @@
},
{"name": "ESP32/examples/AnalogOut/ledcWrite_RGB",
"sizes": [{
"flash_bytes": 249140,
"flash_bytes": 249146,
"flash_percentage": 7,
"ram_bytes": 13748,
"ram_percentage": 4
@ -254,7 +254,7 @@
},
{"name": "ESP32/examples/AnalogRead",
"sizes": [{
"flash_bytes": 248718,
"flash_bytes": 248722,
"flash_percentage": 7,
"ram_bytes": 13836,
"ram_percentage": 4
@ -262,7 +262,7 @@
},
{"name": "ESP32/examples/ArduinoStackSize",
"sizes": [{
"flash_bytes": 243018,
"flash_bytes": 243022,
"flash_percentage": 7,
"ram_bytes": 13692,
"ram_percentage": 4
@ -275,7 +275,7 @@
"sketches": [
{"name": "BluetoothSerial/examples/bt_remove_paired_devices",
"sizes": [{
"flash_bytes": 1090325,
"flash_bytes": 1090337,
"flash_percentage": 34,
"ram_bytes": 39168,
"ram_percentage": 11
@ -291,7 +291,7 @@
},
{"name": "EEPROM/examples/eeprom_class",
"sizes": [{
"flash_bytes": 288961,
"flash_bytes": 288977,
"flash_percentage": 9,
"ram_bytes": 21568,
"ram_percentage": 6
@ -299,7 +299,7 @@
},
{"name": "EEPROM/examples/eeprom_extra",
"sizes": [{
"flash_bytes": 291069,
"flash_bytes": 291085,
"flash_percentage": 9,
"ram_bytes": 21512,
"ram_percentage": 6
@ -307,7 +307,7 @@
},
{"name": "EEPROM/examples/eeprom_write",
"sizes": [{
"flash_bytes": 287449,
"flash_bytes": 287465,
"flash_percentage": 9,
"ram_bytes": 21620,
"ram_percentage": 6
@ -339,7 +339,7 @@
},
{"name": "ESP32/examples/AnalogOut/ledcWrite_RGB",
"sizes": [{
"flash_bytes": 285677,
"flash_bytes": 285693,
"flash_percentage": 9,
"ram_bytes": 21584,
"ram_percentage": 6
@ -347,7 +347,7 @@
},
{"name": "ESP32/examples/AnalogRead",
"sizes": [{
"flash_bytes": 288053,
"flash_bytes": 288069,
"flash_percentage": 9,
"ram_bytes": 21648,
"ram_percentage": 6
@ -355,7 +355,7 @@
},
{"name": "ESP32/examples/ArduinoStackSize",
"sizes": [{
"flash_bytes": 279605,
"flash_bytes": 279621,
"flash_percentage": 8,
"ram_bytes": 21472,
"ram_percentage": 6

View File

@ -4,7 +4,7 @@
"sketches": [
{"name": "ESP32/examples/ESPNow/ESPNow_Basic_Master",
"sizes": [{
"flash_bytes": 712217,
"flash_bytes": 712233,
"flash_percentage": 22,
"ram_bytes": 40360,
"ram_percentage": 12
@ -12,7 +12,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_Basic_Slave",
"sizes": [{
"flash_bytes": 679673,
"flash_bytes": 679689,
"flash_percentage": 21,
"ram_bytes": 40308,
"ram_percentage": 12
@ -20,7 +20,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_MultiSlave_Master",
"sizes": [{
"flash_bytes": 711537,
"flash_bytes": 711553,
"flash_percentage": 22,
"ram_bytes": 41048,
"ram_percentage": 12
@ -28,7 +28,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_MultiSlave_Slave",
"sizes": [{
"flash_bytes": 679785,
"flash_bytes": 679801,
"flash_percentage": 21,
"ram_bytes": 40308,
"ram_percentage": 12
@ -36,7 +36,7 @@
},
{"name": "ESP32/examples/FreeRTOS/BasicMultiThreading",
"sizes": [{
"flash_bytes": 281285,
"flash_bytes": 281301,
"flash_percentage": 8,
"ram_bytes": 19376,
"ram_percentage": 5
@ -44,7 +44,7 @@
},
{"name": "ESP32/examples/FreeRTOS/Mutex",
"sizes": [{
"flash_bytes": 263801,
"flash_bytes": 263817,
"flash_percentage": 8,
"ram_bytes": 18576,
"ram_percentage": 5
@ -52,7 +52,7 @@
},
{"name": "ESP32/examples/FreeRTOS/Queue",
"sizes": [{
"flash_bytes": 263857,
"flash_bytes": 263873,
"flash_percentage": 8,
"ram_bytes": 18552,
"ram_percentage": 5
@ -60,7 +60,7 @@
},
{"name": "ESP32/examples/FreeRTOS/Semaphore",
"sizes": [{
"flash_bytes": 263309,
"flash_bytes": 263325,
"flash_percentage": 8,
"ram_bytes": 18552,
"ram_percentage": 5
@ -76,7 +76,7 @@
},
{"name": "ESP32/examples/GPIO/FunctionalInterrupt",
"sizes": [{
"flash_bytes": 268069,
"flash_bytes": 268085,
"flash_percentage": 8,
"ram_bytes": 19176,
"ram_percentage": 5
@ -84,7 +84,7 @@
},
{"name": "ESP32/examples/GPIO/FunctionalInterruptStruct",
"sizes": [{
"flash_bytes": 266565,
"flash_bytes": 266581,
"flash_percentage": 8,
"ram_bytes": 19168,
"ram_percentage": 5
@ -92,7 +92,7 @@
},
{"name": "ESP32/examples/GPIO/GPIOInterrupt",
"sizes": [{
"flash_bytes": 267221,
"flash_bytes": 267237,
"flash_percentage": 8,
"ram_bytes": 19176,
"ram_percentage": 5
@ -105,7 +105,7 @@
"sketches": [
{"name": "ESP32/examples/GPIO/FunctionalInterrupt",
"sizes": [{
"flash_bytes": 240966,
"flash_bytes": 240974,
"flash_percentage": 7,
"ram_bytes": 15120,
"ram_percentage": 4
@ -113,7 +113,7 @@
},
{"name": "ESP32/examples/GPIO/FunctionalInterruptStruct",
"sizes": [{
"flash_bytes": 239478,
"flash_bytes": 239486,
"flash_percentage": 7,
"ram_bytes": 15128,
"ram_percentage": 4
@ -121,7 +121,7 @@
},
{"name": "ESP32/examples/GPIO/GPIOInterrupt",
"sizes": [{
"flash_bytes": 240138,
"flash_bytes": 240146,
"flash_percentage": 7,
"ram_bytes": 15128,
"ram_percentage": 4
@ -129,7 +129,7 @@
},
{"name": "ESP32/examples/RMT/RMTCallback",
"sizes": [{
"flash_bytes": 243734,
"flash_bytes": 243742,
"flash_percentage": 7,
"ram_bytes": 14824,
"ram_percentage": 4
@ -137,7 +137,7 @@
},
{"name": "ESP32/examples/RMT/RMTLoopback",
"sizes": [{
"flash_bytes": 245982,
"flash_bytes": 245990,
"flash_percentage": 7,
"ram_bytes": 16832,
"ram_percentage": 5
@ -145,7 +145,7 @@
},
{"name": "ESP32/examples/RMT/RMTReadXJT",
"sizes": [{
"flash_bytes": 244166,
"flash_bytes": 244174,
"flash_percentage": 7,
"ram_bytes": 14888,
"ram_percentage": 4
@ -153,7 +153,7 @@
},
{"name": "ESP32/examples/RMT/RMTWriteNeoPixel",
"sizes": [{
"flash_bytes": 243682,
"flash_bytes": 243690,
"flash_percentage": 7,
"ram_bytes": 17872,
"ram_percentage": 5
@ -161,7 +161,7 @@
},
{"name": "ESP32/examples/ResetReason",
"sizes": [{
"flash_bytes": 257582,
"flash_bytes": 257590,
"flash_percentage": 8,
"ram_bytes": 17768,
"ram_percentage": 5
@ -169,7 +169,7 @@
},
{"name": "ESP32/examples/Serial/OnReceiveError_BREAK_Demo",
"sizes": [{
"flash_bytes": 238874,
"flash_bytes": 238882,
"flash_percentage": 7,
"ram_bytes": 14568,
"ram_percentage": 4
@ -177,7 +177,7 @@
},
{"name": "ESP32/examples/Serial/OnReceive_Demo",
"sizes": [{
"flash_bytes": 237694,
"flash_bytes": 237702,
"flash_percentage": 7,
"ram_bytes": 14536,
"ram_percentage": 4
@ -190,7 +190,7 @@
"sketches": [
{"name": "ESP32/examples/CI/CIBoardsTest",
"sizes": [{
"flash_bytes": 268066,
"flash_bytes": 268070,
"flash_percentage": 8,
"ram_bytes": 14212,
"ram_percentage": 4
@ -198,7 +198,7 @@
},
{"name": "ESP32/examples/ChipID/GetChipID",
"sizes": [{
"flash_bytes": 243698,
"flash_bytes": 243702,
"flash_percentage": 7,
"ram_bytes": 13728,
"ram_percentage": 4
@ -206,7 +206,7 @@
},
{"name": "ESP32/examples/DeepSleep/TimerWakeUp",
"sizes": [{
"flash_bytes": 257152,
"flash_bytes": 257156,
"flash_percentage": 8,
"ram_bytes": 14720,
"ram_percentage": 4
@ -214,7 +214,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_Basic_Master",
"sizes": [{
"flash_bytes": 736732,
"flash_bytes": 736736,
"flash_percentage": 23,
"ram_bytes": 34548,
"ram_percentage": 10
@ -222,7 +222,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_Basic_Slave",
"sizes": [{
"flash_bytes": 703426,
"flash_bytes": 703430,
"flash_percentage": 22,
"ram_bytes": 34500,
"ram_percentage": 10
@ -230,7 +230,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_MultiSlave_Master",
"sizes": [{
"flash_bytes": 735560,
"flash_bytes": 735564,
"flash_percentage": 23,
"ram_bytes": 35244,
"ram_percentage": 10
@ -238,7 +238,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_MultiSlave_Slave",
"sizes": [{
"flash_bytes": 703726,
"flash_bytes": 703730,
"flash_percentage": 22,
"ram_bytes": 34500,
"ram_percentage": 10
@ -246,7 +246,7 @@
},
{"name": "ESP32/examples/FreeRTOS/BasicMultiThreading",
"sizes": [{
"flash_bytes": 255966,
"flash_bytes": 255970,
"flash_percentage": 8,
"ram_bytes": 14060,
"ram_percentage": 4
@ -254,7 +254,7 @@
},
{"name": "ESP32/examples/FreeRTOS/Mutex",
"sizes": [{
"flash_bytes": 243752,
"flash_bytes": 243756,
"flash_percentage": 7,
"ram_bytes": 13708,
"ram_percentage": 4
@ -262,7 +262,7 @@
},
{"name": "ESP32/examples/FreeRTOS/Queue",
"sizes": [{
"flash_bytes": 243838,
"flash_bytes": 243842,
"flash_percentage": 7,
"ram_bytes": 13692,
"ram_percentage": 4
@ -275,7 +275,7 @@
"sketches": [
{"name": "ESP32/examples/CI/CIBoardsTest",
"sizes": [{
"flash_bytes": 298837,
"flash_bytes": 298853,
"flash_percentage": 9,
"ram_bytes": 21880,
"ram_percentage": 6
@ -283,7 +283,7 @@
},
{"name": "ESP32/examples/Camera/CameraWebServer",
"sizes": [{
"flash_bytes": 1517781,
"flash_bytes": 1517801,
"flash_percentage": 48,
"ram_bytes": 71228,
"ram_percentage": 21
@ -291,7 +291,7 @@
},
{"name": "ESP32/examples/ChipID/GetChipID",
"sizes": [{
"flash_bytes": 281789,
"flash_bytes": 281805,
"flash_percentage": 8,
"ram_bytes": 21516,
"ram_percentage": 6
@ -299,7 +299,7 @@
},
{"name": "ESP32/examples/DeepSleep/ExternalWakeUp",
"sizes": [{
"flash_bytes": 296429,
"flash_bytes": 296445,
"flash_percentage": 9,
"ram_bytes": 22792,
"ram_percentage": 6
@ -307,7 +307,7 @@
},
{"name": "ESP32/examples/DeepSleep/SmoothBlink_ULP_Code",
"sizes": [{
"flash_bytes": 299261,
"flash_bytes": 299277,
"flash_percentage": 9,
"ram_bytes": 22792,
"ram_percentage": 6
@ -315,7 +315,7 @@
},
{"name": "ESP32/examples/DeepSleep/TimerWakeUp",
"sizes": [{
"flash_bytes": 296405,
"flash_bytes": 296421,
"flash_percentage": 9,
"ram_bytes": 22792,
"ram_percentage": 6
@ -323,7 +323,7 @@
},
{"name": "ESP32/examples/DeepSleep/TouchWakeUp",
"sizes": [{
"flash_bytes": 305009,
"flash_bytes": 305025,
"flash_percentage": 9,
"ram_bytes": 23304,
"ram_percentage": 7
@ -331,7 +331,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_Basic_Master",
"sizes": [{
"flash_bytes": 772985,
"flash_bytes": 773001,
"flash_percentage": 24,
"ram_bytes": 43484,
"ram_percentage": 13
@ -339,7 +339,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_Basic_Slave",
"sizes": [{
"flash_bytes": 738253,
"flash_bytes": 738269,
"flash_percentage": 23,
"ram_bytes": 43424,
"ram_percentage": 13
@ -347,7 +347,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_MultiSlave_Master",
"sizes": [{
"flash_bytes": 772249,
"flash_bytes": 772265,
"flash_percentage": 24,
"ram_bytes": 44172,
"ram_percentage": 13
@ -355,7 +355,7 @@
},
{"name": "ESP32/examples/ESPNow/ESPNow_MultiSlave_Slave",
"sizes": [{
"flash_bytes": 738345,
"flash_bytes": 738361,
"flash_percentage": 23,
"ram_bytes": 43424,
"ram_percentage": 13

View File

@ -12,7 +12,7 @@
},
{"name": "ESP32/examples/RMT/RMTCallback",
"sizes": [{
"flash_bytes": 272773,
"flash_bytes": 272789,
"flash_percentage": 8,
"ram_bytes": 19040,
"ram_percentage": 5
@ -20,7 +20,7 @@
},
{"name": "ESP32/examples/RMT/RMTLoopback",
"sizes": [{
"flash_bytes": 275229,
"flash_bytes": 275245,
"flash_percentage": 8,
"ram_bytes": 21048,
"ram_percentage": 6
@ -28,7 +28,7 @@
},
{"name": "ESP32/examples/RMT/RMTReadXJT",
"sizes": [{
"flash_bytes": 273197,
"flash_bytes": 273213,
"flash_percentage": 8,
"ram_bytes": 19088,
"ram_percentage": 5
@ -36,7 +36,7 @@
},
{"name": "ESP32/examples/RMT/RMTWriteNeoPixel",
"sizes": [{
"flash_bytes": 272297,
"flash_bytes": 272313,
"flash_percentage": 8,
"ram_bytes": 22072,
"ram_percentage": 6
@ -44,7 +44,7 @@
},
{"name": "ESP32/examples/ResetReason",
"sizes": [{
"flash_bytes": 278761,
"flash_bytes": 278777,
"flash_percentage": 8,
"ram_bytes": 19484,
"ram_percentage": 5
@ -52,7 +52,7 @@
},
{"name": "ESP32/examples/Serial/OnReceiveError_BREAK_Demo",
"sizes": [{
"flash_bytes": 265825,
"flash_bytes": 265841,
"flash_percentage": 8,
"ram_bytes": 18584,
"ram_percentage": 5
@ -60,7 +60,7 @@
},
{"name": "ESP32/examples/Serial/OnReceive_Demo",
"sizes": [{
"flash_bytes": 264641,
"flash_bytes": 264657,
"flash_percentage": 8,
"ram_bytes": 18552,
"ram_percentage": 5
@ -68,7 +68,7 @@
},
{"name": "ESP32/examples/Serial/RxFIFOFull_Demo",
"sizes": [{
"flash_bytes": 263993,
"flash_bytes": 264009,
"flash_percentage": 8,
"ram_bytes": 18544,
"ram_percentage": 5
@ -76,7 +76,7 @@
},
{"name": "ESP32/examples/Serial/RxTimeout_Demo",
"sizes": [{
"flash_bytes": 263837,
"flash_bytes": 263853,
"flash_percentage": 8,
"ram_bytes": 18560,
"ram_percentage": 5
@ -84,7 +84,7 @@
},
{"name": "ESP32/examples/Serial/Serial_All_CPU_Freqs",
"sizes": [{
"flash_bytes": 263953,
"flash_bytes": 263969,
"flash_percentage": 8,
"ram_bytes": 18576,
"ram_percentage": 5
@ -92,7 +92,7 @@
},
{"name": "ESP32/examples/Serial/Serial_STD_Func_OnReceive",
"sizes": [{
"flash_bytes": 264445,
"flash_bytes": 264461,
"flash_percentage": 8,
"ram_bytes": 18544,
"ram_percentage": 5
@ -105,7 +105,7 @@
"sketches": [
{"name": "ESP32/examples/Serial/RxFIFOFull_Demo",
"sizes": [{
"flash_bytes": 237050,
"flash_bytes": 237058,
"flash_percentage": 7,
"ram_bytes": 14528,
"ram_percentage": 4
@ -113,7 +113,7 @@
},
{"name": "ESP32/examples/Serial/RxTimeout_Demo",
"sizes": [{
"flash_bytes": 236866,
"flash_bytes": 236874,
"flash_percentage": 7,
"ram_bytes": 14528,
"ram_percentage": 4
@ -121,7 +121,7 @@
},
{"name": "ESP32/examples/Serial/Serial_All_CPU_Freqs",
"sizes": [{
"flash_bytes": 236874,
"flash_bytes": 236882,
"flash_percentage": 7,
"ram_bytes": 14536,
"ram_percentage": 4
@ -129,7 +129,7 @@
},
{"name": "ESP32/examples/Serial/Serial_STD_Func_OnReceive",
"sizes": [{
"flash_bytes": 237790,
"flash_bytes": 237798,
"flash_percentage": 7,
"ram_bytes": 14528,
"ram_percentage": 4
@ -137,7 +137,7 @@
},
{"name": "ESP32/examples/TWAI/TWAIreceive",
"sizes": [{
"flash_bytes": 242074,
"flash_bytes": 242082,
"flash_percentage": 7,
"ram_bytes": 14552,
"ram_percentage": 4
@ -145,7 +145,7 @@
},
{"name": "ESP32/examples/TWAI/TWAItransmit",
"sizes": [{
"flash_bytes": 242586,
"flash_bytes": 242594,
"flash_percentage": 7,
"ram_bytes": 14560,
"ram_percentage": 4
@ -161,7 +161,7 @@
},
{"name": "ESP32/examples/Time/SimpleTime",
"sizes": [{
"flash_bytes": 678342,
"flash_bytes": 678350,
"flash_percentage": 21,
"ram_bytes": 36784,
"ram_percentage": 11
@ -169,7 +169,7 @@
},
{"name": "ESP32/examples/Timer/RepeatTimer",
"sizes": [{
"flash_bytes": 228962,
"flash_bytes": 228970,
"flash_percentage": 7,
"ram_bytes": 14592,
"ram_percentage": 4
@ -177,7 +177,7 @@
},
{"name": "ESP32/examples/Timer/WatchdogTimer",
"sizes": [{
"flash_bytes": 228594,
"flash_bytes": 228602,
"flash_percentage": 7,
"ram_bytes": 14576,
"ram_percentage": 4
@ -190,7 +190,7 @@
"sketches": [
{"name": "ESP32/examples/FreeRTOS/Semaphore",
"sizes": [{
"flash_bytes": 243196,
"flash_bytes": 243200,
"flash_percentage": 7,
"ram_bytes": 13692,
"ram_percentage": 4
@ -206,7 +206,7 @@
},
{"name": "ESP32/examples/GPIO/FunctionalInterrupt",
"sizes": [{
"flash_bytes": 246904,
"flash_bytes": 246908,
"flash_percentage": 7,
"ram_bytes": 13980,
"ram_percentage": 4
@ -214,7 +214,7 @@
},
{"name": "ESP32/examples/GPIO/FunctionalInterruptStruct",
"sizes": [{
"flash_bytes": 246366,
"flash_bytes": 246370,
"flash_percentage": 7,
"ram_bytes": 13972,
"ram_percentage": 4
@ -222,7 +222,7 @@
},
{"name": "ESP32/examples/GPIO/GPIOInterrupt",
"sizes": [{
"flash_bytes": 247000,
"flash_bytes": 247004,
"flash_percentage": 7,
"ram_bytes": 13980,
"ram_percentage": 4
@ -230,7 +230,7 @@
},
{"name": "ESP32/examples/HWCDC_Events",
"sizes": [{
"flash_bytes": 261614,
"flash_bytes": 261618,
"flash_percentage": 8,
"ram_bytes": 14076,
"ram_percentage": 4
@ -238,7 +238,7 @@
},
{"name": "ESP32/examples/RMT/RMTCallback",
"sizes": [{
"flash_bytes": 252370,
"flash_bytes": 252376,
"flash_percentage": 8,
"ram_bytes": 13972,
"ram_percentage": 4
@ -246,7 +246,7 @@
},
{"name": "ESP32/examples/RMT/RMTLoopback",
"sizes": [{
"flash_bytes": 254982,
"flash_bytes": 254986,
"flash_percentage": 8,
"ram_bytes": 15988,
"ram_percentage": 4
@ -254,7 +254,7 @@
},
{"name": "ESP32/examples/RMT/RMTReadXJT",
"sizes": [{
"flash_bytes": 252892,
"flash_bytes": 252898,
"flash_percentage": 8,
"ram_bytes": 14020,
"ram_percentage": 4
@ -262,7 +262,7 @@
},
{"name": "ESP32/examples/RMT/RMTWriteNeoPixel",
"sizes": [{
"flash_bytes": 251902,
"flash_bytes": 251906,
"flash_percentage": 8,
"ram_bytes": 17012,
"ram_percentage": 5
@ -275,7 +275,7 @@
"sketches": [
{"name": "ESP32/examples/FreeRTOS/BasicMultiThreading",
"sizes": [{
"flash_bytes": 286589,
"flash_bytes": 286605,
"flash_percentage": 9,
"ram_bytes": 21656,
"ram_percentage": 6
@ -283,7 +283,7 @@
},
{"name": "ESP32/examples/FreeRTOS/Mutex",
"sizes": [{
"flash_bytes": 280697,
"flash_bytes": 280713,
"flash_percentage": 8,
"ram_bytes": 21588,
"ram_percentage": 6
@ -291,7 +291,7 @@
},
{"name": "ESP32/examples/FreeRTOS/Queue",
"sizes": [{
"flash_bytes": 280409,
"flash_bytes": 280425,
"flash_percentage": 8,
"ram_bytes": 21472,
"ram_percentage": 6
@ -299,7 +299,7 @@
},
{"name": "ESP32/examples/FreeRTOS/Semaphore",
"sizes": [{
"flash_bytes": 279845,
"flash_bytes": 279861,
"flash_percentage": 8,
"ram_bytes": 21472,
"ram_percentage": 6
@ -315,7 +315,7 @@
},
{"name": "ESP32/examples/GPIO/FunctionalInterrupt",
"sizes": [{
"flash_bytes": 284677,
"flash_bytes": 284693,
"flash_percentage": 9,
"ram_bytes": 21976,
"ram_percentage": 6
@ -323,7 +323,7 @@
},
{"name": "ESP32/examples/GPIO/FunctionalInterruptStruct",
"sizes": [{
"flash_bytes": 283141,
"flash_bytes": 283157,
"flash_percentage": 9,
"ram_bytes": 21968,
"ram_percentage": 6
@ -331,7 +331,7 @@
},
{"name": "ESP32/examples/GPIO/GPIOInterrupt",
"sizes": [{
"flash_bytes": 283813,
"flash_bytes": 283829,
"flash_percentage": 9,
"ram_bytes": 21976,
"ram_percentage": 6
@ -339,7 +339,7 @@
},
{"name": "ESP32/examples/HallSensor",
"sizes": [{
"flash_bytes": 284349,
"flash_bytes": 284365,
"flash_percentage": 9,
"ram_bytes": 21480,
"ram_percentage": 6
@ -347,7 +347,7 @@
},
{"name": "ESP32/examples/I2S/HiFreq_ADC",
"sizes": [{
"flash_bytes": 303765,
"flash_bytes": 303781,
"flash_percentage": 9,
"ram_bytes": 21616,
"ram_percentage": 6
@ -355,7 +355,7 @@
},
{"name": "ESP32/examples/RMT/RMTCallback",
"sizes": [{
"flash_bytes": 287709,
"flash_bytes": 287725,
"flash_percentage": 9,
"ram_bytes": 21976,
"ram_percentage": 6

View File

@ -4,7 +4,7 @@
"sketches": [
{"name": "ESP32/examples/TWAI/TWAIreceive",
"sizes": [{
"flash_bytes": 269085,
"flash_bytes": 269101,
"flash_percentage": 8,
"ram_bytes": 18576,
"ram_percentage": 5
@ -12,7 +12,7 @@
},
{"name": "ESP32/examples/TWAI/TWAItransmit",
"sizes": [{
"flash_bytes": 269409,
"flash_bytes": 269425,
"flash_percentage": 8,
"ram_bytes": 18584,
"ram_percentage": 5
@ -28,7 +28,7 @@
},
{"name": "ESP32/examples/Time/SimpleTime",
"sizes": [{
"flash_bytes": 701745,
"flash_bytes": 701761,
"flash_percentage": 22,
"ram_bytes": 41640,
"ram_percentage": 12
@ -36,7 +36,7 @@
},
{"name": "ESP32/examples/Timer/RepeatTimer",
"sizes": [{
"flash_bytes": 270781,
"flash_bytes": 270797,
"flash_percentage": 8,
"ram_bytes": 18624,
"ram_percentage": 5
@ -44,7 +44,7 @@
},
{"name": "ESP32/examples/Timer/WatchdogTimer",
"sizes": [{
"flash_bytes": 270361,
"flash_bytes": 270377,
"flash_percentage": 8,
"ram_bytes": 18600,
"ram_percentage": 5
@ -52,7 +52,7 @@
},
{"name": "ESP32/examples/Touch/TouchButtonV2",
"sizes": [{
"flash_bytes": 268925,
"flash_bytes": 268941,
"flash_percentage": 8,
"ram_bytes": 18856,
"ram_percentage": 5
@ -60,7 +60,7 @@
},
{"name": "ESP32/examples/Touch/TouchInterrupt",
"sizes": [{
"flash_bytes": 268825,
"flash_bytes": 268841,
"flash_percentage": 8,
"ram_bytes": 18856,
"ram_percentage": 5
@ -68,7 +68,7 @@
},
{"name": "ESP32/examples/Touch/TouchRead",
"sizes": [{
"flash_bytes": 269021,
"flash_bytes": 269037,
"flash_percentage": 8,
"ram_bytes": 18832,
"ram_percentage": 5
@ -76,7 +76,7 @@
},
{"name": "ESPmDNS/examples/mDNS-SD_Extended",
"sizes": [{
"flash_bytes": 700305,
"flash_bytes": 700321,
"flash_percentage": 22,
"ram_bytes": 42152,
"ram_percentage": 12
@ -84,7 +84,7 @@
},
{"name": "ESPmDNS/examples/mDNS_Web_Server",
"sizes": [{
"flash_bytes": 716249,
"flash_bytes": 716265,
"flash_percentage": 22,
"ram_bytes": 43440,
"ram_percentage": 13
@ -92,7 +92,7 @@
},
{"name": "FFat/examples/FFat_Test",
"sizes": [{
"flash_bytes": 318417,
"flash_bytes": 318433,
"flash_percentage": 10,
"ram_bytes": 19292,
"ram_percentage": 5
@ -105,7 +105,7 @@
"sketches": [
{"name": "ESP32/examples/Touch/TouchButtonV2",
"sizes": [{
"flash_bytes": 227098,
"flash_bytes": 227106,
"flash_percentage": 7,
"ram_bytes": 14824,
"ram_percentage": 4
@ -113,7 +113,7 @@
},
{"name": "ESP32/examples/Touch/TouchInterrupt",
"sizes": [{
"flash_bytes": 226998,
"flash_bytes": 227006,
"flash_percentage": 7,
"ram_bytes": 14824,
"ram_percentage": 4
@ -121,7 +121,7 @@
},
{"name": "ESP32/examples/Touch/TouchRead",
"sizes": [{
"flash_bytes": 227158,
"flash_bytes": 227166,
"flash_percentage": 7,
"ram_bytes": 14816,
"ram_percentage": 4
@ -129,7 +129,7 @@
},
{"name": "ESPmDNS/examples/mDNS-SD_Extended",
"sizes": [{
"flash_bytes": 677454,
"flash_bytes": 677462,
"flash_percentage": 21,
"ram_bytes": 37304,
"ram_percentage": 11
@ -137,7 +137,7 @@
},
{"name": "ESPmDNS/examples/mDNS_Web_Server",
"sizes": [{
"flash_bytes": 693034,
"flash_bytes": 693042,
"flash_percentage": 22,
"ram_bytes": 38592,
"ram_percentage": 11
@ -145,7 +145,7 @@
},
{"name": "FFat/examples/FFat_Test",
"sizes": [{
"flash_bytes": 291266,
"flash_bytes": 291274,
"flash_percentage": 9,
"ram_bytes": 15268,
"ram_percentage": 4
@ -153,7 +153,7 @@
},
{"name": "FFat/examples/FFat_time",
"sizes": [{
"flash_bytes": 714466,
"flash_bytes": 714474,
"flash_percentage": 22,
"ram_bytes": 36908,
"ram_percentage": 11
@ -161,7 +161,7 @@
},
{"name": "HTTPClient/examples/Authorization",
"sizes": [{
"flash_bytes": 831286,
"flash_bytes": 831294,
"flash_percentage": 26,
"ram_bytes": 37656,
"ram_percentage": 11
@ -169,7 +169,7 @@
},
{"name": "HTTPClient/examples/BasicHttpClient",
"sizes": [{
"flash_bytes": 831278,
"flash_bytes": 831286,
"flash_percentage": 26,
"ram_bytes": 37656,
"ram_percentage": 11
@ -177,7 +177,7 @@
},
{"name": "HTTPClient/examples/BasicHttpsClient",
"sizes": [{
"flash_bytes": 836666,
"flash_bytes": 836674,
"flash_percentage": 26,
"ram_bytes": 37688,
"ram_percentage": 11
@ -190,7 +190,7 @@
"sketches": [
{"name": "ESP32/examples/ResetReason",
"sizes": [{
"flash_bytes": 257326,
"flash_bytes": 257330,
"flash_percentage": 8,
"ram_bytes": 14720,
"ram_percentage": 4
@ -198,7 +198,7 @@
},
{"name": "ESP32/examples/Serial/OnReceiveError_BREAK_Demo",
"sizes": [{
"flash_bytes": 245996,
"flash_bytes": 246000,
"flash_percentage": 7,
"ram_bytes": 13724,
"ram_percentage": 4
@ -206,7 +206,7 @@
},
{"name": "ESP32/examples/Serial/OnReceive_Demo",
"sizes": [{
"flash_bytes": 244708,
"flash_bytes": 244712,
"flash_percentage": 7,
"ram_bytes": 13700,
"ram_percentage": 4
@ -214,7 +214,7 @@
},
{"name": "ESP32/examples/Serial/RxFIFOFull_Demo",
"sizes": [{
"flash_bytes": 244136,
"flash_bytes": 244140,
"flash_percentage": 7,
"ram_bytes": 13692,
"ram_percentage": 4
@ -222,7 +222,7 @@
},
{"name": "ESP32/examples/Serial/RxTimeout_Demo",
"sizes": [{
"flash_bytes": 243922,
"flash_bytes": 243926,
"flash_percentage": 7,
"ram_bytes": 13700,
"ram_percentage": 4
@ -230,7 +230,7 @@
},
{"name": "ESP32/examples/Serial/Serial_All_CPU_Freqs",
"sizes": [{
"flash_bytes": 244122,
"flash_bytes": 244126,
"flash_percentage": 7,
"ram_bytes": 13708,
"ram_percentage": 4
@ -238,7 +238,7 @@
},
{"name": "ESP32/examples/Serial/Serial_STD_Func_OnReceive",
"sizes": [{
"flash_bytes": 244434,
"flash_bytes": 244440,
"flash_percentage": 7,
"ram_bytes": 13692,
"ram_percentage": 4
@ -246,7 +246,7 @@
},
{"name": "ESP32/examples/TWAI/TWAIreceive",
"sizes": [{
"flash_bytes": 248856,
"flash_bytes": 248860,
"flash_percentage": 7,
"ram_bytes": 13700,
"ram_percentage": 4
@ -254,7 +254,7 @@
},
{"name": "ESP32/examples/TWAI/TWAItransmit",
"sizes": [{
"flash_bytes": 249178,
"flash_bytes": 249182,
"flash_percentage": 7,
"ram_bytes": 13700,
"ram_percentage": 4
@ -275,7 +275,7 @@
"sketches": [
{"name": "ESP32/examples/RMT/RMTLoopback",
"sizes": [{
"flash_bytes": 290065,
"flash_bytes": 290081,
"flash_percentage": 9,
"ram_bytes": 23984,
"ram_percentage": 7
@ -283,7 +283,7 @@
},
{"name": "ESP32/examples/RMT/RMTReadXJT",
"sizes": [{
"flash_bytes": 288173,
"flash_bytes": 288189,
"flash_percentage": 9,
"ram_bytes": 22024,
"ram_percentage": 6
@ -291,7 +291,7 @@
},
{"name": "ESP32/examples/RMT/RMTWriteNeoPixel",
"sizes": [{
"flash_bytes": 287529,
"flash_bytes": 287545,
"flash_percentage": 9,
"ram_bytes": 25024,
"ram_percentage": 7
@ -299,7 +299,7 @@
},
{"name": "ESP32/examples/ResetReason",
"sizes": [{
"flash_bytes": 296513,
"flash_bytes": 296529,
"flash_percentage": 9,
"ram_bytes": 22792,
"ram_percentage": 6
@ -307,7 +307,7 @@
},
{"name": "ESP32/examples/Serial/OnReceiveError_BREAK_Demo",
"sizes": [{
"flash_bytes": 282457,
"flash_bytes": 282473,
"flash_percentage": 8,
"ram_bytes": 21496,
"ram_percentage": 6
@ -315,7 +315,7 @@
},
{"name": "ESP32/examples/Serial/OnReceive_Demo",
"sizes": [{
"flash_bytes": 281249,
"flash_bytes": 281265,
"flash_percentage": 8,
"ram_bytes": 21480,
"ram_percentage": 6
@ -323,7 +323,7 @@
},
{"name": "ESP32/examples/Serial/RxFIFOFull_Demo",
"sizes": [{
"flash_bytes": 280561,
"flash_bytes": 280577,
"flash_percentage": 8,
"ram_bytes": 21472,
"ram_percentage": 6
@ -331,7 +331,7 @@
},
{"name": "ESP32/examples/Serial/RxTimeout_Demo",
"sizes": [{
"flash_bytes": 280381,
"flash_bytes": 280397,
"flash_percentage": 8,
"ram_bytes": 21472,
"ram_percentage": 6
@ -339,7 +339,7 @@
},
{"name": "ESP32/examples/Serial/Serial_All_CPU_Freqs",
"sizes": [{
"flash_bytes": 280393,
"flash_bytes": 280409,
"flash_percentage": 8,
"ram_bytes": 21488,
"ram_percentage": 6
@ -347,7 +347,7 @@
},
{"name": "ESP32/examples/Serial/Serial_STD_Func_OnReceive",
"sizes": [{
"flash_bytes": 281397,
"flash_bytes": 281413,
"flash_percentage": 8,
"ram_bytes": 21580,
"ram_percentage": 6
@ -355,7 +355,7 @@
},
{"name": "ESP32/examples/TWAI/TWAIreceive",
"sizes": [{
"flash_bytes": 286197,
"flash_bytes": 286213,
"flash_percentage": 9,
"ram_bytes": 21520,
"ram_percentage": 6

View File

@ -4,7 +4,7 @@
"sketches": [
{"name": "FFat/examples/FFat_time",
"sizes": [{
"flash_bytes": 737861,
"flash_bytes": 737877,
"flash_percentage": 23,
"ram_bytes": 41764,
"ram_percentage": 12
@ -12,7 +12,7 @@
},
{"name": "HTTPClient/examples/Authorization",
"sizes": [{
"flash_bytes": 852737,
"flash_bytes": 852753,
"flash_percentage": 27,
"ram_bytes": 42512,
"ram_percentage": 12
@ -20,7 +20,7 @@
},
{"name": "HTTPClient/examples/BasicHttpClient",
"sizes": [{
"flash_bytes": 852737,
"flash_bytes": 852753,
"flash_percentage": 27,
"ram_bytes": 42512,
"ram_percentage": 12
@ -28,7 +28,7 @@
},
{"name": "HTTPClient/examples/BasicHttpsClient",
"sizes": [{
"flash_bytes": 858141,
"flash_bytes": 858157,
"flash_percentage": 27,
"ram_bytes": 42560,
"ram_percentage": 12
@ -36,7 +36,7 @@
},
{"name": "HTTPClient/examples/HTTPClientEnterprise",
"sizes": [{
"flash_bytes": 886677,
"flash_bytes": 886693,
"flash_percentage": 28,
"ram_bytes": 42936,
"ram_percentage": 13
@ -44,7 +44,7 @@
},
{"name": "HTTPClient/examples/ReuseConnection",
"sizes": [{
"flash_bytes": 851773,
"flash_bytes": 851789,
"flash_percentage": 27,
"ram_bytes": 42704,
"ram_percentage": 13
@ -52,7 +52,7 @@
},
{"name": "HTTPClient/examples/StreamHttpClient",
"sizes": [{
"flash_bytes": 851597,
"flash_bytes": 851613,
"flash_percentage": 27,
"ram_bytes": 42512,
"ram_percentage": 12
@ -60,7 +60,7 @@
},
{"name": "HTTPUpdate/examples/httpUpdate",
"sizes": [{
"flash_bytes": 757509,
"flash_bytes": 757525,
"flash_percentage": 24,
"ram_bytes": 42380,
"ram_percentage": 12
@ -68,7 +68,7 @@
},
{"name": "HTTPUpdate/examples/httpUpdateSPIFFS",
"sizes": [{
"flash_bytes": 756829,
"flash_bytes": 756845,
"flash_percentage": 24,
"ram_bytes": 42380,
"ram_percentage": 12
@ -76,7 +76,7 @@
},
{"name": "HTTPUpdate/examples/httpUpdateSecure",
"sizes": [{
"flash_bytes": 880537,
"flash_bytes": 880553,
"flash_percentage": 27,
"ram_bytes": 43324,
"ram_percentage": 13
@ -84,7 +84,7 @@
},
{"name": "HTTPUpdateServer/examples/WebUpdater",
"sizes": [{
"flash_bytes": 768913,
"flash_bytes": 768929,
"flash_percentage": 24,
"ram_bytes": 44544,
"ram_percentage": 13
@ -92,7 +92,7 @@
},
{"name": "I2S/examples/ADCPlotter",
"sizes": [{
"flash_bytes": 282009,
"flash_bytes": 282025,
"flash_percentage": 8,
"ram_bytes": 18712,
"ram_percentage": 5
@ -105,7 +105,7 @@
"sketches": [
{"name": "HTTPClient/examples/HTTPClientEnterprise",
"sizes": [{
"flash_bytes": 864886,
"flash_bytes": 864894,
"flash_percentage": 27,
"ram_bytes": 38080,
"ram_percentage": 11
@ -113,7 +113,7 @@
},
{"name": "HTTPClient/examples/ReuseConnection",
"sizes": [{
"flash_bytes": 830262,
"flash_bytes": 830270,
"flash_percentage": 26,
"ram_bytes": 37848,
"ram_percentage": 11
@ -121,7 +121,7 @@
},
{"name": "HTTPClient/examples/StreamHttpClient",
"sizes": [{
"flash_bytes": 830102,
"flash_bytes": 830110,
"flash_percentage": 26,
"ram_bytes": 37656,
"ram_percentage": 11
@ -129,7 +129,7 @@
},
{"name": "HTTPUpdate/examples/httpUpdate",
"sizes": [{
"flash_bytes": 731330,
"flash_bytes": 731338,
"flash_percentage": 23,
"ram_bytes": 37312,
"ram_percentage": 11
@ -137,7 +137,7 @@
},
{"name": "HTTPUpdate/examples/httpUpdateSPIFFS",
"sizes": [{
"flash_bytes": 730670,
"flash_bytes": 730678,
"flash_percentage": 23,
"ram_bytes": 37312,
"ram_percentage": 11
@ -145,7 +145,7 @@
},
{"name": "HTTPUpdate/examples/httpUpdateSecure",
"sizes": [{
"flash_bytes": 856250,
"flash_bytes": 856258,
"flash_percentage": 27,
"ram_bytes": 38264,
"ram_percentage": 11
@ -153,7 +153,7 @@
},
{"name": "HTTPUpdateServer/examples/WebUpdater",
"sizes": [{
"flash_bytes": 744974,
"flash_bytes": 744982,
"flash_percentage": 23,
"ram_bytes": 39520,
"ram_percentage": 12
@ -161,7 +161,7 @@
},
{"name": "I2S/examples/ADCPlotter",
"sizes": [{
"flash_bytes": 237078,
"flash_bytes": 237086,
"flash_percentage": 7,
"ram_bytes": 14672,
"ram_percentage": 4
@ -169,7 +169,7 @@
},
{"name": "I2S/examples/FullDuplex",
"sizes": [{
"flash_bytes": 237110,
"flash_bytes": 237118,
"flash_percentage": 7,
"ram_bytes": 14672,
"ram_percentage": 4
@ -177,7 +177,7 @@
},
{"name": "I2S/examples/InputSerialPlotter",
"sizes": [{
"flash_bytes": 237086,
"flash_bytes": 237094,
"flash_percentage": 7,
"ram_bytes": 14672,
"ram_percentage": 4
@ -190,7 +190,7 @@
"sketches": [
{"name": "ESP32/examples/Time/SimpleTime",
"sizes": [{
"flash_bytes": 726484,
"flash_bytes": 726488,
"flash_percentage": 23,
"ram_bytes": 35828,
"ram_percentage": 10
@ -198,7 +198,7 @@
},
{"name": "ESP32/examples/Timer/RepeatTimer",
"sizes": [{
"flash_bytes": 250782,
"flash_bytes": 250786,
"flash_percentage": 7,
"ram_bytes": 13724,
"ram_percentage": 4
@ -206,7 +206,7 @@
},
{"name": "ESP32/examples/Timer/WatchdogTimer",
"sizes": [{
"flash_bytes": 250384,
"flash_bytes": 250388,
"flash_percentage": 7,
"ram_bytes": 13708,
"ram_percentage": 4
@ -214,7 +214,7 @@
},
{"name": "ESPmDNS/examples/mDNS-SD_Extended",
"sizes": [{
"flash_bytes": 728636,
"flash_bytes": 728640,
"flash_percentage": 23,
"ram_bytes": 36348,
"ram_percentage": 11
@ -222,7 +222,7 @@
},
{"name": "ESPmDNS/examples/mDNS_Web_Server",
"sizes": [{
"flash_bytes": 746338,
"flash_bytes": 746342,
"flash_percentage": 23,
"ram_bytes": 37628,
"ram_percentage": 11
@ -230,7 +230,7 @@
},
{"name": "FFat/examples/FFat_Test",
"sizes": [{
"flash_bytes": 300282,
"flash_bytes": 300286,
"flash_percentage": 9,
"ram_bytes": 14436,
"ram_percentage": 4
@ -238,7 +238,7 @@
},
{"name": "FFat/examples/FFat_time",
"sizes": [{
"flash_bytes": 764670,
"flash_bytes": 764674,
"flash_percentage": 24,
"ram_bytes": 35948,
"ram_percentage": 10
@ -246,7 +246,7 @@
},
{"name": "HTTPClient/examples/Authorization",
"sizes": [{
"flash_bytes": 875300,
"flash_bytes": 875304,
"flash_percentage": 27,
"ram_bytes": 36700,
"ram_percentage": 11
@ -254,7 +254,7 @@
},
{"name": "HTTPClient/examples/BasicHttpClient",
"sizes": [{
"flash_bytes": 875292,
"flash_bytes": 875296,
"flash_percentage": 27,
"ram_bytes": 36700,
"ram_percentage": 11
@ -262,7 +262,7 @@
},
{"name": "HTTPClient/examples/BasicHttpsClient",
"sizes": [{
"flash_bytes": 881004,
"flash_bytes": 881008,
"flash_percentage": 28,
"ram_bytes": 36740,
"ram_percentage": 11
@ -275,7 +275,7 @@
"sketches": [
{"name": "ESP32/examples/TWAI/TWAItransmit",
"sizes": [{
"flash_bytes": 286457,
"flash_bytes": 286473,
"flash_percentage": 9,
"ram_bytes": 21520,
"ram_percentage": 6
@ -291,7 +291,7 @@
},
{"name": "ESP32/examples/Time/SimpleTime",
"sizes": [{
"flash_bytes": 761709,
"flash_bytes": 761725,
"flash_percentage": 24,
"ram_bytes": 45916,
"ram_percentage": 14
@ -299,7 +299,7 @@
},
{"name": "ESP32/examples/Timer/RepeatTimer",
"sizes": [{
"flash_bytes": 287213,
"flash_bytes": 287229,
"flash_percentage": 9,
"ram_bytes": 21536,
"ram_percentage": 6
@ -307,7 +307,7 @@
},
{"name": "ESP32/examples/Timer/WatchdogTimer",
"sizes": [{
"flash_bytes": 286789,
"flash_bytes": 286805,
"flash_percentage": 9,
"ram_bytes": 21504,
"ram_percentage": 6
@ -315,7 +315,7 @@
},
{"name": "ESP32/examples/Touch/TouchButton",
"sizes": [{
"flash_bytes": 288229,
"flash_bytes": 288245,
"flash_percentage": 9,
"ram_bytes": 21976,
"ram_percentage": 6
@ -323,7 +323,7 @@
},
{"name": "ESP32/examples/Touch/TouchInterrupt",
"sizes": [{
"flash_bytes": 287409,
"flash_bytes": 287425,
"flash_percentage": 9,
"ram_bytes": 21976,
"ram_percentage": 6
@ -331,7 +331,7 @@
},
{"name": "ESP32/examples/Touch/TouchRead",
"sizes": [{
"flash_bytes": 287501,
"flash_bytes": 287517,
"flash_percentage": 9,
"ram_bytes": 21976,
"ram_percentage": 6
@ -339,7 +339,7 @@
},
{"name": "ESPmDNS/examples/mDNS-SD_Extended",
"sizes": [{
"flash_bytes": 760801,
"flash_bytes": 760817,
"flash_percentage": 24,
"ram_bytes": 45276,
"ram_percentage": 13
@ -347,7 +347,7 @@
},
{"name": "ESPmDNS/examples/mDNS_Web_Server",
"sizes": [{
"flash_bytes": 777681,
"flash_bytes": 777697,
"flash_percentage": 24,
"ram_bytes": 46564,
"ram_percentage": 14
@ -355,7 +355,7 @@
},
{"name": "Ethernet/examples/ETH_LAN8720",
"sizes": [{
"flash_bytes": 783317,
"flash_bytes": 783333,
"flash_percentage": 24,
"ram_bytes": 44644,
"ram_percentage": 13

View File

@ -4,7 +4,7 @@
"sketches": [
{"name": "I2S/examples/FullDuplex",
"sizes": [{
"flash_bytes": 282041,
"flash_bytes": 282057,
"flash_percentage": 8,
"ram_bytes": 18720,
"ram_percentage": 5
@ -12,7 +12,7 @@
},
{"name": "I2S/examples/InputSerialPlotter",
"sizes": [{
"flash_bytes": 282017,
"flash_bytes": 282033,
"flash_percentage": 8,
"ram_bytes": 18712,
"ram_percentage": 5
@ -20,7 +20,7 @@
},
{"name": "I2S/examples/SimpleTone",
"sizes": [{
"flash_bytes": 281989,
"flash_bytes": 282005,
"flash_percentage": 8,
"ram_bytes": 18720,
"ram_percentage": 5
@ -28,7 +28,7 @@
},
{"name": "Insights/examples/DiagnosticsSmokeTest",
"sizes": [{
"flash_bytes": 852245,
"flash_bytes": 852261,
"flash_percentage": 27,
"ram_bytes": 44088,
"ram_percentage": 13
@ -36,7 +36,7 @@
},
{"name": "Insights/examples/MinimalDiagnostics",
"sizes": [{
"flash_bytes": 851709,
"flash_bytes": 851729,
"flash_percentage": 27,
"ram_bytes": 43968,
"ram_percentage": 13
@ -44,7 +44,7 @@
},
{"name": "LittleFS/examples/LITTLEFS_test",
"sizes": [{
"flash_bytes": 304749,
"flash_bytes": 304765,
"flash_percentage": 9,
"ram_bytes": 19096,
"ram_percentage": 5
@ -52,7 +52,7 @@
},
{"name": "LittleFS/examples/LITTLEFS_time",
"sizes": [{
"flash_bytes": 738309,
"flash_bytes": 738325,
"flash_percentage": 23,
"ram_bytes": 41680,
"ram_percentage": 12
@ -60,7 +60,7 @@
},
{"name": "NetBIOS/examples/ESP_NBNST",
"sizes": [{
"flash_bytes": 680033,
"flash_bytes": 680049,
"flash_percentage": 21,
"ram_bytes": 40296,
"ram_percentage": 12
@ -68,7 +68,7 @@
},
{"name": "Preferences/examples/Prefs2Struct",
"sizes": [{
"flash_bytes": 270633,
"flash_bytes": 270649,
"flash_percentage": 8,
"ram_bytes": 18568,
"ram_percentage": 5
@ -76,7 +76,7 @@
},
{"name": "Preferences/examples/StartCounter",
"sizes": [{
"flash_bytes": 271337,
"flash_bytes": 271353,
"flash_percentage": 8,
"ram_bytes": 18576,
"ram_percentage": 5
@ -84,7 +84,7 @@
},
{"name": "RainMaker/examples/RMakerCustom",
"sizes": [{
"flash_bytes": 1668321,
"flash_bytes": 1668337,
"flash_percentage": 53,
"ram_bytes": 66484,
"ram_percentage": 20
@ -92,7 +92,7 @@
},
{"name": "RainMaker/examples/RMakerCustomAirCooler",
"sizes": [{
"flash_bytes": 1655457,
"flash_bytes": 1655473,
"flash_percentage": 52,
"ram_bytes": 66596,
"ram_percentage": 20
@ -105,7 +105,7 @@
"sketches": [
{"name": "I2S/examples/SimpleTone",
"sizes": [{
"flash_bytes": 237062,
"flash_bytes": 237070,
"flash_percentage": 7,
"ram_bytes": 14680,
"ram_percentage": 4
@ -113,7 +113,7 @@
},
{"name": "Insights/examples/DiagnosticsSmokeTest",
"sizes": [{
"flash_bytes": 830674,
"flash_bytes": 830682,
"flash_percentage": 26,
"ram_bytes": 39216,
"ram_percentage": 11
@ -121,7 +121,7 @@
},
{"name": "Insights/examples/MinimalDiagnostics",
"sizes": [{
"flash_bytes": 830154,
"flash_bytes": 830162,
"flash_percentage": 26,
"ram_bytes": 39096,
"ram_percentage": 11
@ -129,7 +129,7 @@
},
{"name": "LittleFS/examples/LITTLEFS_test",
"sizes": [{
"flash_bytes": 278206,
"flash_bytes": 278214,
"flash_percentage": 8,
"ram_bytes": 15072,
"ram_percentage": 4
@ -137,7 +137,7 @@
},
{"name": "LittleFS/examples/LITTLEFS_time",
"sizes": [{
"flash_bytes": 715514,
"flash_bytes": 715522,
"flash_percentage": 22,
"ram_bytes": 36824,
"ram_percentage": 11
@ -145,7 +145,7 @@
},
{"name": "NetBIOS/examples/ESP_NBNST",
"sizes": [{
"flash_bytes": 657182,
"flash_bytes": 657190,
"flash_percentage": 20,
"ram_bytes": 35440,
"ram_percentage": 10
@ -153,7 +153,7 @@
},
{"name": "Preferences/examples/Prefs2Struct",
"sizes": [{
"flash_bytes": 243666,
"flash_bytes": 243674,
"flash_percentage": 7,
"ram_bytes": 14552,
"ram_percentage": 4
@ -161,7 +161,7 @@
},
{"name": "Preferences/examples/StartCounter",
"sizes": [{
"flash_bytes": 244382,
"flash_bytes": 244390,
"flash_percentage": 7,
"ram_bytes": 14552,
"ram_percentage": 4
@ -169,7 +169,7 @@
},
{"name": "RainMaker/examples/RMakerCustom",
"sizes": [{
"flash_bytes": 1109882,
"flash_bytes": 1109890,
"flash_percentage": 35,
"ram_bytes": 40412,
"ram_percentage": 12
@ -177,7 +177,7 @@
},
{"name": "RainMaker/examples/RMakerCustomAirCooler",
"sizes": [{
"flash_bytes": 1097042,
"flash_bytes": 1097050,
"flash_percentage": 34,
"ram_bytes": 40536,
"ram_percentage": 12
@ -190,7 +190,7 @@
"sketches": [
{"name": "HTTPClient/examples/HTTPClientEnterprise",
"sizes": [{
"flash_bytes": 909728,
"flash_bytes": 909732,
"flash_percentage": 28,
"ram_bytes": 37044,
"ram_percentage": 11
@ -198,7 +198,7 @@
},
{"name": "HTTPClient/examples/ReuseConnection",
"sizes": [{
"flash_bytes": 874386,
"flash_bytes": 874390,
"flash_percentage": 27,
"ram_bytes": 36892,
"ram_percentage": 11
@ -206,7 +206,7 @@
},
{"name": "HTTPClient/examples/StreamHttpClient",
"sizes": [{
"flash_bytes": 874008,
"flash_bytes": 874012,
"flash_percentage": 27,
"ram_bytes": 36700,
"ram_percentage": 11
@ -214,7 +214,7 @@
},
{"name": "HTTPUpdate/examples/httpUpdate",
"sizes": [{
"flash_bytes": 771158,
"flash_bytes": 771162,
"flash_percentage": 24,
"ram_bytes": 36324,
"ram_percentage": 11
@ -222,7 +222,7 @@
},
{"name": "HTTPUpdate/examples/httpUpdateSPIFFS",
"sizes": [{
"flash_bytes": 770774,
"flash_bytes": 770778,
"flash_percentage": 24,
"ram_bytes": 36324,
"ram_percentage": 11
@ -230,7 +230,7 @@
},
{"name": "HTTPUpdate/examples/httpUpdateSecure",
"sizes": [{
"flash_bytes": 901376,
"flash_bytes": 901380,
"flash_percentage": 28,
"ram_bytes": 37284,
"ram_percentage": 11
@ -238,7 +238,7 @@
},
{"name": "HTTPUpdateServer/examples/WebUpdater",
"sizes": [{
"flash_bytes": 796586,
"flash_bytes": 796590,
"flash_percentage": 25,
"ram_bytes": 38540,
"ram_percentage": 11
@ -246,7 +246,7 @@
},
{"name": "Insights/examples/DiagnosticsSmokeTest",
"sizes": [{
"flash_bytes": 890324,
"flash_bytes": 890328,
"flash_percentage": 28,
"ram_bytes": 38260,
"ram_percentage": 11
@ -254,7 +254,7 @@
},
{"name": "Insights/examples/MinimalDiagnostics",
"sizes": [{
"flash_bytes": 889806,
"flash_bytes": 889810,
"flash_percentage": 28,
"ram_bytes": 38148,
"ram_percentage": 11
@ -262,7 +262,7 @@
},
{"name": "LittleFS/examples/LITTLEFS_test",
"sizes": [{
"flash_bytes": 289862,
"flash_bytes": 289866,
"flash_percentage": 9,
"ram_bytes": 14236,
"ram_percentage": 4
@ -275,7 +275,7 @@
"sketches": [
{"name": "Ethernet/examples/ETH_TLK110",
"sizes": [{
"flash_bytes": 783321,
"flash_bytes": 783337,
"flash_percentage": 24,
"ram_bytes": 44644,
"ram_percentage": 13
@ -283,7 +283,7 @@
},
{"name": "FFat/examples/FFat_Test",
"sizes": [{
"flash_bytes": 337893,
"flash_bytes": 337909,
"flash_percentage": 10,
"ram_bytes": 22480,
"ram_percentage": 6
@ -291,7 +291,7 @@
},
{"name": "FFat/examples/FFat_time",
"sizes": [{
"flash_bytes": 799609,
"flash_bytes": 799625,
"flash_percentage": 25,
"ram_bytes": 45252,
"ram_percentage": 13
@ -299,7 +299,7 @@
},
{"name": "HTTPClient/examples/Authorization",
"sizes": [{
"flash_bytes": 917645,
"flash_bytes": 917665,
"flash_percentage": 29,
"ram_bytes": 46648,
"ram_percentage": 14
@ -307,7 +307,7 @@
},
{"name": "HTTPClient/examples/BasicHttpClient",
"sizes": [{
"flash_bytes": 917629,
"flash_bytes": 917649,
"flash_percentage": 29,
"ram_bytes": 46648,
"ram_percentage": 14
@ -315,7 +315,7 @@
},
{"name": "HTTPClient/examples/BasicHttpsClient",
"sizes": [{
"flash_bytes": 923193,
"flash_bytes": 923209,
"flash_percentage": 29,
"ram_bytes": 46848,
"ram_percentage": 14
@ -323,7 +323,7 @@
},
{"name": "HTTPClient/examples/HTTPClientEnterprise",
"sizes": [{
"flash_bytes": 952337,
"flash_bytes": 952353,
"flash_percentage": 30,
"ram_bytes": 47088,
"ram_percentage": 14
@ -331,7 +331,7 @@
},
{"name": "HTTPClient/examples/ReuseConnection",
"sizes": [{
"flash_bytes": 916593,
"flash_bytes": 916609,
"flash_percentage": 29,
"ram_bytes": 46840,
"ram_percentage": 14
@ -339,7 +339,7 @@
},
{"name": "HTTPClient/examples/StreamHttpClient",
"sizes": [{
"flash_bytes": 916405,
"flash_bytes": 916425,
"flash_percentage": 29,
"ram_bytes": 46648,
"ram_percentage": 14
@ -347,7 +347,7 @@
},
{"name": "HTTPUpdate/examples/httpUpdate",
"sizes": [{
"flash_bytes": 808941,
"flash_bytes": 808957,
"flash_percentage": 25,
"ram_bytes": 46060,
"ram_percentage": 14
@ -355,7 +355,7 @@
},
{"name": "HTTPUpdate/examples/httpUpdateSPIFFS",
"sizes": [{
"flash_bytes": 808249,
"flash_bytes": 808265,
"flash_percentage": 25,
"ram_bytes": 46060,
"ram_percentage": 14

View File

@ -4,7 +4,7 @@
"sketches": [
{"name": "RainMaker/examples/RMakerSonoffDualR3",
"sizes": [{
"flash_bytes": 1671213,
"flash_bytes": 1671229,
"flash_percentage": 53,
"ram_bytes": 67084,
"ram_percentage": 20
@ -12,7 +12,7 @@
},
{"name": "RainMaker/examples/RMakerSwitch",
"sizes": [{
"flash_bytes": 1678453,
"flash_bytes": 1678469,
"flash_percentage": 53,
"ram_bytes": 66516,
"ram_percentage": 20
@ -20,7 +20,7 @@
},
{"name": "SD/examples/SD_Test",
"sizes": [{
"flash_bytes": 332637,
"flash_bytes": 332653,
"flash_percentage": 10,
"ram_bytes": 19732,
"ram_percentage": 6
@ -28,7 +28,7 @@
},
{"name": "SD/examples/SD_time",
"sizes": [{
"flash_bytes": 752321,
"flash_bytes": 752337,
"flash_percentage": 23,
"ram_bytes": 42188,
"ram_percentage": 12
@ -36,7 +36,7 @@
},
{"name": "SD_MMC/examples/SDMMC_Test",
"sizes": [{
"flash_bytes": 346081,
"flash_bytes": 346097,
"flash_percentage": 11,
"ram_bytes": 19612,
"ram_percentage": 5
@ -44,7 +44,7 @@
},
{"name": "SD_MMC/examples/SDMMC_time",
"sizes": [{
"flash_bytes": 768393,
"flash_bytes": 768409,
"flash_percentage": 24,
"ram_bytes": 42112,
"ram_percentage": 12
@ -60,7 +60,7 @@
},
{"name": "SPIFFS/examples/SPIFFS_Test",
"sizes": [{
"flash_bytes": 298737,
"flash_bytes": 298753,
"flash_percentage": 9,
"ram_bytes": 19088,
"ram_percentage": 5
@ -68,7 +68,7 @@
},
{"name": "SPIFFS/examples/SPIFFS_time",
"sizes": [{
"flash_bytes": 732937,
"flash_bytes": 732953,
"flash_percentage": 23,
"ram_bytes": 41664,
"ram_percentage": 12
@ -76,7 +76,7 @@
},
{"name": "SimpleBLE/examples/SimpleBleDevice",
"sizes": [{
"flash_bytes": 863325,
"flash_bytes": 863341,
"flash_percentage": 27,
"ram_bytes": 44188,
"ram_percentage": 13
@ -84,7 +84,7 @@
},
{"name": "Ticker/examples/Arguments",
"sizes": [{
"flash_bytes": 275121,
"flash_bytes": 275137,
"flash_percentage": 8,
"ram_bytes": 19024,
"ram_percentage": 5
@ -105,7 +105,7 @@
"sketches": [
{"name": "RainMaker/examples/RMakerSonoffDualR3",
"sizes": [{
"flash_bytes": 1112578,
"flash_bytes": 1112586,
"flash_percentage": 35,
"ram_bytes": 40996,
"ram_percentage": 12
@ -113,7 +113,7 @@
},
{"name": "RainMaker/examples/RMakerSwitch",
"sizes": [{
"flash_bytes": 1119886,
"flash_bytes": 1119894,
"flash_percentage": 35,
"ram_bytes": 40452,
"ram_percentage": 12
@ -121,7 +121,7 @@
},
{"name": "SD/examples/SD_Test",
"sizes": [{
"flash_bytes": 303710,
"flash_bytes": 303718,
"flash_percentage": 9,
"ram_bytes": 15540,
"ram_percentage": 4
@ -129,7 +129,7 @@
},
{"name": "SD/examples/SD_time",
"sizes": [{
"flash_bytes": 727062,
"flash_bytes": 727070,
"flash_percentage": 23,
"ram_bytes": 37164,
"ram_percentage": 11
@ -145,7 +145,7 @@
},
{"name": "SPIFFS/examples/SPIFFS_Test",
"sizes": [{
"flash_bytes": 272598,
"flash_bytes": 272606,
"flash_percentage": 8,
"ram_bytes": 15064,
"ram_percentage": 4
@ -153,7 +153,7 @@
},
{"name": "SPIFFS/examples/SPIFFS_time",
"sizes": [{
"flash_bytes": 710162,
"flash_bytes": 710174,
"flash_percentage": 22,
"ram_bytes": 36816,
"ram_percentage": 11
@ -161,7 +161,7 @@
},
{"name": "Ticker/examples/Arguments",
"sizes": [{
"flash_bytes": 246498,
"flash_bytes": 246506,
"flash_percentage": 7,
"ram_bytes": 14824,
"ram_percentage": 4
@ -177,7 +177,7 @@
},
{"name": "USB/examples/CompositeDevice",
"sizes": [{
"flash_bytes": 314214,
"flash_bytes": 314222,
"flash_percentage": 9,
"ram_bytes": 27244,
"ram_percentage": 8
@ -190,7 +190,7 @@
"sketches": [
{"name": "LittleFS/examples/LITTLEFS_time",
"sizes": [{
"flash_bytes": 767660,
"flash_bytes": 767664,
"flash_percentage": 24,
"ram_bytes": 35852,
"ram_percentage": 10
@ -198,7 +198,7 @@
},
{"name": "NetBIOS/examples/ESP_NBNST",
"sizes": [{
"flash_bytes": 705916,
"flash_bytes": 705920,
"flash_percentage": 22,
"ram_bytes": 34484,
"ram_percentage": 10
@ -206,7 +206,7 @@
},
{"name": "Preferences/examples/Prefs2Struct",
"sizes": [{
"flash_bytes": 245064,
"flash_bytes": 245068,
"flash_percentage": 7,
"ram_bytes": 13716,
"ram_percentage": 4
@ -214,7 +214,7 @@
},
{"name": "Preferences/examples/StartCounter",
"sizes": [{
"flash_bytes": 249046,
"flash_bytes": 249050,
"flash_percentage": 7,
"ram_bytes": 13716,
"ram_percentage": 4
@ -222,7 +222,7 @@
},
{"name": "RainMaker/examples/RMakerCustom",
"sizes": [{
"flash_bytes": 1797436,
"flash_bytes": 1797440,
"flash_percentage": 57,
"ram_bytes": 59012,
"ram_percentage": 18
@ -230,7 +230,7 @@
},
{"name": "RainMaker/examples/RMakerCustomAirCooler",
"sizes": [{
"flash_bytes": 1783250,
"flash_bytes": 1783254,
"flash_percentage": 56,
"ram_bytes": 59076,
"ram_percentage": 18
@ -238,7 +238,7 @@
},
{"name": "RainMaker/examples/RMakerSonoffDualR3",
"sizes": [{
"flash_bytes": 1799648,
"flash_bytes": 1799652,
"flash_percentage": 57,
"ram_bytes": 59284,
"ram_percentage": 18
@ -246,7 +246,7 @@
},
{"name": "RainMaker/examples/RMakerSwitch",
"sizes": [{
"flash_bytes": 1822776,
"flash_bytes": 1822780,
"flash_percentage": 57,
"ram_bytes": 60604,
"ram_percentage": 18
@ -254,7 +254,7 @@
},
{"name": "SD/examples/SD_Test",
"sizes": [{
"flash_bytes": 311558,
"flash_bytes": 311562,
"flash_percentage": 9,
"ram_bytes": 14660,
"ram_percentage": 4
@ -262,7 +262,7 @@
},
{"name": "SD/examples/SD_time",
"sizes": [{
"flash_bytes": 776124,
"flash_bytes": 776128,
"flash_percentage": 24,
"ram_bytes": 36172,
"ram_percentage": 11
@ -275,7 +275,7 @@
"sketches": [
{"name": "HTTPUpdate/examples/httpUpdateSecure",
"sizes": [{
"flash_bytes": 936197,
"flash_bytes": 936213,
"flash_percentage": 29,
"ram_bytes": 47180,
"ram_percentage": 14
@ -283,7 +283,7 @@
},
{"name": "HTTPUpdateServer/examples/WebUpdater",
"sizes": [{
"flash_bytes": 821845,
"flash_bytes": 821861,
"flash_percentage": 26,
"ram_bytes": 47220,
"ram_percentage": 14
@ -291,7 +291,7 @@
},
{"name": "I2S/examples/ADCPlotter",
"sizes": [{
"flash_bytes": 304409,
"flash_bytes": 304425,
"flash_percentage": 9,
"ram_bytes": 21648,
"ram_percentage": 6
@ -299,7 +299,7 @@
},
{"name": "I2S/examples/FullDuplex",
"sizes": [{
"flash_bytes": 304421,
"flash_bytes": 304437,
"flash_percentage": 9,
"ram_bytes": 21656,
"ram_percentage": 6
@ -307,7 +307,7 @@
},
{"name": "I2S/examples/InputSerialPlotter",
"sizes": [{
"flash_bytes": 304417,
"flash_bytes": 304433,
"flash_percentage": 9,
"ram_bytes": 21648,
"ram_percentage": 6
@ -315,7 +315,7 @@
},
{"name": "I2S/examples/SimpleTone",
"sizes": [{
"flash_bytes": 304397,
"flash_bytes": 304413,
"flash_percentage": 9,
"ram_bytes": 21656,
"ram_percentage": 6
@ -323,7 +323,7 @@
},
{"name": "Insights/examples/DiagnosticsSmokeTest",
"sizes": [{
"flash_bytes": 915665,
"flash_bytes": 915681,
"flash_percentage": 29,
"ram_bytes": 47188,
"ram_percentage": 14
@ -331,7 +331,7 @@
},
{"name": "Insights/examples/MinimalDiagnostics",
"sizes": [{
"flash_bytes": 915113,
"flash_bytes": 915133,
"flash_percentage": 29,
"ram_bytes": 47068,
"ram_percentage": 14
@ -339,7 +339,7 @@
},
{"name": "LittleFS/examples/LITTLEFS_test",
"sizes": [{
"flash_bytes": 323273,
"flash_bytes": 323289,
"flash_percentage": 10,
"ram_bytes": 22016,
"ram_percentage": 6
@ -347,7 +347,7 @@
},
{"name": "LittleFS/examples/LITTLEFS_time",
"sizes": [{
"flash_bytes": 799821,
"flash_bytes": 799837,
"flash_percentage": 25,
"ram_bytes": 45072,
"ram_percentage": 13
@ -355,7 +355,7 @@
},
{"name": "NetBIOS/examples/ESP_NBNST",
"sizes": [{
"flash_bytes": 738969,
"flash_bytes": 738985,
"flash_percentage": 23,
"ram_bytes": 43420,
"ram_percentage": 13

View File

@ -4,7 +4,7 @@
"sketches": [
{"name": "USB/examples/CompositeDevice",
"sizes": [{
"flash_bytes": 352557,
"flash_bytes": 352573,
"flash_percentage": 11,
"ram_bytes": 31724,
"ram_percentage": 9
@ -20,7 +20,7 @@
},
{"name": "USB/examples/CustomHIDDevice",
"sizes": [{
"flash_bytes": 310893,
"flash_bytes": 310909,
"flash_percentage": 9,
"ram_bytes": 31300,
"ram_percentage": 9
@ -28,7 +28,7 @@
},
{"name": "USB/examples/FirmwareMSC",
"sizes": [{
"flash_bytes": 340741,
"flash_bytes": 340757,
"flash_percentage": 10,
"ram_bytes": 31356,
"ram_percentage": 9
@ -36,7 +36,7 @@
},
{"name": "USB/examples/Gamepad",
"sizes": [{
"flash_bytes": 311217,
"flash_bytes": 311233,
"flash_percentage": 9,
"ram_bytes": 31308,
"ram_percentage": 9
@ -44,7 +44,7 @@
},
{"name": "USB/examples/HIDVendor",
"sizes": [{
"flash_bytes": 313333,
"flash_bytes": 313349,
"flash_percentage": 9,
"ram_bytes": 31380,
"ram_percentage": 9
@ -76,7 +76,7 @@
},
{"name": "USB/examples/Keyboard/KeyboardSerial",
"sizes": [{
"flash_bytes": 311141,
"flash_bytes": 311157,
"flash_percentage": 9,
"ram_bytes": 31308,
"ram_percentage": 9
@ -84,7 +84,7 @@
},
{"name": "USB/examples/KeyboardAndMouseControl",
"sizes": [{
"flash_bytes": 311741,
"flash_bytes": 311757,
"flash_percentage": 9,
"ram_bytes": 31316,
"ram_percentage": 9
@ -113,7 +113,7 @@
},
{"name": "USB/examples/CustomHIDDevice",
"sizes": [{
"flash_bytes": 274338,
"flash_bytes": 274346,
"flash_percentage": 8,
"ram_bytes": 26820,
"ram_percentage": 8
@ -121,7 +121,7 @@
},
{"name": "USB/examples/FirmwareMSC",
"sizes": [{
"flash_bytes": 302326,
"flash_bytes": 302334,
"flash_percentage": 9,
"ram_bytes": 26868,
"ram_percentage": 8
@ -129,7 +129,7 @@
},
{"name": "USB/examples/Gamepad",
"sizes": [{
"flash_bytes": 274678,
"flash_bytes": 274686,
"flash_percentage": 8,
"ram_bytes": 26836,
"ram_percentage": 8
@ -137,7 +137,7 @@
},
{"name": "USB/examples/HIDVendor",
"sizes": [{
"flash_bytes": 276798,
"flash_bytes": 276806,
"flash_percentage": 8,
"ram_bytes": 26916,
"ram_percentage": 8
@ -169,7 +169,7 @@
},
{"name": "USB/examples/Keyboard/KeyboardSerial",
"sizes": [{
"flash_bytes": 272842,
"flash_bytes": 272850,
"flash_percentage": 8,
"ram_bytes": 26836,
"ram_percentage": 8
@ -177,7 +177,7 @@
},
{"name": "USB/examples/KeyboardAndMouseControl",
"sizes": [{
"flash_bytes": 275210,
"flash_bytes": 275218,
"flash_percentage": 8,
"ram_bytes": 26844,
"ram_percentage": 8
@ -190,7 +190,7 @@
"sketches": [
{"name": "SPIFFS/examples/SPIFFS_Test",
"sizes": [{
"flash_bytes": 283048,
"flash_bytes": 283052,
"flash_percentage": 8,
"ram_bytes": 14228,
"ram_percentage": 4
@ -198,7 +198,7 @@
},
{"name": "SPIFFS/examples/SPIFFS_time",
"sizes": [{
"flash_bytes": 761374,
"flash_bytes": 761378,
"flash_percentage": 24,
"ram_bytes": 35852,
"ram_percentage": 10
@ -206,7 +206,7 @@
},
{"name": "Ticker/examples/Arguments",
"sizes": [{
"flash_bytes": 254238,
"flash_bytes": 254242,
"flash_percentage": 8,
"ram_bytes": 13956,
"ram_percentage": 4
@ -222,7 +222,7 @@
},
{"name": "Update/examples/AWS_S3_OTA_Update",
"sizes": [{
"flash_bytes": 731614,
"flash_bytes": 731618,
"flash_percentage": 23,
"ram_bytes": 36188,
"ram_percentage": 11
@ -230,7 +230,7 @@
},
{"name": "Update/examples/HTTPS_OTA_Update",
"sizes": [{
"flash_bytes": 871064,
"flash_bytes": 871068,
"flash_percentage": 27,
"ram_bytes": 36580,
"ram_percentage": 11
@ -238,7 +238,7 @@
},
{"name": "Update/examples/SD_Update",
"sizes": [{
"flash_bytes": 312874,
"flash_bytes": 312878,
"flash_percentage": 9,
"ram_bytes": 14324,
"ram_percentage": 4
@ -246,7 +246,7 @@
},
{"name": "WebServer/examples/AdvancedWebServer",
"sizes": [{
"flash_bytes": 789246,
"flash_bytes": 789250,
"flash_percentage": 25,
"ram_bytes": 38268,
"ram_percentage": 11
@ -254,7 +254,7 @@
},
{"name": "WebServer/examples/FSBrowser",
"sizes": [{
"flash_bytes": 824562,
"flash_bytes": 824566,
"flash_percentage": 26,
"ram_bytes": 38204,
"ram_percentage": 11
@ -262,7 +262,7 @@
},
{"name": "WebServer/examples/HelloServer",
"sizes": [{
"flash_bytes": 788096,
"flash_bytes": 788100,
"flash_percentage": 25,
"ram_bytes": 38268,
"ram_percentage": 11
@ -275,7 +275,7 @@
"sketches": [
{"name": "Preferences/examples/Prefs2Struct",
"sizes": [{
"flash_bytes": 287393,
"flash_bytes": 287409,
"flash_percentage": 9,
"ram_bytes": 21496,
"ram_percentage": 6
@ -283,7 +283,7 @@
},
{"name": "Preferences/examples/StartCounter",
"sizes": [{
"flash_bytes": 288121,
"flash_bytes": 288137,
"flash_percentage": 9,
"ram_bytes": 21496,
"ram_percentage": 6
@ -291,7 +291,7 @@
},
{"name": "RainMaker/examples/RMakerCustom",
"sizes": [{
"flash_bytes": 1934573,
"flash_bytes": 1934589,
"flash_percentage": 61,
"ram_bytes": 62368,
"ram_percentage": 19
@ -299,7 +299,7 @@
},
{"name": "RainMaker/examples/RMakerCustomAirCooler",
"sizes": [{
"flash_bytes": 1912129,
"flash_bytes": 1912145,
"flash_percentage": 60,
"ram_bytes": 62504,
"ram_percentage": 19
@ -307,7 +307,7 @@
},
{"name": "RainMaker/examples/RMakerSonoffDualR3",
"sizes": [{
"flash_bytes": 1937729,
"flash_bytes": 1937745,
"flash_percentage": 61,
"ram_bytes": 62864,
"ram_percentage": 19
@ -315,7 +315,7 @@
},
{"name": "RainMaker/examples/RMakerSwitch",
"sizes": [{
"flash_bytes": 1945425,
"flash_bytes": 1945441,
"flash_percentage": 61,
"ram_bytes": 62408,
"ram_percentage": 19
@ -323,7 +323,7 @@
},
{"name": "SD/examples/SD_Test",
"sizes": [{
"flash_bytes": 342741,
"flash_bytes": 342757,
"flash_percentage": 10,
"ram_bytes": 22488,
"ram_percentage": 6
@ -331,7 +331,7 @@
},
{"name": "SD/examples/SD_time",
"sizes": [{
"flash_bytes": 804269,
"flash_bytes": 804285,
"flash_percentage": 25,
"ram_bytes": 45260,
"ram_percentage": 13
@ -339,7 +339,7 @@
},
{"name": "SD_MMC/examples/SDMMC_Test",
"sizes": [{
"flash_bytes": 365269,
"flash_bytes": 365285,
"flash_percentage": 11,
"ram_bytes": 22852,
"ram_percentage": 6
@ -347,7 +347,7 @@
},
{"name": "SD_MMC/examples/SDMMC_time",
"sizes": [{
"flash_bytes": 830217,
"flash_bytes": 830233,
"flash_percentage": 26,
"ram_bytes": 45672,
"ram_percentage": 13