Files
bumble_fork/bumble
Alan Rosenthal dfb6734324 Fix typo when parsing device-config's gatt server
* 'permission' instead of 'permissions'
* Also added a more user friendly error message when Attribute.string_to_permissions fails
```
TypeError: Attribute::permissions error:
Expected a string containing any of the keys, seperated by commas: READABLE,WRITEABLE,READ_REQUIRES_ENCRYPTION,WRITE_REQUIRES_ENCRYPTION,READ_REQUIRES_AUTHENTICATION,WRITE_REQUIRES_AUTHENTICATION,READ_REQUIRES_AUTHORIZATION,WRITE_REQUIRES_AUTHORIZATION
Got: 1
```
```
Exception: Error parsing Device Config's GATT Services. The key 'permission' must be renamed to 'permissions'
```
2023-03-24 16:11:18 -04:00
..
2023-02-23 21:01:17 +00:00
2022-12-10 09:40:12 -08:00
2023-03-03 22:38:21 +00:00
2022-12-15 23:07:17 -08:00
2023-03-23 04:36:02 +00:00
2022-12-10 09:40:12 -08:00
2023-03-20 18:25:21 -07:00
2023-03-20 18:25:21 -07:00
2023-02-23 21:06:12 +00:00
2023-03-20 18:25:21 -07:00
2023-03-20 12:14:28 -07:00
2023-03-22 17:26:32 -07:00