davidallendj / ESP8266-Simple-Chat-Server

Simple chat server for the ESP8266 MCU
MIT License
1 stars 0 forks source link

Add compile time checks to remove unused code segments #4

Open davidallendj opened 1 year ago

davidallendj commented 1 year ago

The idea is to remove unused code for components that are not being used to save space on the board. This should also make the project more flexible and modular if adding more components later.