Implement a secure ICS protocol targeting LoRa Node151 microcontroller for controlling irrigation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
257 B

  1. # This file sets up the various options used for compiling
  2. # code.
  3. #
  4. # See bsd.mkopt.mk for more information.
  5. __DEFAULT_YES_OPTIONS = STROBE
  6. __DEFAULT_NO_OPTIONS = \
  7. NODE151 \
  8. SX1276 \
  9. USB_CDC
  10. __DEFAULT_DEPENDENT_OPTIONS =
  11. .include <mk/bsd.mkopt.mk>