Skip to content

Commit

Permalink
ESP32C3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Aug 8, 2022
1 parent 24e0771 commit 88034da
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
21 changes: 21 additions & 0 deletions mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,27 @@ conds:
sources:
- src/avahi

- when: mos.platform == "esp32"
apply:
sources:
- src/lwip
config_schema:
- ["dns_sd.host_name", "mOS-esp32-??????"]

- when: mos.platform == "esp32c3"
apply:
sources:
- src/lwip
config_schema:
- ["dns_sd.host_name", "mOS-esp32c3-??????"]

- when: mos.platform == "esp8266"
apply:
sources:
- src/lwip
config_schema:
- ["dns_sd.host_name", "mOS-esp8266-??????"]

tags:
- c
- net
Expand Down
5 changes: 0 additions & 5 deletions mos_esp32.yml

This file was deleted.

5 changes: 0 additions & 5 deletions mos_esp8266.yml

This file was deleted.

0 comments on commit 88034da

Please sign in to comment.