Updates for v4 (#187)

* decrease default gatt table size

* update simulator size

* update simulator buttons

* Add shake animation & gradients for edge pins
This commit is contained in:
Juri Wolf
2022-05-25 18:49:55 +02:00
committed by GitHub
parent 3fd2c31481
commit 5188a57927
3 changed files with 121 additions and 49 deletions

View File

@ -125,7 +125,7 @@
"device_info_service": 0
},
"stack_size": 1280,
"gatt_table_size": "0x600",
"gatt_table_size": "0xD8",
"panic_on_heap_full": 0,
"debug": 0,
"heap_debug": 0,
@ -139,6 +139,7 @@
"config": {
"microbit-dal": {
"stack_size": 2048,
"gatt_table_size": "0x600",
"sram_end": "0x20008000",
"RAM_SIZE": "\"32K\""
}
@ -149,6 +150,7 @@
"config": {
"microbit-dal": {
"stack_size": 1280,
"gatt_table_size": "0xD8",
"sram_end": "0x20004000",
"RAM_SIZE": "\"16K\""
}