projet crepp_git/crepp-projects/nichoir_oiseaux · branche main
LL_Config.h Voir sur GitLab
#ifndef LL_CONFIG_HPP
#define LL_CONFIG_HPP


/*!
    List of plateforms
*/
#define ARDUINO 0x01
#define ESP12 0x02
#define ESP32_CAM 0x03
 


#endif