marcelstoer / docker-nodemcu-build

Docker image to build NodeMCU firmware for the ESP8266 on your machine
https://hub.docker.com/r/marcelstoer/nodemcu-build/
MIT License
129 stars 63 forks source link

Trigonometric functions #27

Closed KOT-KOCMOCMOHABT closed 7 years ago

KOT-KOCMOCMOHABT commented 7 years ago

How to enable Trigonometric functions in https://github.com/nodemcu/nodemcu-firmware before docker run --rm -ti -v pwd:/opt/nodemcu-firmware marcelstoer/nodemcu-build ? need math.sin(), math.cos(), math.tang() and more

marcelstoer commented 7 years ago

You can only configure what is there, see https://github.com/nodemcu/nodemcu-firmware/issues/1280. Next time pls consider https://github.com/marcelstoer/docker-nodemcu-build#support.