mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
[MIRROR] Increases capacity for small, mid and large assemblies (#7405)
* Increases capacity for small, mid and large assemblies (#60587) balance: Doubles capacity for most shells * Increases capacity for small, mid and large assemblies Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
@@ -135,9 +135,9 @@
|
||||
#define SHELL_FLAG_ALLOW_FAILURE_ACTION (1<<3)
|
||||
|
||||
// Shell capacities. These can be converted to configs very easily later
|
||||
#define SHELL_CAPACITY_SMALL 10
|
||||
#define SHELL_CAPACITY_MEDIUM 25
|
||||
#define SHELL_CAPACITY_LARGE 50
|
||||
#define SHELL_CAPACITY_SMALL 25
|
||||
#define SHELL_CAPACITY_MEDIUM 50
|
||||
#define SHELL_CAPACITY_LARGE 100
|
||||
#define SHELL_CAPACITY_VERY_LARGE 500
|
||||
|
||||
/// The maximum range a USB cable can be apart from a source
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user