Description
What feature would you like to see added to TallyArbiter?
Hello,
I am trying to implement TallyArbiter on an esp32 C6, which has 512KB SRAM & 4MB Flash. The problem is that when compiling the code it takes 1376590 bytes (105%) of the space it has for this. I did not expect to encounter this problem. Do you think there is a possibility to reduce code. My intention was to add 2 features a W5500 and a 128x34 Oled screen.
Someone thinks that could help me to make this code much more compact and reduced. Do you think it is possible?
ThanksHi,
I'm trying to implement TallyArbiter on an esp32 C6, which has 512KB SRAM & 4MB Flash. The problem is that when compiling the code it occupies 1376590 bytes (105%) of the space it has for this. I did not expect to encounter this problem. Do you think there is a possibility to reduce code. My intention was to add 2 features a W5500 and a 128x34 Oled screen.
Someone thinks that could help me to make this code much more compact and reduced. Do you think it is possible?
Thanks