NorthernMan54 / rtl_433_ESP

Trial port of the rtl_433 Library for use with OpenMQTTGateway on a ESP32 and a CC1101 Transceiver
GNU General Public License v3.0
510 stars 122 forks source link

How to reduce the library size? #21

Closed garudaonekh closed 1 year ago

garudaonekh commented 2 years ago

Hi, I am using this with my existing project which is already quite big. How to reduce this library size? Actually, I just need to use 1 weather station and 3 soil moisture sensor so 2 types of devices only.

Thanks;

NorthernMan54 commented 2 years ago

I setup a define in the codebase called mydevices that implements just my personal devices, if you look for that in the codebase, you can see how to reduce it.